Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.UtteranceBotResponse
-
Packages that use UtteranceBotResponse Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of UtteranceBotResponse in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type UtteranceBotResponse Modifier and Type Method Description List<UtteranceBotResponse>UtteranceSpecification. botResponses()A list of objects containing information about the bot response to the utterance.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type UtteranceBotResponse Modifier and Type Method Description UtteranceSpecification.BuilderUtteranceSpecification.Builder. botResponses(UtteranceBotResponse... botResponses)A list of objects containing information about the bot response to the utterance.Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type UtteranceBotResponse Modifier and Type Method Description UtteranceSpecification.BuilderUtteranceSpecification.Builder. botResponses(Collection<UtteranceBotResponse> botResponses)A list of objects containing information about the bot response to the utterance.
-