Uses of Class
com.google.cloud.contactcenterinsights.v1.ContactCenterInsightsClient.ListPhraseMatchersPagedResponse
-
Packages that use ContactCenterInsightsClient.ListPhraseMatchersPagedResponse Package Description com.google.cloud.contactcenterinsights.v1 A client to Contact Center AI Insights APIcom.google.cloud.contactcenterinsights.v1.stub -
-
Uses of ContactCenterInsightsClient.ListPhraseMatchersPagedResponse in com.google.cloud.contactcenterinsights.v1
Methods in com.google.cloud.contactcenterinsights.v1 that return ContactCenterInsightsClient.ListPhraseMatchersPagedResponse Modifier and Type Method Description ContactCenterInsightsClient.ListPhraseMatchersPagedResponse
ContactCenterInsightsClient. listPhraseMatchers(ListPhraseMatchersRequest request)
Lists phrase matchers.ContactCenterInsightsClient.ListPhraseMatchersPagedResponse
ContactCenterInsightsClient. listPhraseMatchers(LocationName parent)
Lists phrase matchers.ContactCenterInsightsClient.ListPhraseMatchersPagedResponse
ContactCenterInsightsClient. listPhraseMatchers(String parent)
Lists phrase matchers.Methods in com.google.cloud.contactcenterinsights.v1 that return types with arguments of type ContactCenterInsightsClient.ListPhraseMatchersPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<ContactCenterInsightsClient.ListPhraseMatchersPagedResponse>
ContactCenterInsightsClient.ListPhraseMatchersPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListPhraseMatchersRequest,ListPhraseMatchersResponse,PhraseMatcher> context, com.google.api.core.ApiFuture<ListPhraseMatchersResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListPhraseMatchersRequest,ContactCenterInsightsClient.ListPhraseMatchersPagedResponse>
ContactCenterInsightsClient. listPhraseMatchersPagedCallable()
Lists phrase matchers.com.google.api.gax.rpc.PagedCallSettings.Builder<ListPhraseMatchersRequest,ListPhraseMatchersResponse,ContactCenterInsightsClient.ListPhraseMatchersPagedResponse>
ContactCenterInsightsSettings.Builder. listPhraseMatchersSettings()
Returns the builder for the settings used for calls to listPhraseMatchers.com.google.api.gax.rpc.PagedCallSettings<ListPhraseMatchersRequest,ListPhraseMatchersResponse,ContactCenterInsightsClient.ListPhraseMatchersPagedResponse>
ContactCenterInsightsSettings. listPhraseMatchersSettings()
Returns the object with the settings used for calls to listPhraseMatchers. -
Uses of ContactCenterInsightsClient.ListPhraseMatchersPagedResponse in com.google.cloud.contactcenterinsights.v1.stub
-