| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
WaitAndContinueSpecification |
WaitAndContinueSpecification.clone() |
WaitAndContinueSpecification |
SubSlotValueElicitationSetting.getWaitAndContinueSpecification() |
WaitAndContinueSpecification |
SlotValueElicitationSetting.getWaitAndContinueSpecification() |
WaitAndContinueSpecification |
WaitAndContinueSpecification.withActive(Boolean active)
Specifies whether the bot will wait for a user to respond.
|
WaitAndContinueSpecification |
WaitAndContinueSpecification.withContinueResponse(ResponseSpecification continueResponse)
The response that Amazon Lex sends to indicate that the bot is ready to continue the conversation.
|
WaitAndContinueSpecification |
WaitAndContinueSpecification.withStillWaitingResponse(StillWaitingResponseSpecification stillWaitingResponse)
A response that Amazon Lex sends periodically to the user to indicate that the bot is still waiting for input
from the user.
|
WaitAndContinueSpecification |
WaitAndContinueSpecification.withWaitingResponse(ResponseSpecification waitingResponse)
The response that Amazon Lex sends to indicate that the bot is waiting for the conversation to continue.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SubSlotValueElicitationSetting.setWaitAndContinueSpecification(WaitAndContinueSpecification waitAndContinueSpecification) |
void |
SlotValueElicitationSetting.setWaitAndContinueSpecification(WaitAndContinueSpecification waitAndContinueSpecification) |
SubSlotValueElicitationSetting |
SubSlotValueElicitationSetting.withWaitAndContinueSpecification(WaitAndContinueSpecification waitAndContinueSpecification) |
SlotValueElicitationSetting |
SlotValueElicitationSetting.withWaitAndContinueSpecification(WaitAndContinueSpecification waitAndContinueSpecification) |
Copyright © 2024. All rights reserved.