| 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 |
|---|---|
PlaybooksClient.ListPlaybooksPagedResponse |
PlaybooksClient.listPlaybooks(AgentName parent)
Returns a list of playbooks in the specified agent.
|
PlaybooksClient.ListPlaybooksPagedResponse |
PlaybooksClient.listPlaybooks(ListPlaybooksRequest request)
Returns a list of playbooks in the specified agent.
|
PlaybooksClient.ListPlaybooksPagedResponse |
PlaybooksClient.listPlaybooks(String parent)
Returns a list of playbooks in the specified agent.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<PlaybooksClient.ListPlaybooksPagedResponse> |
PlaybooksClient.ListPlaybooksPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListPlaybooksRequest,ListPlaybooksResponse,Playbook> context,
com.google.api.core.ApiFuture<ListPlaybooksResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListPlaybooksRequest,PlaybooksClient.ListPlaybooksPagedResponse> |
PlaybooksClient.listPlaybooksPagedCallable()
Returns a list of playbooks in the specified agent.
|
com.google.api.gax.rpc.PagedCallSettings<ListPlaybooksRequest,ListPlaybooksResponse,PlaybooksClient.ListPlaybooksPagedResponse> |
PlaybooksSettings.listPlaybooksSettings()
Returns the object with the settings used for calls to listPlaybooks.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListPlaybooksRequest,ListPlaybooksResponse,PlaybooksClient.ListPlaybooksPagedResponse> |
PlaybooksSettings.Builder.listPlaybooksSettings()
Returns the builder for the settings used for calls to listPlaybooks.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.gax.rpc.UnaryCallable<ListPlaybooksRequest,PlaybooksClient.ListPlaybooksPagedResponse> |
HttpJsonPlaybooksStub.listPlaybooksPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListPlaybooksRequest,PlaybooksClient.ListPlaybooksPagedResponse> |
GrpcPlaybooksStub.listPlaybooksPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListPlaybooksRequest,PlaybooksClient.ListPlaybooksPagedResponse> |
PlaybooksStub.listPlaybooksPagedCallable() |
com.google.api.gax.rpc.PagedCallSettings<ListPlaybooksRequest,ListPlaybooksResponse,PlaybooksClient.ListPlaybooksPagedResponse> |
PlaybooksStubSettings.listPlaybooksSettings()
Returns the object with the settings used for calls to listPlaybooks.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListPlaybooksRequest,ListPlaybooksResponse,PlaybooksClient.ListPlaybooksPagedResponse> |
PlaybooksStubSettings.Builder.listPlaybooksSettings()
Returns the builder for the settings used for calls to listPlaybooks.
|
Copyright © 2025 Google LLC. All rights reserved.