Class ProjectsResource.LocationsResource.AnswerRecordsResource
The "answerRecords" collection of methods.
Inherited Members
Namespace: Google.Apis.Dialogflow.v2
Assembly: Google.Apis.Dialogflow.v2.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
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:
|
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.AnswerRecordsResource.ListRequest |
Patch(GoogleCloudDialogflowV2AnswerRecord, string)
Updates the specified answer record.
Declaration
public virtual ProjectsResource.LocationsResource.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: |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.AnswerRecordsResource.PatchRequest |