V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationArgs

data class V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationArgs(val active: Output<Boolean>? = null, val continueResponses: Output<List<V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseArgs>>? = null, val stillWaitingResponses: Output<List<V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseArgs>>? = null, val waitingResponses: Output<List<V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseArgs>>? = null) : ConvertibleToJava<V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationArgs>

Properties

Link copied to clipboard
val active: Output<Boolean>? = null

Specifies whether the bot will wait for a user to respond. When this field is false, wait and continue responses for a slot aren't used. If the active field isn't specified, the default is true.

Link copied to clipboard

Response that Amazon Lex sends to indicate that the bot is ready to continue the conversation. See the continue_response argument reference below.

Link copied to clipboard

Response that Amazon Lex sends periodically to the user to indicate that the bot is still waiting for input from the user. See the still_waiting_response argument reference below.

Link copied to clipboard

Response that Amazon Lex sends to indicate that the bot is waiting for the conversation to continue. See the waiting_response argument reference below.

Functions

Link copied to clipboard
open override fun toJava(): V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationArgs