Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.CollectionsResource.DataStoresResource.SessionsResource.AnswersResource

The "answers" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.CollectionsResource.DataStoresResource.SessionsResource.AnswersResource
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.v1
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class ProjectsResource.LocationsResource.CollectionsResource.DataStoresResource.SessionsResource.AnswersResource

Constructors

AnswersResource(IClientService)

Constructs a new resource.

Declaration
public AnswersResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(string)

Gets a Answer.

Declaration
public virtual ProjectsResource.LocationsResource.CollectionsResource.DataStoresResource.SessionsResource.AnswersResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The resource name of the Answer to get. Format: projects/{project}/locations/{location}/collections/{collection}/engines/{engine_id}/sessions/{session_id}/answers/{answer_id}

Returns
Type Description
ProjectsResource.LocationsResource.CollectionsResource.DataStoresResource.SessionsResource.AnswersResource.GetRequest
In this article
Back to top Generated by DocFX