public sealed class ListAnswerRecordsRequest : IMessage<ListAnswerRecordsRequest>, IEquatable<ListAnswerRecordsRequest>, IDeepCloneable<ListAnswerRecordsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Google Cloud Dialogflow v2 API class ListAnswerRecordsRequest.
Request message for [AnswerRecords.ListAnswerRecords][google.cloud.dialogflow.v2.AnswerRecords.ListAnswerRecords].
Implements
IMessageListAnswerRecordsRequest, IEquatableListAnswerRecordsRequest, IDeepCloneableListAnswerRecordsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
ListAnswerRecordsRequest()
public ListAnswerRecordsRequest()ListAnswerRecordsRequest(ListAnswerRecordsRequest)
public ListAnswerRecordsRequest(ListAnswerRecordsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListAnswerRecordsRequest |
Properties
Filter
public string Filter { get; set; }Optional. Filters to restrict results to specific answer records. The expression has the following syntax:
<field> <operator> <value> [AND <field> <operator> <value>] ...
The following fields and operators are supported:
- conversation_id with equals(=) operator
Examples:
conversation_id=barmatches answer records in theprojects/foo/locations/global/conversations/barconversation (assuming the parent isprojects/foo/locations/global).
For more information about filtering, see API Filtering.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PageSize
public int PageSize { get; set; }Optional. The maximum number of records to return in a single page. The server may return fewer records than this. If unspecified, we use 10. The maximum is 100.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }Optional. The [ListAnswerRecordsResponse.next_page_token][google.cloud.dialogflow.v2.ListAnswerRecordsResponse.next_page_token] value returned from a previous list request used to continue listing on the next page.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The project to list all answer records for in reverse
chronological order. Format: projects/<Project ID>/locations/<Location
ID>.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|
ParentAsProjectName
public ProjectName ParentAsProjectName { get; set; }ProjectName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
ProjectName |
|
ParentAsResourceName
public IResourceName ParentAsResourceName { get; set; }IResourceName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
IResourceName |
|