Learn R Programming

paws.end.user.computing (version 0.9.0)

chatbot_update_custom_action: 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, @aws run my-alias.

Attachments

Defines when this custom action button should be attached to a notification.