Module pagers (2.8.1)

API documentation for dialogflow_v2.services.conversations.pagers module.

Classes

ListConversationsAsyncPager

ListConversationsAsyncPager(
    method: Callable[
        [...],
        Awaitable[
            google.cloud.dialogflow_v2.types.conversation.ListConversationsResponse
        ],
    ],
    request: google.cloud.dialogflow_v2.types.conversation.ListConversationsRequest,
    response: google.cloud.dialogflow_v2.types.conversation.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.dialogflow_v2.types.conversation.ListConversationsResponse
    ],
    request: google.cloud.dialogflow_v2.types.conversation.ListConversationsRequest,
    response: google.cloud.dialogflow_v2.types.conversation.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.

ListMessagesAsyncPager

ListMessagesAsyncPager(
    method: Callable[
        [...],
        Awaitable[google.cloud.dialogflow_v2.types.conversation.ListMessagesResponse],
    ],
    request: google.cloud.dialogflow_v2.types.conversation.ListMessagesRequest,
    response: google.cloud.dialogflow_v2.types.conversation.ListMessagesResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_messages requests.

This class thinly wraps an initial ListMessagesResponse object, and provides an __aiter__ method to iterate through its messages field.

If there are more pages, the __aiter__ method will make additional ListMessages requests and continue to iterate through the messages field on the corresponding responses.

All the usual ListMessagesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListMessagesPager

ListMessagesPager(
    method: Callable[
        [...], google.cloud.dialogflow_v2.types.conversation.ListMessagesResponse
    ],
    request: google.cloud.dialogflow_v2.types.conversation.ListMessagesRequest,
    response: google.cloud.dialogflow_v2.types.conversation.ListMessagesResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_messages requests.

This class thinly wraps an initial ListMessagesResponse object, and provides an __iter__ method to iterate through its messages field.

If there are more pages, the __iter__ method will make additional ListMessages requests and continue to iterate through the messages field on the corresponding responses.

All the usual ListMessagesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.