API documentation for contact_center_insights_v1.services.contact_center_insights.pagers module.
Classes
ListAnalysesAsyncPager
ListAnalysesAsyncPager(
method: Callable[
[...],
Awaitable[
google.cloud.contact_center_insights_v1.types.contact_center_insights.ListAnalysesResponse
],
],
request: google.cloud.contact_center_insights_v1.types.contact_center_insights.ListAnalysesRequest,
response: google.cloud.contact_center_insights_v1.types.contact_center_insights.ListAnalysesResponse,
*,
metadata: Sequence[Tuple[str, str]] = ()
)A pager for iterating through list_analyses requests.
This class thinly wraps an initial
ListAnalysesResponse object, and
provides an __aiter__ method to iterate through its
analyses field.
If there are more pages, the __aiter__ method will make additional
ListAnalyses requests and continue to iterate
through the analyses field on the
corresponding responses.
All the usual ListAnalysesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListAnalysesPager
ListAnalysesPager(
method: Callable[
[...],
google.cloud.contact_center_insights_v1.types.contact_center_insights.ListAnalysesResponse,
],
request: google.cloud.contact_center_insights_v1.types.contact_center_insights.ListAnalysesRequest,
response: google.cloud.contact_center_insights_v1.types.contact_center_insights.ListAnalysesResponse,
*,
metadata: Sequence[Tuple[str, str]] = ()
)A pager for iterating through list_analyses requests.
This class thinly wraps an initial
ListAnalysesResponse object, and
provides an __iter__ method to iterate through its
analyses field.
If there are more pages, the __iter__ method will make additional
ListAnalyses requests and continue to iterate
through the analyses field on the
corresponding responses.
All the usual ListAnalysesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListConversationsAsyncPager
ListConversationsAsyncPager(
method: Callable[
[...],
Awaitable[
google.cloud.contact_center_insights_v1.types.contact_center_insights.ListConversationsResponse
],
],
request: google.cloud.contact_center_insights_v1.types.contact_center_insights.ListConversationsRequest,
response: google.cloud.contact_center_insights_v1.types.contact_center_insights.ListConversationsResponse,
*,
metadata: Sequence[Tuple[str, str]] = ()
)A pager for iterating through list_conversations requests.
This class thinly wraps an initial
ListConversationsResponse object, and
provides an __aiter__ method to iterate through its
conversations field.
If there are more pages, the __aiter__ method will make additional
ListConversations requests and continue to iterate
through the conversations field on the
corresponding responses.
All the usual ListConversationsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListConversationsPager
ListConversationsPager(
method: Callable[
[...],
google.cloud.contact_center_insights_v1.types.contact_center_insights.ListConversationsResponse,
],
request: google.cloud.contact_center_insights_v1.types.contact_center_insights.ListConversationsRequest,
response: google.cloud.contact_center_insights_v1.types.contact_center_insights.ListConversationsResponse,
*,
metadata: Sequence[Tuple[str, str]] = ()
)A pager for iterating through list_conversations requests.
This class thinly wraps an initial
ListConversationsResponse object, and
provides an __iter__ method to iterate through its
conversations field.
If there are more pages, the __iter__ method will make additional
ListConversations requests and continue to iterate
through the conversations field on the
corresponding responses.
All the usual ListConversationsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListPhraseMatchersAsyncPager
ListPhraseMatchersAsyncPager(
method: Callable[
[...],
Awaitable[
google.cloud.contact_center_insights_v1.types.contact_center_insights.ListPhraseMatchersResponse
],
],
request: google.cloud.contact_center_insights_v1.types.contact_center_insights.ListPhraseMatchersRequest,
response: google.cloud.contact_center_insights_v1.types.contact_center_insights.ListPhraseMatchersResponse,
*,
metadata: Sequence[Tuple[str, str]] = ()
)A pager for iterating through list_phrase_matchers requests.
This class thinly wraps an initial
ListPhraseMatchersResponse object, and
provides an __aiter__ method to iterate through its
phrase_matchers field.
If there are more pages, the __aiter__ method will make additional
ListPhraseMatchers requests and continue to iterate
through the phrase_matchers field on the
corresponding responses.
All the usual ListPhraseMatchersResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListPhraseMatchersPager
ListPhraseMatchersPager(
method: Callable[
[...],
google.cloud.contact_center_insights_v1.types.contact_center_insights.ListPhraseMatchersResponse,
],
request: google.cloud.contact_center_insights_v1.types.contact_center_insights.ListPhraseMatchersRequest,
response: google.cloud.contact_center_insights_v1.types.contact_center_insights.ListPhraseMatchersResponse,
*,
metadata: Sequence[Tuple[str, str]] = ()
)A pager for iterating through list_phrase_matchers requests.
This class thinly wraps an initial
ListPhraseMatchersResponse object, and
provides an __iter__ method to iterate through its
phrase_matchers field.
If there are more pages, the __iter__ method will make additional
ListPhraseMatchers requests and continue to iterate
through the phrase_matchers field on the
corresponding responses.
All the usual ListPhraseMatchersResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListViewsAsyncPager
ListViewsAsyncPager(
method: Callable[
[...],
Awaitable[
google.cloud.contact_center_insights_v1.types.contact_center_insights.ListViewsResponse
],
],
request: google.cloud.contact_center_insights_v1.types.contact_center_insights.ListViewsRequest,
response: google.cloud.contact_center_insights_v1.types.contact_center_insights.ListViewsResponse,
*,
metadata: Sequence[Tuple[str, str]] = ()
)A pager for iterating through list_views requests.
This class thinly wraps an initial
ListViewsResponse object, and
provides an __aiter__ method to iterate through its
views field.
If there are more pages, the __aiter__ method will make additional
ListViews requests and continue to iterate
through the views field on the
corresponding responses.
All the usual ListViewsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListViewsPager
ListViewsPager(
method: Callable[
[...],
google.cloud.contact_center_insights_v1.types.contact_center_insights.ListViewsResponse,
],
request: google.cloud.contact_center_insights_v1.types.contact_center_insights.ListViewsRequest,
response: google.cloud.contact_center_insights_v1.types.contact_center_insights.ListViewsResponse,
*,
metadata: Sequence[Tuple[str, str]] = ()
)A pager for iterating through list_views requests.
This class thinly wraps an initial
ListViewsResponse object, and
provides an __iter__ method to iterate through its
views field.
If there are more pages, the __iter__ method will make additional
ListViews requests and continue to iterate
through the views field on the
corresponding responses.
All the usual ListViewsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.