Interface CfnBot.IPlainTextMessageProperty
Defines an ASCII text message to send to the user.
Namespace: Amazon.CDK.AWS.Lex
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IPlainTextMessageProperty
Syntax (vb)
Public Interface IPlainTextMessageProperty
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 plainTextMessageProperty = new PlainTextMessageProperty {
Value = "value"
};
Synopsis
Properties
Value | The message to send to the user. |
Properties
Value
The message to send to the user.
string Value { get; }
Property Value
System.