Discovery Engine v1beta API - Class GetSessionRequest (1.0.0-beta12)

public sealed class GetSessionRequest : IMessage<GetSessionRequest>, IEquatable<GetSessionRequest>, IDeepCloneable<GetSessionRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Discovery Engine v1beta API class GetSessionRequest.

Request for GetSession method.

Inheritance

object > GetSessionRequest

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

GetSessionRequest()

public GetSessionRequest()

GetSessionRequest(GetSessionRequest)

public GetSessionRequest(GetSessionRequest other)
Parameter
NameDescription
otherGetSessionRequest

Properties

Name

public string Name { get; set; }

Required. The resource name of the Session to get. Format: projects/{project_number}/locations/{location_id}/collections/{collection}/dataStores/{data_store_id}/sessions/{session_id}

Property Value
TypeDescription
string

SessionName

public SessionName SessionName { get; set; }

SessionName-typed view over the Name resource name property.

Property Value
TypeDescription
SessionName