interface LexFlowNodeConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_bedrock.CfnFlow.LexFlowNodeConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrock#CfnFlow_LexFlowNodeConfigurationProperty |
![]() | software.amazon.awscdk.services.bedrock.CfnFlow.LexFlowNodeConfigurationProperty |
![]() | aws_cdk.aws_bedrock.CfnFlow.LexFlowNodeConfigurationProperty |
![]() | aws-cdk-lib » aws_bedrock » CfnFlow » LexFlowNodeConfigurationProperty |
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 Amazon Bedrock works in the Amazon Bedrock User Guide.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_bedrock as bedrock } from 'aws-cdk-lib';
const lexFlowNodeConfigurationProperty: bedrock.CfnFlow.LexFlowNodeConfigurationProperty = {
botAliasArn: 'botAliasArn',
localeId: 'localeId',
};
Properties
Name | Type | Description |
---|---|---|
bot | string | The Amazon Resource Name (ARN) of the Amazon Lex bot alias to invoke. |
locale | string | The Region to invoke the Amazon Lex bot in. |
botAliasArn
Type:
string
The Amazon Resource Name (ARN) of the Amazon Lex bot alias to invoke.
localeId
Type:
string
The Region to invoke the Amazon Lex bot in.