chatbot_update_custom_action {paws.end.user.computing} | R Documentation |
Updates a custom action
Description
Updates a custom action.
See https://www.paws-r-sdk.com/docs/chatbot_update_custom_action/ for full documentation.
Usage
chatbot_update_custom_action(
CustomActionArn,
Definition,
AliasName = NULL,
Attachments = NULL
)
Arguments
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. |
[Package paws.end.user.computing version 0.9.0 Index]