Class ListAnswerRecordsRequest (3.6.0)

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

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

public string Filter { get; set; }

Required. Filters to restrict results to specific answer records. Filter on answer record type. Currently predicates on type is supported, valid values are ARTICLE_ANSWER, FAQ_ANSWER.

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