| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
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> |
StillWaitingResponseSpecification.messageGroups()
One or more message groups, each containing one or more messages, that define the prompts that Amazon Lex sends
to the user.
|
List<MessageGroup> |
ResponseSpecification.messageGroups()
A collection of responses that Amazon Lex can send to the user.
|
List<MessageGroup> |
FulfillmentStartResponseSpecification.messageGroups()
1 - 5 message groups that contain start messages.
|
| Modifier and Type | Method and Description |
|---|---|
FulfillmentUpdateResponseSpecification.Builder |
FulfillmentUpdateResponseSpecification.Builder.messageGroups(MessageGroup... messageGroups)
1 - 5 message groups that contain update messages.
|
PromptSpecification.Builder |
PromptSpecification.Builder.messageGroups(MessageGroup... messageGroups)
A collection of messages that Amazon Lex can send to the user.
|
StillWaitingResponseSpecification.Builder |
StillWaitingResponseSpecification.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.
|
ResponseSpecification.Builder |
ResponseSpecification.Builder.messageGroups(MessageGroup... messageGroups)
A collection of responses that Amazon Lex can send to the user.
|
FulfillmentStartResponseSpecification.Builder |
FulfillmentStartResponseSpecification.Builder.messageGroups(MessageGroup... messageGroups)
1 - 5 message groups that contain start messages.
|
| Modifier and Type | Method and Description |
|---|---|
FulfillmentUpdateResponseSpecification.Builder |
FulfillmentUpdateResponseSpecification.Builder.messageGroups(Collection<MessageGroup> messageGroups)
1 - 5 message groups that contain update messages.
|
PromptSpecification.Builder |
PromptSpecification.Builder.messageGroups(Collection<MessageGroup> messageGroups)
A collection of messages that Amazon Lex can send to the user.
|
StillWaitingResponseSpecification.Builder |
StillWaitingResponseSpecification.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.
|
ResponseSpecification.Builder |
ResponseSpecification.Builder.messageGroups(Collection<MessageGroup> messageGroups)
A collection of responses that Amazon Lex can send to the user.
|
FulfillmentStartResponseSpecification.Builder |
FulfillmentStartResponseSpecification.Builder.messageGroups(Collection<MessageGroup> messageGroups)
1 - 5 message groups that contain start messages.
|
Copyright © 2023. All rights reserved.