Values.CodeHookSourceSpecifies a Lambda function that verifies requests to a bot or fulfills the user's request to a bot..
type nonrec t = {uri : LambdaARN.t;The Amazon Resource Name (ARN) of the Lambda function.
*)messageVersion : MessageVersion.t;The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.
*)}