Show / Hide Table of Contents

Class ProjectsResource.AnswerRecordsResource

The "answerRecords" collection of methods.

Inheritance
object
ProjectsResource.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.v2
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class ProjectsResource.AnswerRecordsResource

Constructors

AnswerRecordsResource(IClientService)

Constructs a new resource.

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

Methods

List(string)

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

Declaration
public virtual ProjectsResource.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.AnswerRecordsResource.ListRequest

Patch(GoogleCloudDialogflowV2AnswerRecord, string)

Updates the specified answer record.

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

The body of the request.

string name

The unique identifier of this answer record. Format: projects//locations//answerRecords/.

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