com.google.api.gax.longrunning.OperationFuture<BulkAnalyzeConversationsResponse,BulkAnalyzeConversationsMetadata> |
ContactCenterInsightsClient.bulkAnalyzeConversationsAsync(LocationName parent,
String filter,
float analysisPercentage) |
Analyzes multiple conversations in a single request.
|
CalculateStatsResponse |
ContactCenterInsightsClient.calculateStats(LocationName location) |
Gets conversation statistics.
|
Conversation |
ContactCenterInsightsClient.createConversation(LocationName parent,
Conversation conversation,
String conversationId) |
Creates a conversation.
|
com.google.api.gax.longrunning.OperationFuture<IssueModel,CreateIssueModelMetadata> |
ContactCenterInsightsClient.createIssueModelAsync(LocationName parent,
IssueModel issueModel) |
Creates an issue model.
|
PhraseMatcher |
ContactCenterInsightsClient.createPhraseMatcher(LocationName parent,
PhraseMatcher phraseMatcher) |
Creates a phrase matcher.
|
View |
ContactCenterInsightsClient.createView(LocationName parent,
View view) |
Creates a view.
|
com.google.api.gax.longrunning.OperationFuture<ExportInsightsDataResponse,ExportInsightsDataMetadata> |
ContactCenterInsightsClient.exportInsightsDataAsync(LocationName parent) |
Export insights data to a destination defined in the request body.
|
com.google.api.gax.longrunning.OperationFuture<IngestConversationsResponse,IngestConversationsMetadata> |
ContactCenterInsightsClient.ingestConversationsAsync(LocationName parent) |
Imports conversations and processes them according to the user's configuration.
|
ContactCenterInsightsClient.ListConversationsPagedResponse |
ContactCenterInsightsClient.listConversations(LocationName parent) |
Lists conversations.
|
ListIssueModelsResponse |
ContactCenterInsightsClient.listIssueModels(LocationName parent) |
Lists issue models.
|
ContactCenterInsightsClient.ListPhraseMatchersPagedResponse |
ContactCenterInsightsClient.listPhraseMatchers(LocationName parent) |
Lists phrase matchers.
|
ContactCenterInsightsClient.ListViewsPagedResponse |
ContactCenterInsightsClient.listViews(LocationName parent) |
Lists views.
|