Knowledge Base Args
data class KnowledgeBaseArgs(val displayName: Output<String>? = null, val languageCode: Output<String>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val project: Output<String>? = null) : ConvertibleToJava<KnowledgeBaseArgs>
Creates a knowledge base. Note: The projects.agent.knowledgeBases
resource is deprecated; only use projects.knowledgeBases
.
Constructors
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.