Show / Hide Table of Contents

Class CfnBot.SlotDefaultValueSpecificationProperty

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

Inheritance
System.Object
CfnBot.SlotDefaultValueSpecificationProperty
Implements
CfnBot.ISlotDefaultValueSpecificationProperty
Namespace: Amazon.CDK.AWS.Lex
Assembly: Amazon.CDK.AWS.Lex.dll
Syntax (csharp)
public class SlotDefaultValueSpecificationProperty : Object, CfnBot.ISlotDefaultValueSpecificationProperty
Syntax (vb)
Public Class SlotDefaultValueSpecificationProperty
    Inherits Object
    Implements CfnBot.ISlotDefaultValueSpecificationProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotdefaultvaluespecification.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 slotDefaultValueSpecificationProperty = new SlotDefaultValueSpecificationProperty {
    DefaultValueList = new [] { new SlotDefaultValueProperty {
        DefaultValue = "defaultValue"
    } }
};

Synopsis

Constructors

SlotDefaultValueSpecificationProperty()

Properties

DefaultValueList

A list of default values.

Constructors

SlotDefaultValueSpecificationProperty()

public SlotDefaultValueSpecificationProperty()

Properties

DefaultValueList

A list of default values.

public object DefaultValueList { get; set; }
Property Value

System.Object

Remarks

Amazon Lex chooses the default value to use in the order that they are presented in the list.

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotdefaultvaluespecification.html#cfn-lex-bot-slotdefaultvaluespecification-defaultvaluelist

Implements

CfnBot.ISlotDefaultValueSpecificationProperty
Back to top Generated by DocFX