| Package | Description |
|---|---|
| com.google.cloud.dialogflow.cx.v3 |
A client to Dialogflow API
The interfaces provided are listed below, along with usage samples.
|
| com.google.cloud.dialogflow.cx.v3.stub |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and 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<ListTestCasesRequest,ListTestCasesResponse,TestCasesClient.ListTestCasesPagedResponse> |
TestCasesSettings.listTestCasesSettings()
Returns the object with the settings used for calls to listTestCases.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.gax.rpc.UnaryCallable<ListTestCasesRequest,TestCasesClient.ListTestCasesPagedResponse> |
GrpcTestCasesStub.listTestCasesPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListTestCasesRequest,TestCasesClient.ListTestCasesPagedResponse> |
TestCasesStub.listTestCasesPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListTestCasesRequest,TestCasesClient.ListTestCasesPagedResponse> |
HttpJsonTestCasesStub.listTestCasesPagedCallable() |
com.google.api.gax.rpc.PagedCallSettings<ListTestCasesRequest,ListTestCasesResponse,TestCasesClient.ListTestCasesPagedResponse> |
TestCasesStubSettings.listTestCasesSettings()
Returns the object with the settings used for calls to listTestCases.
|
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.
|
Copyright © 2025 Google LLC. All rights reserved.