still Waiting Responses
suspend fun stillWaitingResponses(value: Output<List<V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseArgs>>)
suspend fun stillWaitingResponses(value: List<V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseArgs>?)
Parameters
value
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.
suspend fun stillWaitingResponses(vararg values: Output<V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseArgs>)
suspend fun stillWaitingResponses(values: List<Output<V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseArgs>>)
suspend fun stillWaitingResponses(vararg values: V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseArgs)
Parameters
values
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.
suspend fun stillWaitingResponses(argument: List<suspend V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseArgsBuilder.() -> Unit>)
suspend fun stillWaitingResponses(vararg argument: suspend V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseArgsBuilder.() -> Unit)
suspend fun stillWaitingResponses(argument: suspend V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseArgsBuilder.() -> Unit)
Parameters
argument
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.