Uses of Class
com.google.cloud.contactcenterinsights.v1.ContactCenterInsightsClient
-
Packages that use ContactCenterInsightsClient Package Description com.google.cloud.contactcenterinsights.v1 A client to Contact Center AI Insights API -
-
Uses of ContactCenterInsightsClient in com.google.cloud.contactcenterinsights.v1
Methods in com.google.cloud.contactcenterinsights.v1 that return ContactCenterInsightsClient Modifier and Type Method Description static ContactCenterInsightsClient
ContactCenterInsightsClient. create()
Constructs an instance of ContactCenterInsightsClient with default settings.static ContactCenterInsightsClient
ContactCenterInsightsClient. create(ContactCenterInsightsSettings settings)
Constructs an instance of ContactCenterInsightsClient, using the given settings.static ContactCenterInsightsClient
ContactCenterInsightsClient. create(ContactCenterInsightsStub stub)
Constructs an instance of ContactCenterInsightsClient, using the given stub for making calls.
-