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)

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

null

Returns
Type Description
ProjectsResource.LocationsResource.AnswerRecordsResource.GetRequest

List(string)

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

null

Returns
Type Description
ProjectsResource.LocationsResource.AnswerRecordsResource.ListRequest

Patch(GoogleCloudDialogflowV2beta1AnswerRecord, string)

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

null

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