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

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 v2beta1 API class ListAnswerRecordsResponse.

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

Inheritance

object > ListAnswerRecordsResponse

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

ListAnswerRecordsResponse()

public ListAnswerRecordsResponse()

ListAnswerRecordsResponse(ListAnswerRecordsResponse)

public ListAnswerRecordsResponse(ListAnswerRecordsResponse other)
Parameter
Name Description
other ListAnswerRecordsResponse

Properties

AnswerRecords

public RepeatedField<AnswerRecord> AnswerRecords { get; }

The list of answer records.

Property Value
Type Description
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.v2beta1.ListAnswerRecordsRequest.page_token] field in the subsequent call to ListAnswerRecords method to retrieve the next page of results.

Property Value
Type Description
string

Methods

GetEnumerator()

public IEnumerator<AnswerRecord> GetEnumerator()

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

Returns
Type Description
IEnumeratorAnswerRecord