continue Responses
suspend fun continueResponses(value: Output<List<V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseArgs>>)
suspend fun continueResponses(value: List<V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseArgs>?)
Parameters
value
Response that Amazon Lex sends to indicate that the bot is ready to continue the conversation. See the continue_response
argument reference below.
suspend fun continueResponses(vararg values: Output<V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseArgs>)
suspend fun continueResponses(values: List<Output<V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseArgs>>)
suspend fun continueResponses(vararg values: V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseArgs)
Parameters
values
Response that Amazon Lex sends to indicate that the bot is ready to continue the conversation. See the continue_response
argument reference below.
suspend fun continueResponses(argument: List<suspend V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseArgsBuilder.() -> Unit>)
suspend fun continueResponses(vararg argument: suspend V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseArgsBuilder.() -> Unit)
suspend fun continueResponses(argument: suspend V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseArgsBuilder.() -> Unit)
Parameters
argument
Response that Amazon Lex sends to indicate that the bot is ready to continue the conversation. See the continue_response
argument reference below.