Method: brands.agents.integrations.create

创建集成。

HTTP 请求

POST https://businesscommunications.googleapis.com/v1/{parent=brands/*/agents/*}/integrations

网址采用 gRPC 转码语法。

路径参数

参数
parent

string

必需。代理的唯一标识符。如果品牌标识符为“1234”且代理标识符为“5678”,此参数将解析为“brands/1234/agents/5678”。

请求正文

请求正文包含一个 Integration 实例。

响应正文

如果成功,响应正文将包含一个新创建的 Integration 实例。