Show / Hide Table of Contents

Class CfnBot.SlotDefaultValueProperty

Specifies the default value to use when a user doesn't provide a value for a slot.

Inheritance
object
CfnBot.SlotDefaultValueProperty
Implements
CfnBot.ISlotDefaultValueProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.Lex
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnBot.SlotDefaultValueProperty : CfnBot.ISlotDefaultValueProperty
Syntax (vb)
Public Class CfnBot.SlotDefaultValueProperty Implements CfnBot.ISlotDefaultValueProperty
Remarks

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

             var slotDefaultValueProperty = new SlotDefaultValueProperty {
                 DefaultValue = "defaultValue"
             };

Synopsis

Constructors

SlotDefaultValueProperty()

Specifies the default value to use when a user doesn't provide a value for a slot.

Properties

DefaultValue

The default value to use when a user doesn't provide a value for a slot.

Constructors

SlotDefaultValueProperty()

Specifies the default value to use when a user doesn't provide a value for a slot.

public SlotDefaultValueProperty()
Remarks

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

             var slotDefaultValueProperty = new SlotDefaultValueProperty {
                 DefaultValue = "defaultValue"
             };

Properties

DefaultValue

The default value to use when a user doesn't provide a value for a slot.

public string DefaultValue { get; set; }
Property Value

string

Remarks

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

Implements

CfnBot.ISlotDefaultValueProperty
Back to top Generated by DocFX