AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Specifies a Lambda function that verifies requests to a bot or fulfills the user's request to a bot..

Inheritance Hierarchy

System.Object
  Amazon.LexModelBuildingService.Model.CodeHook

Namespace: Amazon.LexModelBuildingService.Model
Assembly: AWSSDK.LexModelBuildingService.dll
Version: 3.x.y.z

Syntax

C#
public class CodeHook

The CodeHook type exposes the following members

Constructors

NameDescription
Public Method CodeHook()

Properties

NameTypeDescription
Public Property MessageVersion System.String

Gets and sets the property MessageVersion.

The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.

Public Property Uri System.String

Gets and sets the property Uri.

The Amazon Resource Name (ARN) of the Lambda function.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5