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}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-28 UTC."],[[["The `WidgetDeleteSession` method requires a request message that includes the location, config ID, a nested `DeleteSessionRequest` object, and additional parameters for security and privacy."],["The `location` and `configId` fields are mandatory strings used to identify the location resource and widget configuration, respectively."],["The `DeleteSessionRequest` object is a nested, required object representing a proxied request to `ConversationalSearchService.DeleteSession`, which is used to handle the deletion of a session."],["`AdditionalParams` is also required and is an object meant for security and privacy enhancements."],["`DeleteSessionRequest` requires a `name` field, a string representing the resource name of the session to be deleted, adhering to a specific format."]]],[]]