Class ContactCenterInsightsStub (2.9.0)

public abstract class ContactCenterInsightsStub implements BackgroundResource

Base stub class for the ContactCenterInsights service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > ContactCenterInsightsStub

Implements

BackgroundResource

Constructors

ContactCenterInsightsStub()

public ContactCenterInsightsStub()

Methods

bulkAnalyzeConversationsCallable()

public UnaryCallable<BulkAnalyzeConversationsRequest,Operation> bulkAnalyzeConversationsCallable()
Returns

bulkAnalyzeConversationsOperationCallable()

public OperationCallable<BulkAnalyzeConversationsRequest,BulkAnalyzeConversationsResponse,BulkAnalyzeConversationsMetadata> bulkAnalyzeConversationsOperationCallable()
Returns

calculateIssueModelStatsCallable()

public UnaryCallable<CalculateIssueModelStatsRequest,CalculateIssueModelStatsResponse> calculateIssueModelStatsCallable()
Returns

calculateStatsCallable()

public UnaryCallable<CalculateStatsRequest,CalculateStatsResponse> calculateStatsCallable()
Returns

close()

public abstract void close()

createAnalysisCallable()

public UnaryCallable<CreateAnalysisRequest,Operation> createAnalysisCallable()
Returns

createAnalysisOperationCallable()

public OperationCallable<CreateAnalysisRequest,Analysis,CreateAnalysisOperationMetadata> createAnalysisOperationCallable()
Returns

createConversationCallable()

public UnaryCallable<CreateConversationRequest,Conversation> createConversationCallable()
Returns

createIssueModelCallable()

public UnaryCallable<CreateIssueModelRequest,Operation> createIssueModelCallable()
Returns

createIssueModelOperationCallable()

public OperationCallable<CreateIssueModelRequest,IssueModel,CreateIssueModelMetadata> createIssueModelOperationCallable()
Returns

createPhraseMatcherCallable()

public UnaryCallable<CreatePhraseMatcherRequest,PhraseMatcher> createPhraseMatcherCallable()
Returns

createViewCallable()

public UnaryCallable<CreateViewRequest,View> createViewCallable()
Returns

deleteAnalysisCallable()

public UnaryCallable<DeleteAnalysisRequest,Empty> deleteAnalysisCallable()
Returns

deleteConversationCallable()

public UnaryCallable<DeleteConversationRequest,Empty> deleteConversationCallable()
Returns

deleteIssueCallable()

public UnaryCallable<DeleteIssueRequest,Empty> deleteIssueCallable()
Returns

deleteIssueModelCallable()

public UnaryCallable<DeleteIssueModelRequest,Operation> deleteIssueModelCallable()
Returns

deleteIssueModelOperationCallable()

public OperationCallable<DeleteIssueModelRequest,Empty,DeleteIssueModelMetadata> deleteIssueModelOperationCallable()
Returns

deletePhraseMatcherCallable()

public UnaryCallable<DeletePhraseMatcherRequest,Empty> deletePhraseMatcherCallable()
Returns

deleteViewCallable()

public UnaryCallable<DeleteViewRequest,Empty> deleteViewCallable()
Returns

deployIssueModelCallable()

public UnaryCallable<DeployIssueModelRequest,Operation> deployIssueModelCallable()
Returns

deployIssueModelOperationCallable()

public OperationCallable<DeployIssueModelRequest,DeployIssueModelResponse,DeployIssueModelMetadata> deployIssueModelOperationCallable()
Returns

exportInsightsDataCallable()

public UnaryCallable<ExportInsightsDataRequest,Operation> exportInsightsDataCallable()
Returns

exportInsightsDataOperationCallable()

public OperationCallable<ExportInsightsDataRequest,ExportInsightsDataResponse,ExportInsightsDataMetadata> exportInsightsDataOperationCallable()
Returns

getAnalysisCallable()

public UnaryCallable<GetAnalysisRequest,Analysis> getAnalysisCallable()
Returns

getConversationCallable()

public UnaryCallable<GetConversationRequest,Conversation> getConversationCallable()
Returns

getHttpJsonOperationsStub()

public OperationsStub getHttpJsonOperationsStub()
Returns
TypeDescription
OperationsStub

getIssueCallable()

public UnaryCallable<GetIssueRequest,Issue> getIssueCallable()
Returns

getIssueModelCallable()

public UnaryCallable<GetIssueModelRequest,IssueModel> getIssueModelCallable()
Returns

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
TypeDescription
OperationsStub

getPhraseMatcherCallable()

public UnaryCallable<GetPhraseMatcherRequest,PhraseMatcher> getPhraseMatcherCallable()
Returns

getSettingsCallable()

public UnaryCallable<GetSettingsRequest,Settings> getSettingsCallable()
Returns

getViewCallable()

public UnaryCallable<GetViewRequest,View> getViewCallable()
Returns

ingestConversationsCallable()

public UnaryCallable<IngestConversationsRequest,Operation> ingestConversationsCallable()
Returns

ingestConversationsOperationCallable()

public OperationCallable<IngestConversationsRequest,IngestConversationsResponse,IngestConversationsMetadata> ingestConversationsOperationCallable()
Returns

listAnalysesCallable()

public UnaryCallable<ListAnalysesRequest,ListAnalysesResponse> listAnalysesCallable()
Returns

listAnalysesPagedCallable()

public UnaryCallable<ListAnalysesRequest,ContactCenterInsightsClient.ListAnalysesPagedResponse> listAnalysesPagedCallable()
Returns

listConversationsCallable()

public UnaryCallable<ListConversationsRequest,ListConversationsResponse> listConversationsCallable()
Returns

listConversationsPagedCallable()

public UnaryCallable<ListConversationsRequest,ContactCenterInsightsClient.ListConversationsPagedResponse> listConversationsPagedCallable()
Returns

listIssueModelsCallable()

public UnaryCallable<ListIssueModelsRequest,ListIssueModelsResponse> listIssueModelsCallable()
Returns

listIssuesCallable()

public UnaryCallable<ListIssuesRequest,ListIssuesResponse> listIssuesCallable()
Returns

listPhraseMatchersCallable()

public UnaryCallable<ListPhraseMatchersRequest,ListPhraseMatchersResponse> listPhraseMatchersCallable()
Returns

listPhraseMatchersPagedCallable()

public UnaryCallable<ListPhraseMatchersRequest,ContactCenterInsightsClient.ListPhraseMatchersPagedResponse> listPhraseMatchersPagedCallable()
Returns

listViewsCallable()

public UnaryCallable<ListViewsRequest,ListViewsResponse> listViewsCallable()
Returns

listViewsPagedCallable()

public UnaryCallable<ListViewsRequest,ContactCenterInsightsClient.ListViewsPagedResponse> listViewsPagedCallable()
Returns

undeployIssueModelCallable()

public UnaryCallable<UndeployIssueModelRequest,Operation> undeployIssueModelCallable()
Returns

undeployIssueModelOperationCallable()

public OperationCallable<UndeployIssueModelRequest,UndeployIssueModelResponse,UndeployIssueModelMetadata> undeployIssueModelOperationCallable()
Returns

updateConversationCallable()

public UnaryCallable<UpdateConversationRequest,Conversation> updateConversationCallable()
Returns

updateIssueCallable()

public UnaryCallable<UpdateIssueRequest,Issue> updateIssueCallable()
Returns

updateIssueModelCallable()

public UnaryCallable<UpdateIssueModelRequest,IssueModel> updateIssueModelCallable()
Returns

updatePhraseMatcherCallable()

public UnaryCallable<UpdatePhraseMatcherRequest,PhraseMatcher> updatePhraseMatcherCallable()
Returns

updateSettingsCallable()

public UnaryCallable<UpdateSettingsRequest,Settings> updateSettingsCallable()
Returns

updateViewCallable()

public UnaryCallable<UpdateViewRequest,View> updateViewCallable()
Returns