public sealed class ListDocumentsRequest : IMessage<ListDocumentsRequest>, IEquatable<ListDocumentsRequest>, IDeepCloneable<ListDocumentsRequest>, IBufferMessage, IMessage, IPageRequest
Request message for [Documents.ListDocuments][google.cloud.dialogflow.v2.Documents.ListDocuments].
Implements
IMessage<ListDocumentsRequest>, IEquatable<ListDocumentsRequest>, IDeepCloneable<ListDocumentsRequest>, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
ListDocumentsRequest()
public ListDocumentsRequest()
ListDocumentsRequest(ListDocumentsRequest)
public ListDocumentsRequest(ListDocumentsRequest other)
Parameter | |
---|---|
Name | Description |
other | ListDocumentsRequest |
Properties
PageSize
public int PageSize { get; set; }
The maximum number of items to return in a single page. By default 10 and at most 100.
Property Value | |
---|---|
Type | Description |
Int32 |
PageToken
public string PageToken { get; set; }
The next_page_token value returned from a previous list request.
Property Value | |
---|---|
Type | Description |
String |
Parent
public string Parent { get; set; }
Required. The knowledge base to list all documents for.
Format: projects/{Project ID}/locations/{Location
ID>/knowledgeBases/<Knowledge Base ID>
.
Property Value | |
---|---|
Type | Description |
String |
ParentAsKnowledgeBaseName
public KnowledgeBaseName ParentAsKnowledgeBaseName { get; set; }
KnowledgeBaseName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
KnowledgeBaseName |