Module pagers (1.7.0)

API documentation for dialogflowcx_v3.services.test_cases.pagers module.

Classes

ListTestCaseResultsAsyncPager

ListTestCaseResultsAsyncPager(
    method: Callable[
        [...],
        Awaitable[
            google.cloud.dialogflowcx_v3.types.test_case.ListTestCaseResultsResponse
        ],
    ],
    request: google.cloud.dialogflowcx_v3.types.test_case.ListTestCaseResultsRequest,
    response: google.cloud.dialogflowcx_v3.types.test_case.ListTestCaseResultsResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_test_case_results requests.

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

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

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

ListTestCaseResultsPager

ListTestCaseResultsPager(
    method: Callable[
        [...], google.cloud.dialogflowcx_v3.types.test_case.ListTestCaseResultsResponse
    ],
    request: google.cloud.dialogflowcx_v3.types.test_case.ListTestCaseResultsRequest,
    response: google.cloud.dialogflowcx_v3.types.test_case.ListTestCaseResultsResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_test_case_results requests.

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

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

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

ListTestCasesAsyncPager

ListTestCasesAsyncPager(
    method: Callable[
        [...],
        Awaitable[google.cloud.dialogflowcx_v3.types.test_case.ListTestCasesResponse],
    ],
    request: google.cloud.dialogflowcx_v3.types.test_case.ListTestCasesRequest,
    response: google.cloud.dialogflowcx_v3.types.test_case.ListTestCasesResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_test_cases requests.

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

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

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

ListTestCasesPager

ListTestCasesPager(
    method: Callable[
        [...], google.cloud.dialogflowcx_v3.types.test_case.ListTestCasesResponse
    ],
    request: google.cloud.dialogflowcx_v3.types.test_case.ListTestCasesRequest,
    response: google.cloud.dialogflowcx_v3.types.test_case.ListTestCasesResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_test_cases requests.

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

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

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