Interface CfnBot.IGrammarSlotTypeSettingProperty
Settings requried for a slot type based on a grammar that you provide.
Namespace: Amazon.CDK.AWS.Lex
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IGrammarSlotTypeSettingProperty
Syntax (vb)
Public Interface IGrammarSlotTypeSettingProperty
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;
var grammarSlotTypeSettingProperty = new GrammarSlotTypeSettingProperty {
Source = new GrammarSlotTypeSourceProperty {
S3BucketName = "s3BucketName",
S3ObjectKey = "s3ObjectKey",
// the properties below are optional
KmsKeyArn = "kmsKeyArn"
}
};
Synopsis
Properties
Source | The source of the grammar used to create the slot type. |
Properties
Source
The source of the grammar used to create the slot type.
virtual object Source { get; }
Property Value
System.