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.

Contains configurations for a Lex node in the flow. You specify a Amazon Lex bot to invoke. This node takes an utterance as the input and returns as the output the intent identified by the Amazon Lex bot. For more information, see Node types in a flow in the Amazon Bedrock User Guide.

Inheritance Hierarchy

System.Object
  Amazon.BedrockAgent.Model.LexFlowNodeConfiguration

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

Syntax

C#
public class LexFlowNodeConfiguration

The LexFlowNodeConfiguration type exposes the following members

Constructors

NameDescription
Public Method LexFlowNodeConfiguration()

Properties

NameTypeDescription
Public Property BotAliasArn System.String

Gets and sets the property BotAliasArn.

The Amazon Resource Name (ARN) of the Amazon Lex bot alias to invoke.

Public Property LocaleId System.String

Gets and sets the property LocaleId.

The Region to invoke the Amazon Lex bot in.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5