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.1.0."],["The `DeleteSessionRequest` class is a request for the `DeleteSession` method, inheriting from `object` and implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, `DeleteSessionRequest()` and `DeleteSessionRequest(DeleteSessionRequest other)`, where the latter allows to copy the properties from an existing `DeleteSessionRequest`."],["It includes properties like `Name` (a string representing the resource name of the session to delete) and `SessionName` (a `SessionName`-typed view over the resource name)."],["The available versions for this class range from the latest 1.6.0 down to 1.0.0-beta06."]]],[]]