GetKnowledgeBaseResult

data class GetKnowledgeBaseResult(val knowledgeBaseArn: String? = null, val knowledgeBaseId: String? = null, val renderingConfiguration: KnowledgeBaseRenderingConfiguration? = null)

Constructors

Link copied to clipboard
constructor(knowledgeBaseArn: String? = null, knowledgeBaseId: String? = null, renderingConfiguration: KnowledgeBaseRenderingConfiguration? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the knowledge base.

Link copied to clipboard
val knowledgeBaseId: String? = null

The ID of the knowledge base.

Link copied to clipboard

Information about how to render the content.