timeout Response
suspend fun timeoutResponse(value: Output<V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseArgs>)
suspend fun timeoutResponse(value: V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseArgs?)
Parameters
value
Configuration block for a list of message groups that Amazon Lex uses to respond the user input. See timeout_response
.
suspend fun timeoutResponse(argument: suspend V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutResponseArgsBuilder.() -> Unit)
Parameters
argument
Configuration block for a list of message groups that Amazon Lex uses to respond the user input. See timeout_response
.