GetKnowledgeBaseResult

data class GetKnowledgeBaseResult(val displayName: String, val languageCode: String, val name: String)

Constructors

Link copied to clipboard
fun GetKnowledgeBaseResult(displayName: String, languageCode: String, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The display name of the knowledge base. The name must be 1024 bytes or less; otherwise, the creation request fails.

Link copied to clipboard

Language which represents the KnowledgeBase. When the KnowledgeBase is created/updated, this is populated for all non en-us languages. If not populated, the default language en-us applies.

Link copied to clipboard

The knowledge base resource name. The name must be empty when creating a knowledge base. Format: projects//locations//knowledgeBases/.