Interface CfnBot.ISlotTypeValueProperty
Each slot type can have a set of values.
Namespace: Amazon.CDK.AWS.Lex
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ISlotTypeValueProperty
Syntax (vb)
Public Interface ISlotTypeValueProperty
Remarks
Each SlotTypeValue
represents a value that the slot type can take.
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.AWS.Lex;
var slotTypeValueProperty = new SlotTypeValueProperty {
SampleValue = new SampleValueProperty {
Value = "value"
},
// the properties below are optional
Synonyms = new [] { new SampleValueProperty {
Value = "value"
} }
};
Synopsis
Properties
Sample |
The value of the slot type entry. |
Synonyms | Additional values related to the slot type entry. |
Properties
SampleValue
The value of the slot type entry.
object SampleValue { get; }
Property Value
System.
Remarks
Synonyms
Additional values related to the slot type entry.
virtual object Synonyms { get; }
Property Value
System.