interface CustomActionDefinitionProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Chatbot.CfnCustomAction.CustomActionDefinitionProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awschatbot#CfnCustomAction_CustomActionDefinitionProperty |
![]() | software.amazon.awscdk.services.chatbot.CfnCustomAction.CustomActionDefinitionProperty |
![]() | aws_cdk.aws_chatbot.CfnCustomAction.CustomActionDefinitionProperty |
![]() | aws-cdk-lib » aws_chatbot » CfnCustomAction » CustomActionDefinitionProperty |
The definition of the command to run when invoked as an alias or as an action button.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_chatbot as chatbot } from 'aws-cdk-lib';
const customActionDefinitionProperty: chatbot.CfnCustomAction.CustomActionDefinitionProperty = {
commandText: 'commandText',
};
Properties
Name | Type | Description |
---|---|---|
command | string | The command string to run which may include variables by prefixing with a dollar sign ($). |
commandText
Type:
string
The command string to run which may include variables by prefixing with a dollar sign ($).