WidgetDeleteSessionRequest

Request message for WidgetService.WidgetDeleteSession method.

JSON representation
{
  "location": string,
  "configId": string,
  "deleteSessionRequest": {
    object (DeleteSessionRequest)
  },
  "additionalParams": {
    object (AdditionalParams)
  }
}
Fields
location

string

Required. The location resource where widget delete session will be performed. Format: locations/{location}

configId

string

Required. The UUID of the WidgetConfig. This field is used to identify the widget configuration.

deleteSessionRequest

object (DeleteSessionRequest)

Required. The proxied request to ConversationalSearchService.DeleteSession.

additionalParams

object (AdditionalParams)

Required. Additional params for security and privacy enhancement.

DeleteSessionRequest

Request for DeleteSession method.

JSON representation
{
  "name": string
}
Fields
name

string

Required. The resource name of the Session to delete. Format: projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStoreId}/sessions/{sessionId}