Uses of Class
com.google.cloud.dialogflow.cx.v3.TestCasesClient.ListTestCaseResultsPagedResponse
-
Packages that use TestCasesClient.ListTestCaseResultsPagedResponse Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3.stub -
-
Uses of TestCasesClient.ListTestCaseResultsPagedResponse in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return TestCasesClient.ListTestCaseResultsPagedResponse Modifier and Type Method Description TestCasesClient.ListTestCaseResultsPagedResponse
TestCasesClient. listTestCaseResults(ListTestCaseResultsRequest request)
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.TestCasesClient.ListTestCaseResultsPagedResponse
TestCasesClient. listTestCaseResults(String parent)
Fetches the list of run results for the given test case.Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type TestCasesClient.ListTestCaseResultsPagedResponse Modifier and Type Method 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.Builder<ListTestCaseResultsRequest,ListTestCaseResultsResponse,TestCasesClient.ListTestCaseResultsPagedResponse>
TestCasesSettings.Builder. listTestCaseResultsSettings()
Returns the builder for the settings used for calls to listTestCaseResults.com.google.api.gax.rpc.PagedCallSettings<ListTestCaseResultsRequest,ListTestCaseResultsResponse,TestCasesClient.ListTestCaseResultsPagedResponse>
TestCasesSettings. listTestCaseResultsSettings()
Returns the object with the settings used for calls to listTestCaseResults. -
Uses of TestCasesClient.ListTestCaseResultsPagedResponse in com.google.cloud.dialogflow.cx.v3.stub
-