AssistantAssociationInputData
The data that is input into Amazon Q in Connect as a result of the assistant association.
Inheritors
Types
The configuration for an external Bedrock knowledge base association.
The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base.
Functions
Casts this AssistantAssociationInputData as a ExternalBedrockKnowledgeBaseConfig and retrieves its aws.sdk.kotlin.services.qconnect.model.ExternalBedrockKnowledgeBaseConfig value. Throws an exception if the AssistantAssociationInputData is not a ExternalBedrockKnowledgeBaseConfig.
Casts this AssistantAssociationInputData as a ExternalBedrockKnowledgeBaseConfig and retrieves its aws.sdk.kotlin.services.qconnect.model.ExternalBedrockKnowledgeBaseConfig value. Returns null if the AssistantAssociationInputData is not a ExternalBedrockKnowledgeBaseConfig.
Casts this AssistantAssociationInputData as a KnowledgeBaseId and retrieves its kotlin.String value. Throws an exception if the AssistantAssociationInputData is not a KnowledgeBaseId.
Casts this AssistantAssociationInputData as a KnowledgeBaseId and retrieves its kotlin.String value. Returns null if the AssistantAssociationInputData is not a KnowledgeBaseId.