Show / Hide Table of Contents

Class CfnBotPropsMixin.SlotValueProperty

The value to set in a slot.

Inheritance
object
CfnBotPropsMixin.SlotValueProperty
Implements
CfnBotPropsMixin.ISlotValueProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

string

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.

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

Implements

CfnBotPropsMixin.ISlotValueProperty
Back to top Generated by DocFX