Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.Message
-
Packages that use Message Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of Message in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return Message Modifier and Type Method Description MessageMessageGroup. message()The primary message that Amazon Lex should send to the user.Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type Message Modifier and Type Method Description List<Message>MessageGroup. variations()Message variations to send to the user.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type Message Modifier and Type Method Description MessageGroup.BuilderMessageGroup.Builder. message(Message message)The primary message that Amazon Lex should send to the user.MessageGroup.BuilderMessageGroup.Builder. variations(Message... variations)Message variations to send to the user.Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type Message Modifier and Type Method Description MessageGroup.BuilderMessageGroup.Builder. variations(Collection<Message> variations)Message variations to send to the user.
-