post Code Hook Specification
suspend fun postCodeHookSpecification(value: Output<V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationArgs>)
suspend fun postCodeHookSpecification(value: V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationArgs)
Parameters
value
Configuration block that contains the responses and actions that Amazon Lex takes after the Lambda function is complete. See post_code_hook_specification
.
suspend fun postCodeHookSpecification(argument: suspend V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationArgsBuilder.() -> Unit)
Parameters
argument
Configuration block that contains the responses and actions that Amazon Lex takes after the Lambda function is complete. See post_code_hook_specification
.