Values.LambdaCodeHookSourceSpecifies a Lambda function that verifies requests to a bot or fulfills the user's request to a bot.
type nonrec t = {lambdaARN : LambdaARN.t;The Amazon Resource Name (ARN) of the Lambda function.
*)codeHookInterfaceVersion : CodeHookInterfaceVersion.t;The version of the request-response that you want Amazon Lex to use to invoke your Lambda function.
*)}val make :
lambdaARN:LambdaARN.t ->
codeHookInterfaceVersion:CodeHookInterfaceVersion.t ->
unit ->
t