AssistantAssociationOutputData
The data that is output as a result of the assistant association.
Inheritors
Types
Link copied to clipboard
data class KnowledgeBaseAssociation(val value: KnowledgeBaseAssociationData) : AssistantAssociationOutputData
The knowledge base where output data is sent.
Link copied to clipboard
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.