Class CfnBot.SlotValueOverrideMapProperty
Maps a slot name to the SlotValueOverride object.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.Lex
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class SlotValueOverrideMapProperty : Object, CfnBot.ISlotValueOverrideMapProperty
Syntax (vb)
Public Class SlotValueOverrideMapProperty
Inherits Object
Implements CfnBot.ISlotValueOverrideMapProperty
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.AWS.Lex;
SlotValueOverrideProperty slotValueOverrideProperty_;
var slotValueOverrideMapProperty = new SlotValueOverrideMapProperty {
SlotName = "slotName",
SlotValueOverride = new SlotValueOverrideProperty {
Shape = "shape",
Value = new SlotValueProperty {
InterpretedValue = "interpretedValue"
},
Values = new [] { slotValueOverrideProperty_ }
}
};
Synopsis
Constructors
Slot |
Properties
Slot |
The name of the slot. |
Slot |
The SlotValueOverride object to which the slot name will be mapped. |
Constructors
SlotValueOverrideMapProperty()
public SlotValueOverrideMapProperty()
Properties
SlotName
The name of the slot.
public string SlotName { get; set; }
Property Value
System.
Remarks
SlotValueOverride
The SlotValueOverride object to which the slot name will be mapped.
public object SlotValueOverride { get; set; }
Property Value
System.