Show / Hide Table of Contents

Class CfnBotPropsMixin.BedrockAgentIntentKnowledgeBaseConfigurationProperty

Inheritance
object
CfnBotPropsMixin.BedrockAgentIntentKnowledgeBaseConfigurationProperty
Implements
CfnBotPropsMixin.IBedrockAgentIntentKnowledgeBaseConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-bedrockagentintentknowledgebaseconfiguration.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-bedrockagentintentknowledgebaseconfiguration.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-bedrockagentintentknowledgebaseconfiguration.html#cfn-lex-bot-bedrockagentintentknowledgebaseconfiguration-bedrockknowledgebasearn

BedrockModelConfiguration

public object? BedrockModelConfiguration { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-bedrockagentintentknowledgebaseconfiguration.html#cfn-lex-bot-bedrockagentintentknowledgebaseconfiguration-bedrockmodelconfiguration

Type union: either IResolvable or CfnBotPropsMixin.IBedrockModelSpecificationProperty

Implements

CfnBotPropsMixin.IBedrockAgentIntentKnowledgeBaseConfigurationProperty
Back to top Generated by DocFX