Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AnswerRecordsResource

The "answerRecords" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.AnswerRecordsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v2beta1
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class ProjectsResource.LocationsResource.AnswerRecordsResource

Constructors

AnswerRecordsResource(IClientService)

Constructs a new resource.

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

Methods

Get(string)

Deprecated. Retrieves a specific answer record.

Declaration
public virtual ProjectsResource.LocationsResource.AnswerRecordsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The name of the answer record to retrieve. Format: projects//locations//answerRecords/.

Returns
Type Description
ProjectsResource.LocationsResource.AnswerRecordsResource.GetRequest

List(string)

Returns the list of all answer records in the specified project in reverse chronological order.

Declaration
public virtual ProjectsResource.LocationsResource.AnswerRecordsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The project to list all answer records for in reverse chronological order. Format: projects//locations/.

Returns
Type Description
ProjectsResource.LocationsResource.AnswerRecordsResource.ListRequest

Patch(GoogleCloudDialogflowV2beta1AnswerRecord, string)

Updates the specified answer record.

Declaration
public virtual ProjectsResource.LocationsResource.AnswerRecordsResource.PatchRequest Patch(GoogleCloudDialogflowV2beta1AnswerRecord body, string name)
Parameters
Type Name Description
GoogleCloudDialogflowV2beta1AnswerRecord body

The body of the request.

string name

The unique identifier of this answer record. Required for AnswerRecords.UpdateAnswerRecord method. Format: projects//locations//answerRecords/.

Returns
Type Description
ProjectsResource.LocationsResource.AnswerRecordsResource.PatchRequest
In this article
Back to top Generated by DocFX