View source: R/chatbot_operations.R
chatbot_update_custom_action | R Documentation |
Updates a custom action.
See https://www.paws-r-sdk.com/docs/chatbot_update_custom_action/ for full documentation.
chatbot_update_custom_action(
CustomActionArn,
Definition,
AliasName = NULL,
Attachments = NULL
)
CustomActionArn |
[required] The fully defined Amazon Resource Name (ARN) of the custom action. |
Definition |
[required] The definition of the command to run when invoked as an alias or as an action button. |
AliasName |
The name used to invoke this action in the chat channel. For example,
|
Attachments |
Defines when this custom action button should be attached to a notification. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.