Class GoogleCloudDiscoveryengineV1alphaGetSessionRequest
Request for GetSession method.
Implements
Inherited Members
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 |