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
-
(::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
-
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.
-
(::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
- (::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
- value (::Integer) — The maximum number of items to return in a single page. By default 10 and at most 100.
- (::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
- (::String) — The next_page_token value returned from a previous list request.
#page_token=
def page_token=(value) -> ::String
- value (::String) — The next_page_token value returned from a previous list request.
- (::String) — The next_page_token value returned from a previous list request.
#parent
def parent() -> ::String
-
(::String) — Required. The project to list of knowledge bases for.
Format:
projects/<Project ID>/locations/<Location ID>
.
#parent=
def parent=(value) -> ::String
-
value (::String) — Required. The project to list of knowledge bases for.
Format:
projects/<Project ID>/locations/<Location ID>
.
-
(::String) — Required. The project to list of knowledge bases for.
Format:
projects/<Project ID>/locations/<Location ID>
.