continue Responses
suspend fun continueResponses(value: Output<List<V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseArgs>>)
suspend fun continueResponses(value: List<V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseArgs>?)
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<V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseArgs>)
suspend fun continueResponses(values: List<Output<V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseArgs>>)
suspend fun continueResponses(vararg values: V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseArgs)
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 V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseArgsBuilder.() -> Unit>)
suspend fun continueResponses(vararg argument: suspend V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseArgsBuilder.() -> Unit)
suspend fun continueResponses(argument: suspend V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseArgsBuilder.() -> 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.