public sealed class SearchResponse.Types.SessionInfo : IMessage<SearchResponse.Types.SessionInfo>, IEquatable<SearchResponse.Types.SessionInfo>, IDeepCloneable<SearchResponse.Types.SessionInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class SearchResponse.Types.SessionInfo.
Name of the session.
If the auto-session mode is used (when
[SearchRequest.session][google.cloud.discoveryengine.v1.SearchRequest.session]
ends with "-"), this field holds the newly generated session name.
Query ID that corresponds to this search API call.
One session can have multiple turns, each with a unique query ID.
By specifying the session name and this query ID in the Answer API call,
the answer generation happens in the context of the search results from
this search call.
[[["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 `SearchResponse.Types.SessionInfo` class within the Google Cloud Discovery Engine v1 API."],["The `SessionInfo` class, implemented in the `Google.Cloud.DiscoveryEngine.V1` namespace, offers details about a specific search session and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `SessionInfo` class can be instantiated using a default constructor or by providing another `SessionInfo` instance."],["It contains properties like `Name`, which holds the session's name (especially useful in auto-session mode), and `QueryId`, which uniquely identifies each turn or search call within a session."],["The documentation covers versions of the class ranging from the latest (1.6.0) down to a beta version (1.0.0-beta06)."]]],[]]