Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaGetSessionRequest

Request for GetSession method.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaGetSessionRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaGetSessionRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

IncludeAnswerDetails

Optional. If set to true, the full session including all answer details will be returned.

Declaration
[JsonProperty("includeAnswerDetails")]
public virtual bool? IncludeAnswerDetails { get; set; }
Property Value
Type Description
bool?

Name

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

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX