API documentation for dialogflow_v2.services.knowledge_bases.pagers
module.
Classes
ListKnowledgeBasesAsyncPager
ListKnowledgeBasesAsyncPager(
method: Callable[
[...],
Awaitable[
google.cloud.dialogflow_v2.types.knowledge_base.ListKnowledgeBasesResponse
],
],
request: google.cloud.dialogflow_v2.types.knowledge_base.ListKnowledgeBasesRequest,
response: google.cloud.dialogflow_v2.types.knowledge_base.ListKnowledgeBasesResponse,
*,
metadata: Sequence[Tuple[str, str]] = ()
)
A pager for iterating through list_knowledge_bases
requests.
This class thinly wraps an initial
ListKnowledgeBasesResponse object, and
provides an __aiter__
method to iterate through its
knowledge_bases
field.
If there are more pages, the __aiter__
method will make additional
ListKnowledgeBases
requests and continue to iterate
through the knowledge_bases
field on the
corresponding responses.
All the usual ListKnowledgeBasesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListKnowledgeBasesPager
ListKnowledgeBasesPager(
method: Callable[
[...],
google.cloud.dialogflow_v2.types.knowledge_base.ListKnowledgeBasesResponse,
],
request: google.cloud.dialogflow_v2.types.knowledge_base.ListKnowledgeBasesRequest,
response: google.cloud.dialogflow_v2.types.knowledge_base.ListKnowledgeBasesResponse,
*,
metadata: Sequence[Tuple[str, str]] = ()
)
A pager for iterating through list_knowledge_bases
requests.
This class thinly wraps an initial
ListKnowledgeBasesResponse object, and
provides an __iter__
method to iterate through its
knowledge_bases
field.
If there are more pages, the __iter__
method will make additional
ListKnowledgeBases
requests and continue to iterate
through the knowledge_bases
field on the
corresponding responses.
All the usual ListKnowledgeBasesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.