Google Cloud Dialogflow v2 API - Class ListKnowledgeBasesRequest (4.18.0)

public sealed class ListKnowledgeBasesRequest : IMessage<ListKnowledgeBasesRequest>, IEquatable<ListKnowledgeBasesRequest>, IDeepCloneable<ListKnowledgeBasesRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Google Cloud Dialogflow v2 API class ListKnowledgeBasesRequest.

Request message for [KnowledgeBases.ListKnowledgeBases][google.cloud.dialogflow.v2.KnowledgeBases.ListKnowledgeBases].

Inheritance

object > ListKnowledgeBasesRequest

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

ListKnowledgeBasesRequest()

public ListKnowledgeBasesRequest()

ListKnowledgeBasesRequest(ListKnowledgeBasesRequest)

public ListKnowledgeBasesRequest(ListKnowledgeBasesRequest other)
Parameter
NameDescription
otherListKnowledgeBasesRequest

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

PageToken

public string PageToken { get; set; }

The next_page_token value returned from a previous list request.

Property Value
TypeDescription
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
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName

ParentAsProjectName

public ProjectName ParentAsProjectName { get; set; }

ProjectName-typed view over the Parent resource name property.

Property Value
TypeDescription
ProjectName

ParentAsResourceName

public IResourceName ParentAsResourceName { get; set; }

IResourceName-typed view over the Parent resource name property.

Property Value
TypeDescription
IResourceName