Class CfnPhoneNumber.OptionalKeywordProperty
The OptionalKeyword configuration.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.SMSVOICE
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnPhoneNumber.OptionalKeywordProperty : CfnPhoneNumber.IOptionalKeywordProperty
Syntax (vb)
Public Class CfnPhoneNumber.OptionalKeywordProperty Implements CfnPhoneNumber.IOptionalKeywordProperty
Remarks
For more information, see Keywords in the End User Messaging User Guide.
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.SMSVOICE;
var optionalKeywordProperty = new OptionalKeywordProperty {
Action = "action",
Keyword = "keyword",
Message = "message"
};
Synopsis
Constructors
| OptionalKeywordProperty() | The |
Properties
| Action | The action to perform when the keyword is used. |
| Keyword | The new keyword to add. |
| Message | The message associated with the keyword. |
Constructors
OptionalKeywordProperty()
The OptionalKeyword configuration.
public OptionalKeywordProperty()
Remarks
For more information, see Keywords in the End User Messaging User Guide.
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.SMSVOICE;
var optionalKeywordProperty = new OptionalKeywordProperty {
Action = "action",
Keyword = "keyword",
Message = "message"
};
Properties
Action
The action to perform when the keyword is used.
public string Action { get; set; }
Property Value
Remarks
Keyword
The new keyword to add.
public string Keyword { get; set; }
Property Value
Remarks
Message
The message associated with the keyword.
public string Message { get; set; }