Class ContactCenterInsightsGrpc.ContactCenterInsightsImplBase
- java.lang.Object
-
- com.google.cloud.contactcenterinsights.v1.ContactCenterInsightsGrpc.ContactCenterInsightsImplBase
-
- All Implemented Interfaces:
ContactCenterInsightsGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- ContactCenterInsightsGrpc
public abstract static class ContactCenterInsightsGrpc.ContactCenterInsightsImplBase extends Object implements io.grpc.BindableService, ContactCenterInsightsGrpc.AsyncService
Base class for the server implementation of the service ContactCenterInsights.An API that lets users analyze and explore their business conversation data.
-
-
Constructor Summary
Constructors Constructor Description ContactCenterInsightsImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.contactcenterinsights.v1.ContactCenterInsightsGrpc.AsyncService
bulkAnalyzeConversations, calculateIssueModelStats, calculateStats, createAnalysis, createConversation, createIssueModel, createPhraseMatcher, createView, deleteAnalysis, deleteConversation, deleteIssue, deleteIssueModel, deletePhraseMatcher, deleteView, deployIssueModel, exportInsightsData, getAnalysis, getConversation, getIssue, getIssueModel, getPhraseMatcher, getSettings, getView, ingestConversations, listAnalyses, listConversations, listIssueModels, listIssues, listPhraseMatchers, listViews, undeployIssueModel, updateConversation, updateIssue, updateIssueModel, updatePhraseMatcher, updateSettings, updateView, uploadConversation
-
-