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
)
[required] The fully defined Amazon Resource Name (ARN) of the custom action.
[required] The definition of the command to run when invoked as an alias or as an action button.
The name used to invoke this action in the chat channel. For example,
@aws run my-alias
.
Defines when this custom action button should be attached to a notification.