Google Cloud Dialogflow v2 API - Class ListDocumentsResponse (4.5.0)

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 v2 API class ListDocumentsResponse.

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

Inheritance

Object > ListDocumentsResponse

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

ListDocumentsResponse()

public ListDocumentsResponse()

ListDocumentsResponse(ListDocumentsResponse)

public ListDocumentsResponse(ListDocumentsResponse other)
Parameter
NameDescription
otherListDocumentsResponse

Properties

Documents

public RepeatedField<Document> Documents { get; }

The list of documents.

Property Value
TypeDescription
RepeatedField<Document>

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
TypeDescription
String

Methods

GetEnumerator()

public IEnumerator<Document> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<Document>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator