| 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 |
|---|---|
ConversationHistoryClient.ListConversationsPagedResponse |
ConversationHistoryClient.listConversations(AgentName parent)
Returns the list of all conversations.
|
ConversationHistoryClient.ListConversationsPagedResponse |
ConversationHistoryClient.listConversations(ListConversationsRequest request)
Returns the list of all conversations.
|
ConversationHistoryClient.ListConversationsPagedResponse |
ConversationHistoryClient.listConversations(String parent)
Returns the list of all conversations.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<ConversationHistoryClient.ListConversationsPagedResponse> |
ConversationHistoryClient.ListConversationsPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListConversationsRequest,ListConversationsResponse,Conversation> context,
com.google.api.core.ApiFuture<ListConversationsResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListConversationsRequest,ConversationHistoryClient.ListConversationsPagedResponse> |
ConversationHistoryClient.listConversationsPagedCallable()
Returns the list of all conversations.
|
com.google.api.gax.rpc.PagedCallSettings<ListConversationsRequest,ListConversationsResponse,ConversationHistoryClient.ListConversationsPagedResponse> |
ConversationHistorySettings.listConversationsSettings()
Returns the object with the settings used for calls to listConversations.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListConversationsRequest,ListConversationsResponse,ConversationHistoryClient.ListConversationsPagedResponse> |
ConversationHistorySettings.Builder.listConversationsSettings()
Returns the builder for the settings used for calls to listConversations.
|
Copyright © 2025 Google LLC. All rights reserved.