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

必需。发布的标识符。

联合字段 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

代理应发布 NON_LOCAL 入口点的国家/地区的 CLDR 地区代码列表。NON_LOCAL 入口点是必需的。此值必须是代理的 nonLocalConfig 中指定的区号的子集。