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_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 v1beta API, specifically for version 1.0.0-beta17."],["The `DeleteSessionRequest` class is used to formulate requests for the `DeleteSession` method, allowing for the deletion of a specific session."],["It inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, `DeleteSessionRequest()` and `DeleteSessionRequest(DeleteSessionRequest)`, and two properties, `Name` and `SessionName`, which are used to identify the session to be deleted."],["The `Name` property is a string that represents the full resource name of the session, while `SessionName` provides a typed view of the same resource name."]]],[]]