| Package | Description |
|---|---|
| com.google.cloud.dialogflow.cx.v3beta1 |
A client to Dialogflow API
The interfaces provided are listed below, along with usage samples.
|
| com.google.cloud.dialogflow.cx.v3beta1.stub |
| Modifier and Type | Method and Description |
|---|---|
TestCasesClient.ListTestCaseResultsPagedResponse |
TestCasesClient.listTestCaseResults(ListTestCaseResultsRequest request)
Fetches the list of run results for the given test case.
|
TestCasesClient.ListTestCaseResultsPagedResponse |
TestCasesClient.listTestCaseResults(String parent)
Fetches the list of run results for the given test case.
|
TestCasesClient.ListTestCaseResultsPagedResponse |
TestCasesClient.listTestCaseResults(TestCaseName parent)
Fetches the list of run results for the given test case.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<TestCasesClient.ListTestCaseResultsPagedResponse> |
TestCasesClient.ListTestCaseResultsPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListTestCaseResultsRequest,ListTestCaseResultsResponse,TestCaseResult> context,
com.google.api.core.ApiFuture<ListTestCaseResultsResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListTestCaseResultsRequest,TestCasesClient.ListTestCaseResultsPagedResponse> |
TestCasesClient.listTestCaseResultsPagedCallable()
Fetches the list of run results for the given test case.
|
com.google.api.gax.rpc.PagedCallSettings<ListTestCaseResultsRequest,ListTestCaseResultsResponse,TestCasesClient.ListTestCaseResultsPagedResponse> |
TestCasesSettings.listTestCaseResultsSettings()
Returns the object with the settings used for calls to listTestCaseResults.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListTestCaseResultsRequest,ListTestCaseResultsResponse,TestCasesClient.ListTestCaseResultsPagedResponse> |
TestCasesSettings.Builder.listTestCaseResultsSettings()
Returns the builder for the settings used for calls to listTestCaseResults.
|
Copyright © 2025 Google LLC. All rights reserved.