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.
Implements
IMessageGetSessionRequest, IEquatableGetSessionRequest, IDeepCloneableGetSessionRequest, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
GetSessionRequest()
public GetSessionRequest()
GetSessionRequest(GetSessionRequest)
public GetSessionRequest(GetSessionRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetSessionRequest |
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 | |
---|---|
Type | Description |
string |
SessionName
public SessionName SessionName { get; set; }
SessionName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
SessionName |