| 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.ListPlaybookVersionsPagedResponse |
PlaybooksClient.listPlaybookVersions(ListPlaybookVersionsRequest request)
Lists versions for the specified Playbook.
|
PlaybooksClient.ListPlaybookVersionsPagedResponse |
PlaybooksClient.listPlaybookVersions(PlaybookName parent)
Lists versions for the specified Playbook.
|
PlaybooksClient.ListPlaybookVersionsPagedResponse |
PlaybooksClient.listPlaybookVersions(String parent)
Lists versions for the specified Playbook.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<PlaybooksClient.ListPlaybookVersionsPagedResponse> |
PlaybooksClient.ListPlaybookVersionsPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListPlaybookVersionsRequest,ListPlaybookVersionsResponse,PlaybookVersion> context,
com.google.api.core.ApiFuture<ListPlaybookVersionsResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListPlaybookVersionsRequest,PlaybooksClient.ListPlaybookVersionsPagedResponse> |
PlaybooksClient.listPlaybookVersionsPagedCallable()
Lists versions for the specified Playbook.
|
com.google.api.gax.rpc.PagedCallSettings<ListPlaybookVersionsRequest,ListPlaybookVersionsResponse,PlaybooksClient.ListPlaybookVersionsPagedResponse> |
PlaybooksSettings.listPlaybookVersionsSettings()
Returns the object with the settings used for calls to listPlaybookVersions.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListPlaybookVersionsRequest,ListPlaybookVersionsResponse,PlaybooksClient.ListPlaybookVersionsPagedResponse> |
PlaybooksSettings.Builder.listPlaybookVersionsSettings()
Returns the builder for the settings used for calls to listPlaybookVersions.
|
Copyright © 2025 Google LLC. All rights reserved.