AppCommandType
The type of the app command.
Enums |
APP_COMMAND_TYPE_UNSPECIFIED |
Default value. Unspecified. |
SLASH_COMMAND |
A slash command sent in a message. |
QUICK_COMMAND |
A quick command that is invoked by the user. This can result from an action taken in the integration menu. |
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 2024-12-17 UTC.
[null,null,["Last updated 2024-12-17 UTC."],[[["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."]]],[]]