Uses of Class
com.google.cloud.contactcenterinsights.v1.ContactCenterInsightsClient.ListConversationsPagedResponse
-
Packages that use ContactCenterInsightsClient.ListConversationsPagedResponse Package Description com.google.cloud.contactcenterinsights.v1 A client to Contact Center AI Insights APIcom.google.cloud.contactcenterinsights.v1.stub -
-
Uses of ContactCenterInsightsClient.ListConversationsPagedResponse in com.google.cloud.contactcenterinsights.v1
Methods in com.google.cloud.contactcenterinsights.v1 that return ContactCenterInsightsClient.ListConversationsPagedResponse Modifier and Type Method Description ContactCenterInsightsClient.ListConversationsPagedResponseContactCenterInsightsClient. listConversations(ListConversationsRequest request)Lists conversations.ContactCenterInsightsClient.ListConversationsPagedResponseContactCenterInsightsClient. listConversations(LocationName parent)Lists conversations.ContactCenterInsightsClient.ListConversationsPagedResponseContactCenterInsightsClient. listConversations(String parent)Lists conversations.Methods in com.google.cloud.contactcenterinsights.v1 that return types with arguments of type ContactCenterInsightsClient.ListConversationsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<ContactCenterInsightsClient.ListConversationsPagedResponse>ContactCenterInsightsClient.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,ContactCenterInsightsClient.ListConversationsPagedResponse>ContactCenterInsightsClient. listConversationsPagedCallable()Lists conversations.com.google.api.gax.rpc.PagedCallSettings.Builder<ListConversationsRequest,ListConversationsResponse,ContactCenterInsightsClient.ListConversationsPagedResponse>ContactCenterInsightsSettings.Builder. listConversationsSettings()Returns the builder for the settings used for calls to listConversations.com.google.api.gax.rpc.PagedCallSettings<ListConversationsRequest,ListConversationsResponse,ContactCenterInsightsClient.ListConversationsPagedResponse>ContactCenterInsightsSettings. listConversationsSettings()Returns the object with the settings used for calls to listConversations. -
Uses of ContactCenterInsightsClient.ListConversationsPagedResponse in com.google.cloud.contactcenterinsights.v1.stub
-