Class CfnCustomAction.CustomActionDefinitionProperty
AWS Chatbot is now . Learn more > >
Type
attribute values remain unchanged.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Chatbot
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnCustomAction.CustomActionDefinitionProperty : CfnCustomAction.ICustomActionDefinitionProperty
Syntax (vb)
Public Class CfnCustomAction.CustomActionDefinitionProperty Implements CfnCustomAction.ICustomActionDefinitionProperty
Remarks
The definition of the command to run when invoked as an alias or as an action button.
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.Chatbot;
var customActionDefinitionProperty = new CustomActionDefinitionProperty {
CommandText = "commandText"
};
Synopsis
Constructors
CustomActionDefinitionProperty() | AWS Chatbot is now . Learn more > > |
Properties
CommandText | The command string to run which may include variables by prefixing with a dollar sign ($). |
Constructors
CustomActionDefinitionProperty()
AWS Chatbot is now . Learn more > >
Type
attribute values remain unchanged.
public CustomActionDefinitionProperty()
Remarks
The definition of the command to run when invoked as an alias or as an action button.
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.Chatbot;
var customActionDefinitionProperty = new CustomActionDefinitionProperty {
CommandText = "commandText"
};
Properties
CommandText
The command string to run which may include variables by prefixing with a dollar sign ($).
public string CommandText { get; set; }