public sealed class ListKnowledgeBasesRequest : IMessage<ListKnowledgeBasesRequest>, IEquatable<ListKnowledgeBasesRequest>, IDeepCloneable<ListKnowledgeBasesRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Google Cloud Dialogflow v2 API class ListKnowledgeBasesRequest.
Request message for [KnowledgeBases.ListKnowledgeBases][google.cloud.dialogflow.v2.KnowledgeBases.ListKnowledgeBases].
Implements
IMessage<ListKnowledgeBasesRequest>, IEquatable<ListKnowledgeBasesRequest>, IDeepCloneable<ListKnowledgeBasesRequest>, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
ListKnowledgeBasesRequest()
public ListKnowledgeBasesRequest()ListKnowledgeBasesRequest(ListKnowledgeBasesRequest)
public ListKnowledgeBasesRequest(ListKnowledgeBasesRequest other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        ListKnowledgeBasesRequest | 
      
Properties
Filter
public string Filter { get; set; }The filter expression used to filter knowledge bases returned by the list method. The expression has the following syntax:
<field> <operator> <value> [AND <field> <operator> <value>] ...
The following fields and operators are supported:
- display_name with has(:) operator
 - language_code with equals(=) operator
 
Examples:
- 'language_code=en-us' matches knowledge bases with en-us language code.
 - 'display_name:articles' matches knowledge bases whose display name contains "articles".
 - 'display_name:"Best Articles"' matches knowledge bases whose display name contains "Best Articles".
 - 'language_code=en-gb AND display_name=articles' matches all knowledge bases whose display name contains "articles" and whose language code is "en-gb".
 
Note: An empty filter string (i.e. "") is a no-op and will result in no filtering.
For more information about filtering, see API Filtering.
| Property Value | |
|---|---|
| Type | Description | 
String | 
        |
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 project to list of knowledge bases for.
Format: projects/<Project ID>/locations/<Location ID>.
| Property Value | |
|---|---|
| Type | Description | 
String | 
        |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description | 
LocationName | 
        |
ParentAsProjectName
public ProjectName ParentAsProjectName { get; set; }ProjectName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description | 
ProjectName | 
        |
ParentAsResourceName
public IResourceName ParentAsResourceName { get; set; }IResourceName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description | 
IResourceName | 
        |