Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotresolutionimprovementspecification.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.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

object

Remarks

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

Type union: either IResolvable or CfnBotPropsMixin.IBedrockModelSpecificationProperty

Enabled

Specifies whether assisted slot resolution is turned on or off.

object? Enabled { get; }
Property Value

object

Remarks

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

Type union: either bool or IResolvable

Back to top Generated by DocFX