WidgetDeleteSessionRequest

Anfragenachricht für die Methode WidgetService.WidgetDeleteSession.

JSON-Darstellung
{
  "location": string,
  "configId": string,
  "deleteSessionRequest": {
    object (DeleteSessionRequest)
  },
  "additionalParams": {
    object (AdditionalParams)
  }
}
Felder
location

string

Erforderlich. Die Standortressource, in der die Sitzung zum Löschen des Widgets ausgeführt wird. Format: locations/{location}

configId

string

Erforderlich. Die UUID der WidgetConfig. Dieses Feld wird verwendet, um die Widget-Konfiguration zu identifizieren.

deleteSessionRequest

object (DeleteSessionRequest)

Erforderlich. Die Proxyanfrage an ConversationalSearchService.DeleteSession.

additionalParams

object (AdditionalParams)

Erforderlich. Zusätzliche Parameter zur Verbesserung von Sicherheit und Datenschutz.

DeleteSessionRequest

Anfrage für die Methode „DeleteSession“.

JSON-Darstellung
{
  "name": string
}
Felder
name

string

Erforderlich. Der Ressourcenname der zu löschenden Sitzung. Format: projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStoreId}/sessions/{sessionId}