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

public sealed class ListDocumentsResponse : IMessage<ListDocumentsResponse>, IEquatable<ListDocumentsResponse>, IDeepCloneable<ListDocumentsResponse>, IBufferMessage, IMessage, IPageResponse<Document>, IEnumerable<Document>, IEnumerable

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

Response message for [Documents.ListDocuments][google.cloud.dialogflow.v2beta1.Documents.ListDocuments].

Inheritance

object > ListDocumentsResponse

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

ListDocumentsResponse()

public ListDocumentsResponse()

ListDocumentsResponse(ListDocumentsResponse)

public ListDocumentsResponse(ListDocumentsResponse other)
Parameter
Name Description
other ListDocumentsResponse

Properties

Documents

public RepeatedField<Document> Documents { get; }

The list of documents.

Property Value
Type Description
RepeatedFieldDocument

NextPageToken

public string NextPageToken { get; set; }

Token to retrieve the next page of results, or empty if there are no more results in the list.

Property Value
Type Description
string

Methods

GetEnumerator()

public IEnumerator<Document> GetEnumerator()

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

Returns
Type Description
IEnumeratorDocument