Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
AppCommandType
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
| 列舉 |
APP_COMMAND_TYPE_UNSPECIFIED |
預設值。未指明 |
SLASH_COMMAND |
斜線指令。使用者在 Chat 訊息中傳送指令。 |
QUICK_COMMAND |
快速指令。使用者在訊息回覆區的 Chat 選單中選取指令。 |
MESSAGE_ACTION |
訊息動作。使用者在 Chat 中選取訊息內容選單中的指令。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2026-04-22 (世界標準時間)。
[null,null,["上次更新時間:2026-04-22 (世界標準時間)。"],[],["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"]]