Method: projects.locations.collections.engines.assistants.agents.tasks.pushNotificationConfigs.get

获取任务的推送通知配置。

HTTP 请求

GET https://discoveryengine.googleapis.com/{tenant=projects/*/locations/*/collections/*/engines/*/assistants/*/agents/*}/{name=tasks/*/pushNotificationConfigs/*}

网址采用 gRPC 转码语法。

路径参数

参数
tenant

string

可选的租户,以路径参数的形式提供。实验性,在 1.0 版发布之前可能仍会发生变化。

name

string

要检索的配置的资源名称。格式:tasks/{taskId}/pushNotificationConfigs/{configId}

请求正文

请求正文必须为空。

响应正文

如果成功,则响应正文包含一个 TaskPushNotificationConfig 实例。

授权范围

需要以下 OAuth 范围:

  • https://www.googleapis.com/auth/cloud-platform

如需了解详情,请参阅 Authentication Overview