Uses of Class
com.google.cloud.contactcenterinsights.v1.ContactCenterInsightsClient.ListConversationsPage
-
Packages that use ContactCenterInsightsClient.ListConversationsPage Package Description com.google.cloud.contactcenterinsights.v1 A client to Contact Center AI Insights API -
-
Uses of ContactCenterInsightsClient.ListConversationsPage in com.google.cloud.contactcenterinsights.v1
Methods in com.google.cloud.contactcenterinsights.v1 that return ContactCenterInsightsClient.ListConversationsPage Modifier and Type Method Description protected ContactCenterInsightsClient.ListConversationsPage
ContactCenterInsightsClient.ListConversationsPage. createPage(com.google.api.gax.rpc.PageContext<ListConversationsRequest,ListConversationsResponse,Conversation> context, ListConversationsResponse response)
Methods in com.google.cloud.contactcenterinsights.v1 that return types with arguments of type ContactCenterInsightsClient.ListConversationsPage Modifier and Type Method Description com.google.api.core.ApiFuture<ContactCenterInsightsClient.ListConversationsPage>
ContactCenterInsightsClient.ListConversationsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListConversationsRequest,ListConversationsResponse,Conversation> context, com.google.api.core.ApiFuture<ListConversationsResponse> futureResponse)
Method parameters in com.google.cloud.contactcenterinsights.v1 with type arguments of type ContactCenterInsightsClient.ListConversationsPage Modifier and Type Method Description protected ContactCenterInsightsClient.ListConversationsFixedSizeCollection
ContactCenterInsightsClient.ListConversationsFixedSizeCollection. createCollection(List<ContactCenterInsightsClient.ListConversationsPage> pages, int collectionSize)
-