| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
MessageGroup |
MessageGroup.clone() |
MessageGroup |
MessageGroup.withMessage(Message message)
The primary message that Amazon Lex should send to the user.
|
MessageGroup |
MessageGroup.withVariations(Collection<Message> variations)
Message variations to send to the user.
|
MessageGroup |
MessageGroup.withVariations(Message... variations)
Message variations to send to the user.
|
| Modifier and Type | Method and Description |
|---|---|
List<MessageGroup> |
FulfillmentUpdateResponseSpecification.getMessageGroups()
1 - 5 message groups that contain update messages.
|
List<MessageGroup> |
FulfillmentStartResponseSpecification.getMessageGroups()
1 - 5 message groups that contain start messages.
|
List<MessageGroup> |
PromptSpecification.getMessageGroups()
A collection of messages that Amazon Lex can send to the user.
|
List<MessageGroup> |
StillWaitingResponseSpecification.getMessageGroups()
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.getMessageGroups()
A collection of responses that Amazon Lex can send to the user.
|
| Modifier and Type | Method and Description |
|---|---|
FulfillmentUpdateResponseSpecification |
FulfillmentUpdateResponseSpecification.withMessageGroups(MessageGroup... messageGroups)
1 - 5 message groups that contain update messages.
|
FulfillmentStartResponseSpecification |
FulfillmentStartResponseSpecification.withMessageGroups(MessageGroup... messageGroups)
1 - 5 message groups that contain start messages.
|
PromptSpecification |
PromptSpecification.withMessageGroups(MessageGroup... messageGroups)
A collection of messages that Amazon Lex can send to the user.
|
StillWaitingResponseSpecification |
StillWaitingResponseSpecification.withMessageGroups(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 |
ResponseSpecification.withMessageGroups(MessageGroup... messageGroups)
A collection of responses that Amazon Lex can send to the user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FulfillmentUpdateResponseSpecification.setMessageGroups(Collection<MessageGroup> messageGroups)
1 - 5 message groups that contain update messages.
|
void |
FulfillmentStartResponseSpecification.setMessageGroups(Collection<MessageGroup> messageGroups)
1 - 5 message groups that contain start messages.
|
void |
PromptSpecification.setMessageGroups(Collection<MessageGroup> messageGroups)
A collection of messages that Amazon Lex can send to the user.
|
void |
StillWaitingResponseSpecification.setMessageGroups(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.
|
void |
ResponseSpecification.setMessageGroups(Collection<MessageGroup> messageGroups)
A collection of responses that Amazon Lex can send to the user.
|
FulfillmentUpdateResponseSpecification |
FulfillmentUpdateResponseSpecification.withMessageGroups(Collection<MessageGroup> messageGroups)
1 - 5 message groups that contain update messages.
|
FulfillmentStartResponseSpecification |
FulfillmentStartResponseSpecification.withMessageGroups(Collection<MessageGroup> messageGroups)
1 - 5 message groups that contain start messages.
|
PromptSpecification |
PromptSpecification.withMessageGroups(Collection<MessageGroup> messageGroups)
A collection of messages that Amazon Lex can send to the user.
|
StillWaitingResponseSpecification |
StillWaitingResponseSpecification.withMessageGroups(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 |
ResponseSpecification.withMessageGroups(Collection<MessageGroup> messageGroups)
A collection of responses that Amazon Lex can send to the user.
|
Copyright © 2023. All rights reserved.