WidgetDeleteSessionRequest

WidgetService.WidgetDeleteSession 方法的请求消息。

JSON 表示法
{
  "location": string,
  "configId": string,
  "deleteSessionRequest": {
    object (DeleteSessionRequest)
  },
  "additionalParams": {
    object (AdditionalParams)
  }
}
字段
location

string

必需。将执行 widget 删除会话的位置资源。格式:locations/{location}

configId

string

必需。WidgetConfig 的 UUID。此字段用于标识 widget 配置。

deleteSessionRequest

object (DeleteSessionRequest)

必需。向 ConversationalSearchService.DeleteSession 发送的代理请求。

additionalParams

object (AdditionalParams)

必需。用于增强安全性和隐私性的其他参数。

DeleteSessionRequest

针对 DeleteSession 方法的请求。

JSON 表示法
{
  "name": string
}
字段
name

string

必需。要删除的会话的资源名称。格式:projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStoreId}/sessions/{sessionId}