Uses of Class
com.google.cloud.dialogflow.cx.v3.TestCasesClient.ListTestCasesPagedResponse
-
Packages that use TestCasesClient.ListTestCasesPagedResponse Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3.stub -
-
Uses of TestCasesClient.ListTestCasesPagedResponse in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return TestCasesClient.ListTestCasesPagedResponse Modifier and Type Method Description TestCasesClient.ListTestCasesPagedResponseTestCasesClient. listTestCases(AgentName parent)Fetches a list of test cases for a given agent.TestCasesClient.ListTestCasesPagedResponseTestCasesClient. listTestCases(ListTestCasesRequest request)Fetches a list of test cases for a given agent.TestCasesClient.ListTestCasesPagedResponseTestCasesClient. listTestCases(String parent)Fetches a list of test cases for a given agent.Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type TestCasesClient.ListTestCasesPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<TestCasesClient.ListTestCasesPagedResponse>TestCasesClient.ListTestCasesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListTestCasesRequest,ListTestCasesResponse,TestCase> context, com.google.api.core.ApiFuture<ListTestCasesResponse> futureResponse)com.google.api.gax.rpc.UnaryCallable<ListTestCasesRequest,TestCasesClient.ListTestCasesPagedResponse>TestCasesClient. listTestCasesPagedCallable()Fetches a list of test cases for a given agent.com.google.api.gax.rpc.PagedCallSettings.Builder<ListTestCasesRequest,ListTestCasesResponse,TestCasesClient.ListTestCasesPagedResponse>TestCasesSettings.Builder. listTestCasesSettings()Returns the builder for the settings used for calls to listTestCases.com.google.api.gax.rpc.PagedCallSettings<ListTestCasesRequest,ListTestCasesResponse,TestCasesClient.ListTestCasesPagedResponse>TestCasesSettings. listTestCasesSettings()Returns the object with the settings used for calls to listTestCases. -
Uses of TestCasesClient.ListTestCasesPagedResponse in com.google.cloud.dialogflow.cx.v3.stub
Methods in com.google.cloud.dialogflow.cx.v3.stub that return types with arguments of type TestCasesClient.ListTestCasesPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListTestCasesRequest,TestCasesClient.ListTestCasesPagedResponse>GrpcTestCasesStub. listTestCasesPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListTestCasesRequest,TestCasesClient.ListTestCasesPagedResponse>HttpJsonTestCasesStub. listTestCasesPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListTestCasesRequest,TestCasesClient.ListTestCasesPagedResponse>TestCasesStub. listTestCasesPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListTestCasesRequest,ListTestCasesResponse,TestCasesClient.ListTestCasesPagedResponse>TestCasesStubSettings.Builder. listTestCasesSettings()Returns the builder for the settings used for calls to listTestCases.com.google.api.gax.rpc.PagedCallSettings<ListTestCasesRequest,ListTestCasesResponse,TestCasesClient.ListTestCasesPagedResponse>TestCasesStubSettings. listTestCasesSettings()Returns the object with the settings used for calls to listTestCases.
-