Uses of Class
software.amazon.awssdk.services.qconnect.model.AssistantData
-
Packages that use AssistantData Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of AssistantData in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return AssistantData Modifier and Type Method Description AssistantDataCreateAssistantResponse. assistant()Information about the assistant.AssistantDataGetAssistantResponse. assistant()Information about the assistant.AssistantDataUpdateAssistantAiAgentResponse. assistant()Returns the value of the Assistant property for this object.Methods in software.amazon.awssdk.services.qconnect.model with parameters of type AssistantData Modifier and Type Method Description CreateAssistantResponse.BuilderCreateAssistantResponse.Builder. assistant(AssistantData assistant)Information about the assistant.GetAssistantResponse.BuilderGetAssistantResponse.Builder. assistant(AssistantData assistant)Information about the assistant.UpdateAssistantAiAgentResponse.BuilderUpdateAssistantAiAgentResponse.Builder. assistant(AssistantData assistant)Sets the value of the Assistant property for this object.
-