Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.MessageGroup
-
Packages that use MessageGroup Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of MessageGroup in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type MessageGroup Modifier and Type Method Description List<MessageGroup>FulfillmentStartResponseSpecification. messageGroups()1 - 5 message groups that contain start messages.List<MessageGroup>FulfillmentUpdateResponseSpecification. messageGroups()1 - 5 message groups that contain update messages.List<MessageGroup>PromptSpecification. messageGroups()A collection of messages that Amazon Lex can send to the user.List<MessageGroup>ResponseSpecification. messageGroups()A collection of responses that Amazon Lex can send to the user.List<MessageGroup>StillWaitingResponseSpecification. messageGroups()One or more message groups, each containing one or more messages, that define the prompts that Amazon Lex sends to the user.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type MessageGroup Modifier and Type Method Description FulfillmentStartResponseSpecification.BuilderFulfillmentStartResponseSpecification.Builder. messageGroups(MessageGroup... messageGroups)1 - 5 message groups that contain start messages.FulfillmentUpdateResponseSpecification.BuilderFulfillmentUpdateResponseSpecification.Builder. messageGroups(MessageGroup... messageGroups)1 - 5 message groups that contain update messages.PromptSpecification.BuilderPromptSpecification.Builder. messageGroups(MessageGroup... messageGroups)A collection of messages that Amazon Lex can send to the user.ResponseSpecification.BuilderResponseSpecification.Builder. messageGroups(MessageGroup... messageGroups)A collection of responses that Amazon Lex can send to the user.StillWaitingResponseSpecification.BuilderStillWaitingResponseSpecification.Builder. messageGroups(MessageGroup... messageGroups)One or more message groups, each containing one or more messages, that define the prompts that Amazon Lex sends to the user.Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type MessageGroup Modifier and Type Method Description FulfillmentStartResponseSpecification.BuilderFulfillmentStartResponseSpecification.Builder. messageGroups(Collection<MessageGroup> messageGroups)1 - 5 message groups that contain start messages.FulfillmentUpdateResponseSpecification.BuilderFulfillmentUpdateResponseSpecification.Builder. messageGroups(Collection<MessageGroup> messageGroups)1 - 5 message groups that contain update messages.PromptSpecification.BuilderPromptSpecification.Builder. messageGroups(Collection<MessageGroup> messageGroups)A collection of messages that Amazon Lex can send to the user.ResponseSpecification.BuilderResponseSpecification.Builder. messageGroups(Collection<MessageGroup> messageGroups)A collection of responses that Amazon Lex can send to the user.StillWaitingResponseSpecification.BuilderStillWaitingResponseSpecification.Builder. messageGroups(Collection<MessageGroup> messageGroups)One or more message groups, each containing one or more messages, that define the prompts that Amazon Lex sends to the user.
-