| Package | Description |
|---|---|
| com.google.cloud.discoveryengine.v1alpha |
A client to Discovery Engine API
The interfaces provided are listed below, along with usage samples.
|
| com.google.cloud.discoveryengine.v1alpha.stub |
| Modifier and Type | Method and Description |
|---|---|
ConversationalSearchServiceClient.ListConversationsPagedResponse |
ConversationalSearchServiceClient.listConversations(DataStoreName parent)
Lists all Conversations by their parent
[DataStore][google.cloud.discoveryengine.v1alpha.DataStore].
|
ConversationalSearchServiceClient.ListConversationsPagedResponse |
ConversationalSearchServiceClient.listConversations(ListConversationsRequest request)
Lists all Conversations by their parent
[DataStore][google.cloud.discoveryengine.v1alpha.DataStore].
|
ConversationalSearchServiceClient.ListConversationsPagedResponse |
ConversationalSearchServiceClient.listConversations(String parent)
Lists all Conversations by their parent
[DataStore][google.cloud.discoveryengine.v1alpha.DataStore].
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<ConversationalSearchServiceClient.ListConversationsPagedResponse> |
ConversationalSearchServiceClient.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,ConversationalSearchServiceClient.ListConversationsPagedResponse> |
ConversationalSearchServiceClient.listConversationsPagedCallable()
Lists all Conversations by their parent
[DataStore][google.cloud.discoveryengine.v1alpha.DataStore].
|
com.google.api.gax.rpc.PagedCallSettings<ListConversationsRequest,ListConversationsResponse,ConversationalSearchServiceClient.ListConversationsPagedResponse> |
ConversationalSearchServiceSettings.listConversationsSettings()
Returns the object with the settings used for calls to listConversations.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListConversationsRequest,ListConversationsResponse,ConversationalSearchServiceClient.ListConversationsPagedResponse> |
ConversationalSearchServiceSettings.Builder.listConversationsSettings()
Returns the builder for the settings used for calls to listConversations.
|
Copyright © 2024 Google LLC. All rights reserved.