Google Cloud Dialogflow v2 API - Class ListAnswerRecordsResponse (4.18.0)

public sealed class ListAnswerRecordsResponse : IMessage<ListAnswerRecordsResponse>, IEquatable<ListAnswerRecordsResponse>, IDeepCloneable<ListAnswerRecordsResponse>, IBufferMessage, IMessage, IPageResponse<AnswerRecord>, IEnumerable<AnswerRecord>, IEnumerable

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

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

Inheritance

object > ListAnswerRecordsResponse

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

ListAnswerRecordsResponse()

public ListAnswerRecordsResponse()

ListAnswerRecordsResponse(ListAnswerRecordsResponse)

public ListAnswerRecordsResponse(ListAnswerRecordsResponse other)
Parameter
NameDescription
otherListAnswerRecordsResponse

Properties

AnswerRecords

public RepeatedField<AnswerRecord> AnswerRecords { get; }

The list of answer records.

Property Value
TypeDescription
RepeatedFieldAnswerRecord

NextPageToken

public string NextPageToken { get; set; }

A token to retrieve next page of results. Or empty if there are no more results. Pass this value in the [ListAnswerRecordsRequest.page_token][google.cloud.dialogflow.v2.ListAnswerRecordsRequest.page_token] field in the subsequent call to ListAnswerRecords method to retrieve the next page of results.

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<AnswerRecord> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorAnswerRecord