public sealed class CreateSessionRequest : IMessage<CreateSessionRequest>, IEquatable<CreateSessionRequest>, IDeepCloneable<CreateSessionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class CreateSessionRequest.
[[["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 page covers version 1.5.0 of the `CreateSessionRequest` class within the Google Cloud Discovery Engine v1 API."],["The `CreateSessionRequest` class is used to initiate the creation of a new session and is part of the `Google.Cloud.DiscoveryEngine.V1` namespace."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes properties for `Parent` (the resource name of the parent data store), `ParentAsDataStoreName` (a typed view over the `Parent` resource name), and `Session` (the session to be created)."],["There are previous versions of this class available, all the way back to 1.0.0-beta06, and a newest version in 1.6.0."]]],[]]