Uses of Class
software.amazon.awssdk.services.qconnect.model.KnowledgeBaseAssociationData
-
Packages that use KnowledgeBaseAssociationData Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of KnowledgeBaseAssociationData in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return KnowledgeBaseAssociationData Modifier and Type Method Description KnowledgeBaseAssociationDataAssistantAssociationOutputData. knowledgeBaseAssociation()The knowledge base where output data is sent.Methods in software.amazon.awssdk.services.qconnect.model with parameters of type KnowledgeBaseAssociationData Modifier and Type Method Description static AssistantAssociationOutputDataAssistantAssociationOutputData. fromKnowledgeBaseAssociation(KnowledgeBaseAssociationData knowledgeBaseAssociation)Create an instance of this class withAssistantAssociationOutputData.knowledgeBaseAssociation()initialized to the given value.AssistantAssociationOutputData.BuilderAssistantAssociationOutputData.Builder. knowledgeBaseAssociation(KnowledgeBaseAssociationData knowledgeBaseAssociation)The knowledge base where output data is sent.
-