Dialogflow V2 API - Class Google::Cloud::Dialogflow::V2::ListKnowledgeBasesRequest (v0.24.0)

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

Request message for KnowledgeBases.ListKnowledgeBases.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#filter

def filter() -> ::String
Returns
  • (::String) — The filter expression used to filter knowledge bases returned by the list method. The expression has the following syntax:

    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.

#filter=

def filter=(value) -> ::String
Parameter
  • value (::String) — The filter expression used to filter knowledge bases returned by the list method. The expression has the following syntax:

    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.

Returns
  • (::String) — The filter expression used to filter knowledge bases returned by the list method. The expression has the following syntax:

    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.

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — The maximum number of items to return in a single page. By default 10 and at most 100.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — The maximum number of items to return in a single page. By default 10 and at most 100.
Returns
  • (::Integer) — The maximum number of items to return in a single page. By default 10 and at most 100.

#page_token

def page_token() -> ::String
Returns
  • (::String) — The next_page_token value returned from a previous list request.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — The next_page_token value returned from a previous list request.
Returns
  • (::String) — The next_page_token value returned from a previous list request.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The project to list of knowledge bases for. Format: projects/<Project ID>/locations/<Location ID>.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The project to list of knowledge bases for. Format: projects/<Project ID>/locations/<Location ID>.
Returns
  • (::String) — Required. The project to list of knowledge bases for. Format: projects/<Project ID>/locations/<Location ID>.