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