Method: projects.locations.brands.sessionRecords.delete

删除 SessionRecord。注意:此操作会从 Spanner 数据库中移除会话详细信息。根据实现情况,系统可能还会移除 GCS 中的相关数据(例如录音)。

HTTP 请求

DELETE https://foodorderingaiagent.googleapis.com/v1/{name=projects/*/locations/*/brands/*/sessionRecords/*}

网址采用 gRPC 转码语法。

路径参数

参数
name

string

必需。要删除的会话记录的名称。格式:projects/{project}/locations/{location}/brands/{brand}/sessionRecords/{sessionRecord}

请求正文

请求正文必须为空。

响应正文

如果成功,则响应正文为空的 JSON 对象。

授权范围

需要以下 OAuth 范围:

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

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