Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.TestCasesClient.ListTestCasesPagedResponse
-
Packages that use TestCasesClient.ListTestCasesPagedResponse Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3beta1.stub -
-
Uses of TestCasesClient.ListTestCasesPagedResponse in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return TestCasesClient.ListTestCasesPagedResponse Modifier and Type Method Description TestCasesClient.ListTestCasesPagedResponse
TestCasesClient. listTestCases(AgentName parent)
Fetches a list of test cases for a given agent.TestCasesClient.ListTestCasesPagedResponse
TestCasesClient. listTestCases(ListTestCasesRequest request)
Fetches a list of test cases for a given agent.TestCasesClient.ListTestCasesPagedResponse
TestCasesClient. listTestCases(String parent)
Fetches a list of test cases for a given agent.Methods in com.google.cloud.dialogflow.cx.v3beta1 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.v3beta1.stub
Methods in com.google.cloud.dialogflow.cx.v3beta1.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.
-