Show / Hide Table of Contents

Interface CfnBotPropsMixin.IBedrockAgentConfigurationProperty

Namespace: Amazon.CDK.Mixins.Preview.AWS.Lex.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnBotPropsMixin.IBedrockAgentConfigurationProperty
Syntax (vb)
Public Interface CfnBotPropsMixin.IBedrockAgentConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-bedrockagentconfiguration.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 bedrockAgentConfigurationProperty = new BedrockAgentConfigurationProperty {
                 BedrockAgentAliasId = "bedrockAgentAliasId",
                 BedrockAgentId = "bedrockAgentId"
             };

Synopsis

Properties

BedrockAgentAliasId
BedrockAgentId

Properties

BedrockAgentAliasId

string? BedrockAgentAliasId { get; }
Property Value

string

Remarks

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

BedrockAgentId

string? BedrockAgentId { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX