AppCommandType

  • The provided content describes different types of app commands.

  • APP_COMMAND_TYPE_UNSPECIFIED is the default value for an unspecified command type.

  • SLASH_COMMAND represents a command sent via a slash in a message.

  • QUICK_COMMAND is a command initiated by the user, often through an integration menu action.

The type of Chat app command. For details, see Types of Chat app commands.

Enums
APP_COMMAND_TYPE_UNSPECIFIED Default value. Unspecified.
SLASH_COMMAND A slash command. The user sends the command in a Chat message.
QUICK_COMMAND A quick command. The user selects the command from the Chat menu in the message reply area.
MESSAGE_ACTION A message action. The user selects the command from the message context menu in Chat.