V2models Slot Value Elicitation Setting Wait And Continue Specification
data class V2modelsSlotValueElicitationSettingWaitAndContinueSpecification(val active: Boolean? = null, val continueResponses: List<V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponse>? = null, val stillWaitingResponses: List<V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponse>? = null, val waitingResponses: List<V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponse>? = null)
Constructors
Link copied to clipboard
constructor(active: Boolean? = null, continueResponses: List<V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponse>? = null, stillWaitingResponses: List<V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponse>? = null, waitingResponses: List<V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponse>? = null)
Properties
Link copied to clipboard
val continueResponses: List<V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponse>? = 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: List<V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponse>? = 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: List<V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponse>? = 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.