Class CfnBotPropsMixin.BedrockAgentIntentKnowledgeBaseConfigurationProperty
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.Lex.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnBotPropsMixin.BedrockAgentIntentKnowledgeBaseConfigurationProperty : CfnBotPropsMixin.IBedrockAgentIntentKnowledgeBaseConfigurationProperty
Syntax (vb)
Public Class CfnBotPropsMixin.BedrockAgentIntentKnowledgeBaseConfigurationProperty Implements CfnBotPropsMixin.IBedrockAgentIntentKnowledgeBaseConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.Lex.Mixins;
var bedrockAgentIntentKnowledgeBaseConfigurationProperty = new BedrockAgentIntentKnowledgeBaseConfigurationProperty {
BedrockKnowledgeBaseArn = "bedrockKnowledgeBaseArn",
BedrockModelConfiguration = new BedrockModelSpecificationProperty {
BedrockGuardrailConfiguration = new BedrockGuardrailConfigurationProperty {
BedrockGuardrailIdentifier = "bedrockGuardrailIdentifier",
BedrockGuardrailVersion = "bedrockGuardrailVersion"
},
BedrockModelCustomPrompt = "bedrockModelCustomPrompt",
BedrockTraceStatus = "bedrockTraceStatus",
ModelArn = "modelArn"
}
};
Synopsis
Constructors
| BedrockAgentIntentKnowledgeBaseConfigurationProperty() |
Properties
| BedrockKnowledgeBaseArn | |
| BedrockModelConfiguration |
Constructors
BedrockAgentIntentKnowledgeBaseConfigurationProperty()
public BedrockAgentIntentKnowledgeBaseConfigurationProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.Lex.Mixins;
var bedrockAgentIntentKnowledgeBaseConfigurationProperty = new BedrockAgentIntentKnowledgeBaseConfigurationProperty {
BedrockKnowledgeBaseArn = "bedrockKnowledgeBaseArn",
BedrockModelConfiguration = new BedrockModelSpecificationProperty {
BedrockGuardrailConfiguration = new BedrockGuardrailConfigurationProperty {
BedrockGuardrailIdentifier = "bedrockGuardrailIdentifier",
BedrockGuardrailVersion = "bedrockGuardrailVersion"
},
BedrockModelCustomPrompt = "bedrockModelCustomPrompt",
BedrockTraceStatus = "bedrockTraceStatus",
ModelArn = "modelArn"
}
};
Properties
BedrockKnowledgeBaseArn
public string? BedrockKnowledgeBaseArn { get; set; }
Property Value
Remarks
BedrockModelConfiguration
public object? BedrockModelConfiguration { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnBotPropsMixin.IBedrockModelSpecificationProperty