Uses of Class
com.google.cloud.contactcenterinsights.v1.ContactCenterInsightsSettings
-
Packages that use ContactCenterInsightsSettings Package Description com.google.cloud.contactcenterinsights.v1 A client to Contact Center AI Insights API -
-
Uses of ContactCenterInsightsSettings in com.google.cloud.contactcenterinsights.v1
Methods in com.google.cloud.contactcenterinsights.v1 that return ContactCenterInsightsSettings Modifier and Type Method Description ContactCenterInsightsSettings
ContactCenterInsightsSettings.Builder. build()
static ContactCenterInsightsSettings
ContactCenterInsightsSettings. create(ContactCenterInsightsStubSettings stub)
ContactCenterInsightsSettings
ContactCenterInsightsClient. getSettings()
Methods in com.google.cloud.contactcenterinsights.v1 with parameters of type ContactCenterInsightsSettings Modifier and Type Method Description static ContactCenterInsightsClient
ContactCenterInsightsClient. create(ContactCenterInsightsSettings settings)
Constructs an instance of ContactCenterInsightsClient, using the given settings.Constructors in com.google.cloud.contactcenterinsights.v1 with parameters of type ContactCenterInsightsSettings Constructor Description Builder(ContactCenterInsightsSettings settings)
ContactCenterInsightsClient(ContactCenterInsightsSettings settings)
Constructs an instance of ContactCenterInsightsClient, using the given settings.
-