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 服務專員推出的詳細資料。

JSON 表示法
{
  "launchDetails": {
    string: {
      object (BusinessMessagesEntryPointLaunch)
    },
    ...
  }
}
欄位
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 中指定的區碼子集。