AgentLaunch

服務專員發布作業的詳細資料。

JSON 表示法
{
  "name": string,

  // Union field launch_detail can be only one of the following:
  "businessMessages": {
    object (BusinessMessagesLaunch)
  },
  "rcsBusinessMessaging": {
    object (RcsBusinessMessagingLaunch)
  }
  // End of list of possible types for union field launch_detail.
}
欄位
name

string

必要欄位。啟動用的 ID。

聯集欄位 launch_detail。可根據服務專員類型允許啟動。launch_detail 只能是下列其中一項:
businessMessages

object (BusinessMessagesLaunch)

Business Messages 服務專員的推出詳細資料。

rcsBusinessMessaging

object (RcsBusinessMessagingLaunch)

RCS Business Messaging 服務專員的推出詳細資料。

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

服務專員應啟動 NON_LOCAL 進入點的國家/地區的 CLDR 區碼清單。NON_LOCAL 進入點的必要欄位。這必須是代理程式 nonLocalConfig 中指定的區碼子集。

RcsBusinessMessagingLaunch

RCS Business Messaging 服務專員推出的詳細資料。

JSON 表示法
{
  "questionnaire": {
    object (Questionnaire)
  },
  "launchDetails": {
    string: {
      object (RcsBusinessMessagingRegionLaunch)
    },
    ...
  },
  "launchRegion": enum (LaunchRegion)
}
欄位
questionnaire

object (Questionnaire)

必要欄位。有關服務專員推出詳細資料的問卷。

launchDetails

map (key: string, value: object (RcsBusinessMessagingRegionLaunch))

必要欄位。各支援區域的推出詳細資料。金鑰,由 RcsBusinessMessagingRegion.name 表示。

這個物件中包含 "key": value 組合的清單,例如:{ "name": "wrench", "mass": "1.3kg", "count": "3" }.

launchRegion
(deprecated)

enum (LaunchRegion)

代理程式的啟動區域。選用:如未提供,則會設為 NORTH_AMERICA。這個欄位已不適用;您只能在建立代理程式時指定託管區域。

填寫問卷

如果 Google 負責管理服務發布地區,我們會將問卷詳細資料提供給 Google,用於審查服務專員的發布作業。

JSON 表示法
{
  "contacts": [
    {
      object (Contact)
    }
  ],
  "optinDescription": string,
  "triggerDescription": string,
  "interactionsDescription": string,
  "optoutDescription": string,
  "agentAccessInstructions": string,
  "videoUris": [
    string
  ],
  "screenshotUris": [
    string
  ]
}
欄位
contacts[]

object (Contact)

必要欄位。聯絡窗口。

optinDescription

string

必要欄位。說明您如何取得同意,以便向服務專員傳送訊息。

triggerDescription

string

必要欄位。可觸發訊息的動作說明。

interactionsDescription

string

必要欄位。服務專員與使用者的互動說明。

optoutDescription

string

必要欄位。使用者選擇退出時,服務專員傳送的訊息說明。

agentAccessInstructions

string

必要欄位。服務專員存取操作說明。

videoUris[]

string

選用設定。為服務專員的影片提供公開可用的 URI。僅供審查。

screenshotUris[]

string

選用設定。提供代理程式螢幕截圖的公開可用 URI。僅供審查。

聯絡資訊

聯絡窗口。

JSON 表示法
{
  "name": string,
  "title": string,
  "email": string
}
欄位
name

string

聯絡人姓名。

title

string

聯絡人的姓名。

email

string

聯絡人的電子郵件地址。

RcsBusinessMessagingRegionLaunch

各區域推出的 RCS Business Messaging 代理程式詳細資料。

JSON 表示法
{
  "launchState": enum (LaunchState),
  "comment": string,
  "updateTime": string
}
欄位
launchState

enum (LaunchState)

區域的啟動狀態。

comment

string

來自電信業者的註解。

updateTime

string (Timestamp format)

上次更新時間。

採用 RFC3339 世界標準時間「Zulu」格式的時間戳記,採用奈秒解析度和最多九個小數位數。範例:"2014-10-02T15:01:23Z""2014-10-02T15:01:23.045123456Z"

LaunchRegion

啟動區域。啟動虛擬服務專員的地區。此列舉符合在 Developer Console 中建立新的 RCS Business Messaging 代理程式時,「Region」(區域) 下拉式選單中的可用選項。

列舉
LAUNCH_REGION_UNSPECIFIED 未指定的啟動區域。
NORTH_AMERICA 北美洲
EUROPE 歐洲。
ASIA_PACIFIC 亞太地區。