Class CfnBotPropsMixin.SlotValueProperty
The value to set in a slot.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.Lex.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnBotPropsMixin.SlotValueProperty : CfnBotPropsMixin.ISlotValueProperty
Syntax (vb)
Public Class CfnBotPropsMixin.SlotValueProperty Implements CfnBotPropsMixin.ISlotValueProperty
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotvalue.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 slotValueProperty = new SlotValueProperty {
InterpretedValue = "interpretedValue"
};
Synopsis
Constructors
| SlotValueProperty() | The value to set in a slot. |
Properties
| InterpretedValue | The value that Amazon Lex determines for the slot. |
Constructors
SlotValueProperty()
The value to set in a slot.
public SlotValueProperty()
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotvalue.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 slotValueProperty = new SlotValueProperty {
InterpretedValue = "interpretedValue"
};
Properties
InterpretedValue
The value that Amazon Lex determines for the slot.
public string? InterpretedValue { get; set; }
Property Value
Remarks
The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.