| 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 |
|---|---|
ExamplesClient.ListExamplesPagedResponse |
ExamplesClient.listExamples(ListExamplesRequest request)
Returns a list of examples in the specified playbook.
|
ExamplesClient.ListExamplesPagedResponse |
ExamplesClient.listExamples(PlaybookName parent)
Returns a list of examples in the specified playbook.
|
ExamplesClient.ListExamplesPagedResponse |
ExamplesClient.listExamples(String parent)
Returns a list of examples in the specified playbook.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<ExamplesClient.ListExamplesPagedResponse> |
ExamplesClient.ListExamplesPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListExamplesRequest,ListExamplesResponse,Example> context,
com.google.api.core.ApiFuture<ListExamplesResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListExamplesRequest,ExamplesClient.ListExamplesPagedResponse> |
ExamplesClient.listExamplesPagedCallable()
Returns a list of examples in the specified playbook.
|
com.google.api.gax.rpc.PagedCallSettings<ListExamplesRequest,ListExamplesResponse,ExamplesClient.ListExamplesPagedResponse> |
ExamplesSettings.listExamplesSettings()
Returns the object with the settings used for calls to listExamples.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListExamplesRequest,ListExamplesResponse,ExamplesClient.ListExamplesPagedResponse> |
ExamplesSettings.Builder.listExamplesSettings()
Returns the builder for the settings used for calls to listExamples.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.gax.rpc.UnaryCallable<ListExamplesRequest,ExamplesClient.ListExamplesPagedResponse> |
ExamplesStub.listExamplesPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListExamplesRequest,ExamplesClient.ListExamplesPagedResponse> |
GrpcExamplesStub.listExamplesPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListExamplesRequest,ExamplesClient.ListExamplesPagedResponse> |
HttpJsonExamplesStub.listExamplesPagedCallable() |
com.google.api.gax.rpc.PagedCallSettings<ListExamplesRequest,ListExamplesResponse,ExamplesClient.ListExamplesPagedResponse> |
ExamplesStubSettings.listExamplesSettings()
Returns the object with the settings used for calls to listExamples.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListExamplesRequest,ListExamplesResponse,ExamplesClient.ListExamplesPagedResponse> |
ExamplesStubSettings.Builder.listExamplesSettings()
Returns the builder for the settings used for calls to listExamples.
|
Copyright © 2025 Google LLC. All rights reserved.