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
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
Remarks
BedrockAgentId
string? BedrockAgentId { get; }