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 information for the `DeleteSessionRequest` class within the Google Cloud Discovery Engine v1 API, specifically for version 1.4.0."],["The `DeleteSessionRequest` class is used to construct requests for deleting a session, and it inherits from the base `object` class while implementing several interfaces, such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class offers two constructors: a default one and another that takes a `DeleteSessionRequest` object as a parameter for creating a copy."],["It includes two properties, `Name` (a string representing the resource name of the session) and `SessionName` (a `SessionName`-typed view of the `Name` property), both vital for defining the target session for deletion."],["The document also lists the different versions of the api available, including the latest version, which is version 1.6.0."]]],[]]