Show / Hide Table of Contents

Class CfnBotPropsMixin.TextInputSpecificationProperty

Specifies the text input specifications.

Inheritance
object
CfnBotPropsMixin.TextInputSpecificationProperty
Implements
CfnBotPropsMixin.ITextInputSpecificationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Lex
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnBotPropsMixin.TextInputSpecificationProperty : CfnBotPropsMixin.ITextInputSpecificationProperty
Syntax (vb)
Public Class CfnBotPropsMixin.TextInputSpecificationProperty Implements CfnBotPropsMixin.ITextInputSpecificationProperty
Remarks

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

             var textInputSpecificationProperty = new TextInputSpecificationProperty {
                 StartTimeoutMs = 123
             };

Synopsis

Constructors

TextInputSpecificationProperty()

Specifies the text input specifications.

Properties

StartTimeoutMs

Time for which a bot waits before re-prompting a customer for text input.

Constructors

TextInputSpecificationProperty()

Specifies the text input specifications.

public TextInputSpecificationProperty()
Remarks

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

             var textInputSpecificationProperty = new TextInputSpecificationProperty {
                 StartTimeoutMs = 123
             };

Properties

StartTimeoutMs

Time for which a bot waits before re-prompting a customer for text input.

public double? StartTimeoutMs { get; set; }
Property Value

double?

Remarks

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

Implements

CfnBotPropsMixin.ITextInputSpecificationProperty
Back to top Generated by DocFX