public sealed class DeleteSessionRequest : IMessage<DeleteSessionRequest>, IEquatable<DeleteSessionRequest>, IDeepCloneable<DeleteSessionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class DeleteSessionRequest.
Required. The resource name of the Session to delete. Format:
projects/{project}/locations/{location}/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 documentation covers the `DeleteSessionRequest` class, which is part of the Discovery Engine v1beta API in the `Google.Cloud.DiscoveryEngine.V1Beta` namespace."],["`DeleteSessionRequest` is used to formulate a request for the `DeleteSession` method and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteSessionRequest` class includes properties such as `Name`, which represents the resource name of the session to be deleted, and `SessionName`, which provides a typed view over the `Name`."],["There are two constructors available for `DeleteSessionRequest`, one being the parameterless default and another accepting a `DeleteSessionRequest` instance."],["The documentation references the `latest` version, 1.0.0-beta18, as well as an older version 1.0.0-beta17, of the API."]]],[]]