Show / Hide Table of Contents

Interface CfnBotPropsMixin.ISampleUtteranceProperty

A sample utterance that invokes an intent or respond to a slot elicitation prompt.

Namespace: Amazon.CDK.Mixins.Preview.AWS.Lex.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnBotPropsMixin.ISampleUtteranceProperty
Syntax (vb)
Public Interface CfnBotPropsMixin.ISampleUtteranceProperty
Remarks

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

             var sampleUtteranceProperty = new SampleUtteranceProperty {
                 Utterance = "utterance"
             };

Synopsis

Properties

Utterance

A sample utterance that invokes an intent or respond to a slot elicitation prompt.

Properties

Utterance

A sample utterance that invokes an intent or respond to a slot elicitation prompt.

string? Utterance { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX