| 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 |
|---|---|
PagesClient.ListPagesPagedResponse |
PagesClient.listPages(FlowName parent)
Returns the list of all pages in the specified flow.
|
PagesClient.ListPagesPagedResponse |
PagesClient.listPages(ListPagesRequest request)
Returns the list of all pages in the specified flow.
|
PagesClient.ListPagesPagedResponse |
PagesClient.listPages(String parent)
Returns the list of all pages in the specified flow.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<PagesClient.ListPagesPagedResponse> |
PagesClient.ListPagesPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListPagesRequest,ListPagesResponse,Page> context,
com.google.api.core.ApiFuture<ListPagesResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListPagesRequest,PagesClient.ListPagesPagedResponse> |
PagesClient.listPagesPagedCallable()
Returns the list of all pages in the specified flow.
|
com.google.api.gax.rpc.PagedCallSettings<ListPagesRequest,ListPagesResponse,PagesClient.ListPagesPagedResponse> |
PagesSettings.listPagesSettings()
Returns the object with the settings used for calls to listPages.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListPagesRequest,ListPagesResponse,PagesClient.ListPagesPagedResponse> |
PagesSettings.Builder.listPagesSettings()
Returns the builder for the settings used for calls to listPages.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.gax.rpc.UnaryCallable<ListPagesRequest,PagesClient.ListPagesPagedResponse> |
GrpcPagesStub.listPagesPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListPagesRequest,PagesClient.ListPagesPagedResponse> |
PagesStub.listPagesPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListPagesRequest,PagesClient.ListPagesPagedResponse> |
HttpJsonPagesStub.listPagesPagedCallable() |
com.google.api.gax.rpc.PagedCallSettings<ListPagesRequest,ListPagesResponse,PagesClient.ListPagesPagedResponse> |
PagesStubSettings.listPagesSettings()
Returns the object with the settings used for calls to listPages.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListPagesRequest,ListPagesResponse,PagesClient.ListPagesPagedResponse> |
PagesStubSettings.Builder.listPagesSettings()
Returns the builder for the settings used for calls to listPages.
|
Copyright © 2025 Google LLC. All rights reserved.