Class ContactCenterInsightsStub (2.14.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()

bulkAnalyzeConversationsOperationCallable()

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

calculateIssueModelStatsCallable()

public UnaryCallable<CalculateIssueModelStatsRequest,CalculateIssueModelStatsResponse> calculateIssueModelStatsCallable()

calculateStatsCallable()

public UnaryCallable<CalculateStatsRequest,CalculateStatsResponse> calculateStatsCallable()

close()

public abstract void close()

createAnalysisCallable()

public UnaryCallable<CreateAnalysisRequest,Operation> createAnalysisCallable()

createAnalysisOperationCallable()

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

createConversationCallable()

public UnaryCallable<CreateConversationRequest,Conversation> createConversationCallable()

createIssueModelCallable()

public UnaryCallable<CreateIssueModelRequest,Operation> createIssueModelCallable()

createIssueModelOperationCallable()

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

createPhraseMatcherCallable()

public UnaryCallable<CreatePhraseMatcherRequest,PhraseMatcher> createPhraseMatcherCallable()

createViewCallable()

public UnaryCallable<CreateViewRequest,View> createViewCallable()
Returns
TypeDescription
UnaryCallable<CreateViewRequest,View>

deleteAnalysisCallable()

public UnaryCallable<DeleteAnalysisRequest,Empty> deleteAnalysisCallable()

deleteConversationCallable()

public UnaryCallable<DeleteConversationRequest,Empty> deleteConversationCallable()

deleteIssueCallable()

public UnaryCallable<DeleteIssueRequest,Empty> deleteIssueCallable()
Returns
TypeDescription
UnaryCallable<DeleteIssueRequest,Empty>

deleteIssueModelCallable()

public UnaryCallable<DeleteIssueModelRequest,Operation> deleteIssueModelCallable()

deleteIssueModelOperationCallable()

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

deletePhraseMatcherCallable()

public UnaryCallable<DeletePhraseMatcherRequest,Empty> deletePhraseMatcherCallable()

deleteViewCallable()

public UnaryCallable<DeleteViewRequest,Empty> deleteViewCallable()
Returns
TypeDescription
UnaryCallable<DeleteViewRequest,Empty>

deployIssueModelCallable()

public UnaryCallable<DeployIssueModelRequest,Operation> deployIssueModelCallable()

deployIssueModelOperationCallable()

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

exportInsightsDataCallable()

public UnaryCallable<ExportInsightsDataRequest,Operation> exportInsightsDataCallable()

exportInsightsDataOperationCallable()

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

getAnalysisCallable()

public UnaryCallable<GetAnalysisRequest,Analysis> getAnalysisCallable()

getConversationCallable()

public UnaryCallable<GetConversationRequest,Conversation> getConversationCallable()

getHttpJsonOperationsStub()

public OperationsStub getHttpJsonOperationsStub()
Returns
TypeDescription
OperationsStub

getIssueCallable()

public UnaryCallable<GetIssueRequest,Issue> getIssueCallable()
Returns
TypeDescription
UnaryCallable<GetIssueRequest,Issue>

getIssueModelCallable()

public UnaryCallable<GetIssueModelRequest,IssueModel> getIssueModelCallable()

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
TypeDescription
OperationsStub

getPhraseMatcherCallable()

public UnaryCallable<GetPhraseMatcherRequest,PhraseMatcher> getPhraseMatcherCallable()

getSettingsCallable()

public UnaryCallable<GetSettingsRequest,Settings> getSettingsCallable()

getViewCallable()

public UnaryCallable<GetViewRequest,View> getViewCallable()
Returns
TypeDescription
UnaryCallable<GetViewRequest,View>

ingestConversationsCallable()

public UnaryCallable<IngestConversationsRequest,Operation> ingestConversationsCallable()

ingestConversationsOperationCallable()

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

listAnalysesCallable()

public UnaryCallable<ListAnalysesRequest,ListAnalysesResponse> listAnalysesCallable()

listAnalysesPagedCallable()

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

listConversationsCallable()

public UnaryCallable<ListConversationsRequest,ListConversationsResponse> listConversationsCallable()

listConversationsPagedCallable()

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

listIssueModelsCallable()

public UnaryCallable<ListIssueModelsRequest,ListIssueModelsResponse> listIssueModelsCallable()

listIssuesCallable()

public UnaryCallable<ListIssuesRequest,ListIssuesResponse> listIssuesCallable()

listPhraseMatchersCallable()

public UnaryCallable<ListPhraseMatchersRequest,ListPhraseMatchersResponse> listPhraseMatchersCallable()

listPhraseMatchersPagedCallable()

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

listViewsCallable()

public UnaryCallable<ListViewsRequest,ListViewsResponse> listViewsCallable()

listViewsPagedCallable()

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

undeployIssueModelCallable()

public UnaryCallable<UndeployIssueModelRequest,Operation> undeployIssueModelCallable()

undeployIssueModelOperationCallable()

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

updateConversationCallable()

public UnaryCallable<UpdateConversationRequest,Conversation> updateConversationCallable()

updateIssueCallable()

public UnaryCallable<UpdateIssueRequest,Issue> updateIssueCallable()
Returns
TypeDescription
UnaryCallable<UpdateIssueRequest,Issue>

updateIssueModelCallable()

public UnaryCallable<UpdateIssueModelRequest,IssueModel> updateIssueModelCallable()

updatePhraseMatcherCallable()

public UnaryCallable<UpdatePhraseMatcherRequest,PhraseMatcher> updatePhraseMatcherCallable()

updateSettingsCallable()

public UnaryCallable<UpdateSettingsRequest,Settings> updateSettingsCallable()

updateViewCallable()

public UnaryCallable<UpdateViewRequest,View> updateViewCallable()
Returns
TypeDescription
UnaryCallable<UpdateViewRequest,View>