AppCommandType
Enums |
APP_COMMAND_TYPE_UNSPECIFIED |
Standardwert. Nicht angegeben |
SLASH_COMMAND |
Einen Slash-Befehl. Der Nutzer sendet den Befehl in einer Chatnachricht. |
QUICK_COMMAND |
Ein Schnellbefehl. Der Nutzer wählt den Befehl im Chatmenü im Antwortbereich der Nachricht aus. |
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-03-06 (UTC).
[null,null,["Zuletzt aktualisiert: 2025-03-06 (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."]]],["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"]]