Google Business Messages 功能將於 2024 年 7 月 31 日終止服務。請按
這裡瞭解詳情。
AgentLaunch
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
JSON 表示法 |
{
"name": string,
// Union field launch_detail can be only one of the following:
"businessMessages": {
object (BusinessMessagesLaunch )
}
// End of list of possible types for union field launch_detail .
} |
欄位 |
name |
string
必要欄位。啟動作業的 ID。
|
聯集欄位 launch_detail 。允許根據代理程式類型啟動。launch_detail 只能是下列其中一項: |
businessMessages |
object (BusinessMessagesLaunch )
Business Messages 服務專員的發布詳細資料。
|
BusinessMessagesLaunch
Business Messages 服務專員推出的詳細資料。
欄位 |
launchDetails |
map (key: string, value: object (BusinessMessagesEntryPointLaunch ))
必要欄位。每個支援的進入點的啟動詳細資料。BusinessMessagesEntryPointConfig.EntryPoint 表示的金鑰 這個物件中包含 "key": value 組合的清單,範例:{ "name": "wrench", "mass": "1.3kg", "count": "3" } 。
|
BusinessMessagesEntryPointLaunch
詳細說明每個進入點都會推出 Business Messages 服務專員。
JSON 表示法 |
{
"entryPoint": enum (EntryPoint ),
"launchState": enum (LaunchState ),
"regionCodes": [
string
]
} |
欄位 |
entryPoint |
enum (EntryPoint )
已提供啟動資訊的進入點。
|
launchState |
enum (LaunchState )
進入點的啟動狀態。
|
regionCodes[] |
string
CLDR 區碼清單,說明服務專員要在哪些國家/地區啟動 NON_LOCAL 進入點。對 NON_LOCAL 進入點來說為必填。這必須是代理程式 nonLocalConfig 中指定的區碼子集。
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-10-11 (世界標準時間)。
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2024-10-11 (世界標準時間)。"],[[["Defines an agent launch, encompassing details for Business Messages agents."],["Business Messages agent launch specifics are organized by entry points like websites or apps."],["Each entry point's launch details include its status (launched or not) and applicable regions if it's a non-local entry point."],["For non-local entry points, the launch details require a list of region codes where the agent is launched, which must be a subset of those defined in the agent's configuration."]]],[]]