V2models Slot Value Elicitation Setting Wait And Continue Specification Args
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>
Constructors
Link copied to clipboard
constructor(active: Output<Boolean>? = null, continueResponses: Output<List<V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseArgs>>? = null, stillWaitingResponses: Output<List<V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseArgs>>? = null, waitingResponses: Output<List<V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseArgs>>? = null)
Properties
Link copied to clipboard
val continueResponses: Output<List<V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseArgs>>? = null
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
val stillWaitingResponses: Output<List<V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseArgs>>? = null
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
val waitingResponses: Output<List<V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseArgs>>? = null
Response that Amazon Lex sends to indicate that the bot is waiting for the conversation to continue. See the waiting_response
argument reference below.