Google Cloud Dialogflow v2beta1 API - Class ListAnswerRecordsRequest (1.0.0-beta15)

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

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

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

Inheritance

object > ListAnswerRecordsRequest

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.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.

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
int

PageToken

public string PageToken { get; set; }

Optional. The [ListAnswerRecordsResponse.next_page_token][google.cloud.dialogflow.v2beta1.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