KnowledgeBaseAssociation
data class KnowledgeBaseAssociation(val value: KnowledgeBaseAssociationData) : AssistantAssociationOutputData
The knowledge base where output data is sent.
Inherited functions
Link copied to clipboard
Casts this AssistantAssociationOutputData as a KnowledgeBaseAssociation and retrieves its aws.sdk.kotlin.services.wisdom.model.KnowledgeBaseAssociationData value. Throws an exception if the AssistantAssociationOutputData is not a KnowledgeBaseAssociation.
Link copied to clipboard
Casts this AssistantAssociationOutputData as a KnowledgeBaseAssociation and retrieves its aws.sdk.kotlin.services.wisdom.model.KnowledgeBaseAssociationData value. Returns null if the AssistantAssociationOutputData is not a KnowledgeBaseAssociation.