public sealed class ListDocumentsResponse : IMessage<ListDocumentsResponse>, IEquatable<ListDocumentsResponse>, IDeepCloneable<ListDocumentsResponse>, IBufferMessage, IMessage, IPageResponse<Document>, IEnumerable<Document>, IEnumerable
Response message for [Documents.ListDocuments][google.cloud.dialogflow.v2.Documents.ListDocuments].
Implements
IMessage<ListDocumentsResponse>, IEquatable<ListDocumentsResponse>, IDeepCloneable<ListDocumentsResponse>, IBufferMessage, IMessage, IPageResponse<Document>, IEnumerable<Document>, IEnumerableNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.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 |
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 | |
---|---|
Type | Description |
String |
Methods
GetEnumerator()
public IEnumerator<Document> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumerator<Document> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |