Interface CfnBotPropsMixin.ISlotResolutionImprovementSpecificationProperty
Contains specifications for the assisted slot resolution feature.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Lex
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnBotPropsMixin.ISlotResolutionImprovementSpecificationProperty
Syntax (vb)
Public Interface CfnBotPropsMixin.ISlotResolutionImprovementSpecificationProperty
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.CfnPropertyMixins.AWS.Lex;
var slotResolutionImprovementSpecificationProperty = new SlotResolutionImprovementSpecificationProperty {
BedrockModelSpecification = new BedrockModelSpecificationProperty {
BedrockGuardrailConfiguration = new BedrockGuardrailConfigurationProperty {
BedrockGuardrailIdentifier = "bedrockGuardrailIdentifier",
BedrockGuardrailVersion = "bedrockGuardrailVersion"
},
BedrockModelCustomPrompt = "bedrockModelCustomPrompt",
BedrockTraceStatus = "bedrockTraceStatus",
ModelArn = "modelArn"
},
Enabled = false
};
Synopsis
Properties
| BedrockModelSpecification | An object containing information about the Amazon Bedrock model used to assist slot resolution. |
| Enabled | Specifies whether assisted slot resolution is turned on or off. |
Properties
BedrockModelSpecification
An object containing information about the Amazon Bedrock model used to assist slot resolution.
object? BedrockModelSpecification { get; }
Property Value
Remarks
Enabled
Specifies whether assisted slot resolution is turned on or off.
object? Enabled { get; }