Uses of Class
software.amazon.awssdk.services.lexruntimev2.model.Message
-
Packages that use Message Package Description software.amazon.awssdk.services.lexruntimev2.model -
-
Uses of Message in software.amazon.awssdk.services.lexruntimev2.model
Methods in software.amazon.awssdk.services.lexruntimev2.model that return types with arguments of type Message Modifier and Type Method Description List<Message>GetSessionResponse. messages()A list of messages that were last sent to the user.List<Message>PutSessionRequest. messages()A list of messages to send to the user.List<Message>RecognizeTextResponse. messages()A list of messages last sent to the user.List<Message>TextResponseEvent. messages()A list of messages to send to the user.List<Message>ConfigurationEvent. welcomeMessages()A list of messages to send to the user.Methods in software.amazon.awssdk.services.lexruntimev2.model with parameters of type Message Modifier and Type Method Description GetSessionResponse.BuilderGetSessionResponse.Builder. messages(Message... messages)A list of messages that were last sent to the user.PutSessionRequest.BuilderPutSessionRequest.Builder. messages(Message... messages)A list of messages to send to the user.RecognizeTextResponse.BuilderRecognizeTextResponse.Builder. messages(Message... messages)A list of messages last sent to the user.TextResponseEvent.BuilderTextResponseEvent.Builder. messages(Message... messages)A list of messages to send to the user.TextResponseEvent.BuilderTextResponseEvent.BuilderImpl. messages(Message... messages)ConfigurationEvent.BuilderConfigurationEvent.Builder. welcomeMessages(Message... welcomeMessages)A list of messages to send to the user.ConfigurationEvent.BuilderConfigurationEvent.BuilderImpl. welcomeMessages(Message... welcomeMessages)Method parameters in software.amazon.awssdk.services.lexruntimev2.model with type arguments of type Message Modifier and Type Method Description GetSessionResponse.BuilderGetSessionResponse.Builder. messages(Collection<Message> messages)A list of messages that were last sent to the user.PutSessionRequest.BuilderPutSessionRequest.Builder. messages(Collection<Message> messages)A list of messages to send to the user.RecognizeTextResponse.BuilderRecognizeTextResponse.Builder. messages(Collection<Message> messages)A list of messages last sent to the user.TextResponseEvent.BuilderTextResponseEvent.Builder. messages(Collection<Message> messages)A list of messages to send to the user.TextResponseEvent.BuilderTextResponseEvent.BuilderImpl. messages(Collection<Message> messages)ConfigurationEvent.BuilderConfigurationEvent.Builder. welcomeMessages(Collection<Message> welcomeMessages)A list of messages to send to the user.ConfigurationEvent.BuilderConfigurationEvent.BuilderImpl. welcomeMessages(Collection<Message> welcomeMessages)
-