Google Cloud Dialogflow v2 API - Class ListAnswerRecordsRequest (4.7.0)

public sealed class ListAnswerRecordsRequest : IMessage<ListAnswerRecordsRequest>, IEquatable<ListAnswerRecordsRequest>, IDeepCloneable<ListAnswerRecordsRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Google Cloud Dialogflow v2 API class ListAnswerRecordsRequest.

Request message for [AnswerRecords.ListAnswerRecords][google.cloud.dialogflow.v2.AnswerRecords.ListAnswerRecords].

Inheritance

Object > ListAnswerRecordsRequest

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

ListAnswerRecordsRequest()

public ListAnswerRecordsRequest()

ListAnswerRecordsRequest(ListAnswerRecordsRequest)

public ListAnswerRecordsRequest(ListAnswerRecordsRequest other)
Parameter
NameDescription
otherListAnswerRecordsRequest

Properties

Filter

[Obsolete]
public string Filter { get; set; }

Optional. Filters to restrict results to specific answer records.

Marked deprecated as it hasn't been, and isn't currently, supported.

For more information about filtering, see API Filtering.

Property Value
TypeDescription
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
TypeDescription
Int32

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
TypeDescription
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
TypeDescription
String

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName

ParentAsProjectName

public ProjectName ParentAsProjectName { get; set; }

ProjectName-typed view over the Parent resource name property.

Property Value
TypeDescription
ProjectName

ParentAsResourceName

public IResourceName ParentAsResourceName { get; set; }

IResourceName-typed view over the Parent resource name property.

Property Value
TypeDescription
IResourceName