public sealed class DeleteSessionRequest : IMessage<DeleteSessionRequest>, IEquatable<DeleteSessionRequest>, IDeepCloneable<DeleteSessionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class DeleteSessionRequest.
Required. The resource name of the Session to delete. Format:
projects/{project_number}/locations/{location_id}/collections/{collection}/dataStores/{data_store_id}/sessions/{session_id}
[[["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-03-21 UTC."],[[["This document provides reference documentation for the `DeleteSessionRequest` class within the Google Cloud Discovery Engine v1 API, specifically version 1.2.0, and shows it is used for requesting the deletion of a session."],["The `DeleteSessionRequest` class implements several interfaces, including `IMessage`, `IEquatable\u003cDeleteSessionRequest\u003e`, `IDeepCloneable\u003cDeleteSessionRequest\u003e`, and `IBufferMessage`, and inherits from the base `object` class."],["The class has two constructors, a default one and another that takes an existing `DeleteSessionRequest` object as a parameter for copying."],["The `DeleteSessionRequest` class has two properties: `Name`, which is a string representing the resource name of the session to be deleted, and `SessionName`, which is a typed view over the `Name` property, both of which are used for identifying the session to delete."],["The latest version of the API is 1.6.0, as shown in the document, and there are previous versions available including 1.5.0, 1.4.0, 1.3.0, 1.2.0, 1.1.0 and 1.0.0-beta06."]]],[]]