post Code Hook Specification
suspend fun postCodeHookSpecification(value: Output<BotPostDialogCodeHookInvocationSpecificationArgs>)
Parameters
value
Contains the responses and actions that Amazon Lex takes after the Lambda function is complete.
suspend fun postCodeHookSpecification(argument: suspend BotPostDialogCodeHookInvocationSpecificationArgsBuilder.() -> Unit)
Parameters
argument
Contains the responses and actions that Amazon Lex takes after the Lambda function is complete.