interface BedrockAgentIntentConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Lex.CfnBotPropsMixin.BedrockAgentIntentConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awslex#CfnBotPropsMixin_BedrockAgentIntentConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.lex.CfnBotPropsMixin.BedrockAgentIntentConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_lex.CfnBotPropsMixin.BedrockAgentIntentConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_lex » CfnBotPropsMixin » BedrockAgentIntentConfigurationProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_lex as lex } from '@aws-cdk/cfn-property-mixins';
const bedrockAgentIntentConfigurationProperty: lex.CfnBotPropsMixin.BedrockAgentIntentConfigurationProperty = {
bedrockAgentConfiguration: {
bedrockAgentAliasId: 'bedrockAgentAliasId',
bedrockAgentId: 'bedrockAgentId',
},
bedrockAgentIntentKnowledgeBaseConfiguration: {
bedrockKnowledgeBaseArn: 'bedrockKnowledgeBaseArn',
bedrockModelConfiguration: {
bedrockGuardrailConfiguration: {
bedrockGuardrailIdentifier: 'bedrockGuardrailIdentifier',
bedrockGuardrailVersion: 'bedrockGuardrailVersion',
},
bedrockModelCustomPrompt: 'bedrockModelCustomPrompt',
bedrockTraceStatus: 'bedrockTraceStatus',
modelArn: 'modelArn',
},
},
};
Properties
| Name | Type | Description |
|---|---|---|
| bedrock | IResolvable | Bedrock | |
| bedrock | IResolvable | Bedrock |
bedrockAgentConfiguration?
Type:
IResolvable | Bedrock
(optional)
bedrockAgentIntentKnowledgeBaseConfiguration?
Type:
IResolvable | Bedrock
(optional)

.NET
Go
Java
Python
TypeScript