AppCommandType
Stay organized with collections
Save and categorize content based on your preferences.
| 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. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-05 UTC.
[null,null,["Last updated 2025-03-05 UTC."],[],["The core content defines the types of app commands. `APP_COMMAND_TYPE_UNSPECIFIED` is the default, representing an unspecified command type. `SLASH_COMMAND` indicates a command initiated via a slash in a message. `QUICK_COMMAND` signifies a command invoked directly by a user action, potentially through an integration menu. These three enums are used to categorize the nature of different app command interactions.\n"]]