Represents a ContactCenterInsights
Inheritance
$protobuf.rpc.Service > protos.google.cloud.contactcenterinsights.v1.ContactCenterInsightsPackage
@google-cloud/contact-center-insights!Constructors
(constructor)(rpcImpl, requestDelimited, responseDelimited)
constructor(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean);
Constructs a new ContactCenterInsights service.
Name | Description |
rpcImpl |
$protobuf.RPCImpl
RPC implementation |
requestDelimited |
boolean
Whether requests are length-delimited |
responseDelimited |
boolean
Whether responses are length-delimited |
Methods
calculateIssueModelStats(request, callback)
public calculateIssueModelStats(request: google.cloud.contactcenterinsights.v1.ICalculateIssueModelStatsRequest, callback: google.cloud.contactcenterinsights.v1.ContactCenterInsights.CalculateIssueModelStatsCallback): void;
Calls CalculateIssueModelStats.
Name | Description |
request |
google.cloud.contactcenterinsights.v1.ICalculateIssueModelStatsRequest
CalculateIssueModelStatsRequest message or plain object |
callback |
google.cloud.contactcenterinsights.v1.ContactCenterInsights.CalculateIssueModelStatsCallback
Node-style callback called with the error, if any, and CalculateIssueModelStatsResponse |
Type | Description |
void |
calculateIssueModelStats(request)
public calculateIssueModelStats(request: google.cloud.contactcenterinsights.v1.ICalculateIssueModelStatsRequest): Promise<google.cloud.contactcenterinsights.v1.CalculateIssueModelStatsResponse>;
Calls CalculateIssueModelStats.
Name | Description |
request |
google.cloud.contactcenterinsights.v1.ICalculateIssueModelStatsRequest
CalculateIssueModelStatsRequest message or plain object |
Type | Description |
Promise<google.cloud.contactcenterinsights.v1.CalculateIssueModelStatsResponse> | Promise |
calculateStats(request, callback)
public calculateStats(request: google.cloud.contactcenterinsights.v1.ICalculateStatsRequest, callback: google.cloud.contactcenterinsights.v1.ContactCenterInsights.CalculateStatsCallback): void;
Calls CalculateStats.
Name | Description |
request |
google.cloud.contactcenterinsights.v1.ICalculateStatsRequest
CalculateStatsRequest message or plain object |
callback |
google.cloud.contactcenterinsights.v1.ContactCenterInsights.CalculateStatsCallback
Node-style callback called with the error, if any, and CalculateStatsResponse |
Type | Description |
void |
calculateStats(request)
public calculateStats(request: google.cloud.contactcenterinsights.v1.ICalculateStatsRequest): Promise<google.cloud.contactcenterinsights.v1.CalculateStatsResponse>;
Calls CalculateStats.
Name | Description |
request |
google.cloud.contactcenterinsights.v1.ICalculateStatsRequest
CalculateStatsRequest message or plain object |
Type | Description |
Promise<google.cloud.contactcenterinsights.v1.CalculateStatsResponse> | Promise |
create(rpcImpl, requestDelimited, responseDelimited)
public static create(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean): ContactCenterInsights;
Creates new ContactCenterInsights service using the specified rpc implementation.
Name | Description |
rpcImpl |
$protobuf.RPCImpl
RPC implementation |
requestDelimited |
boolean
Whether requests are length-delimited |
responseDelimited |
boolean
Whether responses are length-delimited |
Type | Description |
ContactCenterInsights | RPC service. Useful where requests and/or responses are streamed. |
createAnalysis(request, callback)
public createAnalysis(request: google.cloud.contactcenterinsights.v1.ICreateAnalysisRequest, callback: google.cloud.contactcenterinsights.v1.ContactCenterInsights.CreateAnalysisCallback): void;
Calls CreateAnalysis.
Name | Description |
request |
google.cloud.contactcenterinsights.v1.ICreateAnalysisRequest
CreateAnalysisRequest message or plain object |
callback |
google.cloud.contactcenterinsights.v1.ContactCenterInsights.CreateAnalysisCallback
Node-style callback called with the error, if any, and Operation |
Type | Description |
void |
createAnalysis(request)
public createAnalysis(request: google.cloud.contactcenterinsights.v1.ICreateAnalysisRequest): Promise<google.longrunning.Operation>;
Calls CreateAnalysis.
Name | Description |
request |
google.cloud.contactcenterinsights.v1.ICreateAnalysisRequest
CreateAnalysisRequest message or plain object |
Type | Description |
Promise<google.longrunning.Operation> | Promise |
createConversation(request, callback)
public createConversation(request: google.cloud.contactcenterinsights.v1.ICreateConversationRequest, callback: google.cloud.contactcenterinsights.v1.ContactCenterInsights.CreateConversationCallback): void;
Calls CreateConversation.
Name | Description |
request |
google.cloud.contactcenterinsights.v1.ICreateConversationRequest
CreateConversationRequest message or plain object |
callback |
google.cloud.contactcenterinsights.v1.ContactCenterInsights.CreateConversationCallback
Node-style callback called with the error, if any, and Conversation |
Type | Description |
void |
createConversation(request)
public createConversation(request: google.cloud.contactcenterinsights.v1.ICreateConversationRequest): Promise<google.cloud.contactcenterinsights.v1.Conversation>;
Calls CreateConversation.
Name | Description |
request |
google.cloud.contactcenterinsights.v1.ICreateConversationRequest
CreateConversationRequest message or plain object |
Type | Description |
Promise<google.cloud.contactcenterinsights.v1.Conversation> | Promise |
createIssueModel(request, callback)
public createIssueModel(request: google.cloud.contactcenterinsights.v1.ICreateIssueModelRequest, callback: google.cloud.contactcenterinsights.v1.ContactCenterInsights.CreateIssueModelCallback): void;
Calls CreateIssueModel.
Name | Description |
request |
google.cloud.contactcenterinsights.v1.ICreateIssueModelRequest
CreateIssueModelRequest message or plain object |
callback |
google.cloud.contactcenterinsights.v1.ContactCenterInsights.CreateIssueModelCallback
Node-style callback called with the error, if any, and Operation |
Type | Description |
void |
createIssueModel(request)
public createIssueModel(request: google.cloud.contactcenterinsights.v1.ICreateIssueModelRequest): Promise<google.longrunning.Operation>;
Calls CreateIssueModel.
Name | Description |
request |
google.cloud.contactcenterinsights.v1.ICreateIssueModelRequest
CreateIssueModelRequest message or plain object |
Type | Description |
Promise<google.longrunning.Operation> | Promise |
createPhraseMatcher(request, callback)
public createPhraseMatcher(request: google.cloud.contactcenterinsights.v1.ICreatePhraseMatcherRequest, callback: google.cloud.contactcenterinsights.v1.ContactCenterInsights.CreatePhraseMatcherCallback): void;
Calls CreatePhraseMatcher.
Name | Description |
request |
google.cloud.contactcenterinsights.v1.ICreatePhraseMatcherRequest
CreatePhraseMatcherRequest message or plain object |
callback |
google.cloud.contactcenterinsights.v1.ContactCenterInsights.CreatePhraseMatcherCallback
Node-style callback called with the error, if any, and PhraseMatcher |
Type | Description |
void |
createPhraseMatcher(request)
public createPhraseMatcher(request: google.cloud.contactcenterinsights.v1.ICreatePhraseMatcherRequest): Promise<google.cloud.contactcenterinsights.v1.PhraseMatcher>;
Calls CreatePhraseMatcher.
Name | Description |
request |
google.cloud.contactcenterinsights.v1.ICreatePhraseMatcherRequest
CreatePhraseMatcherRequest message or plain object |
Type | Description |
Promise<google.cloud.contactcenterinsights.v1.PhraseMatcher> | Promise |
deleteAnalysis(request, callback)
public deleteAnalysis(request: google.cloud.contactcenterinsights.v1.IDeleteAnalysisRequest, callback: google.cloud.contactcenterinsights.v1.ContactCenterInsights.DeleteAnalysisCallback): void;
Calls DeleteAnalysis.
Name | Description |
request |
google.cloud.contactcenterinsights.v1.IDeleteAnalysisRequest
DeleteAnalysisRequest message or plain object |
callback |
google.cloud.contactcenterinsights.v1.ContactCenterInsights.DeleteAnalysisCallback
Node-style callback called with the error, if any, and Empty |
Type | Description |
void |
deleteAnalysis(request)
public deleteAnalysis(request: google.cloud.contactcenterinsights.v1.IDeleteAnalysisRequest): Promise<google.protobuf.Empty>;
Calls DeleteAnalysis.
Name | Description |
request |
google.cloud.contactcenterinsights.v1.IDeleteAnalysisRequest
DeleteAnalysisRequest message or plain object |
Type | Description |
Promise<google.protobuf.Empty> | Promise |
deleteConversation(request, callback)
public deleteConversation(request: google.cloud.contactcenterinsights.v1.IDeleteConversationRequest, callback: google.cloud.contactcenterinsights.v1.ContactCenterInsights.DeleteConversationCallback): void;
Calls DeleteConversation.
Name | Description |
request |
google.cloud.contactcenterinsights.v1.IDeleteConversationRequest
DeleteConversationRequest message or plain object |
callback |
google.cloud.contactcenterinsights.v1.ContactCenterInsights.DeleteConversationCallback
Node-style callback called with the error, if any, and Empty |
Type | Description |
void |
deleteConversation(request)
public deleteConversation(request: google.cloud.contactcenterinsights.v1.IDeleteConversationRequest): Promise<google.protobuf.Empty>;
Calls DeleteConversation.
Name | Description |
request |
google.cloud.contactcenterinsights.v1.IDeleteConversationRequest
DeleteConversationRequest message or plain object |
Type | Description |
Promise<google.protobuf.Empty> | Promise |
deleteIssueModel(request, callback)
public deleteIssueModel(request: google.cloud.contactcenterinsights.v1.IDeleteIssueModelRequest, callback: google.cloud.contactcenterinsights.v1.ContactCenterInsights.DeleteIssueModelCallback): void;
Calls DeleteIssueModel.
Name | Description |
request |
google.cloud.contactcenterinsights.v1.IDeleteIssueModelRequest
DeleteIssueModelRequest message or plain object |
callback |
google.cloud.contactcenterinsights.v1.ContactCenterInsights.DeleteIssueModelCallback
Node-style callback called with the error, if any, and Operation |
Type | Description |
void |
deleteIssueModel(request)
public deleteIssueModel(request: google.cloud.contactcenterinsights.v1.IDeleteIssueModelRequest): Promise<google.longrunning.Operation>;
Calls DeleteIssueModel.
Name | Description |
request |
google.cloud.contactcenterinsights.v1.IDeleteIssueModelRequest
DeleteIssueModelRequest message or plain object |
Type | Description |
Promise<google.longrunning.Operation> | Promise |
deletePhraseMatcher(request, callback)
public deletePhraseMatcher(request: google.cloud.contactcenterinsights.v1.IDeletePhraseMatcherRequest, callback: google.cloud.contactcenterinsights.v1.ContactCenterInsights.DeletePhraseMatcherCallback): void;
Calls DeletePhraseMatcher.
Name | Description |
request |
google.cloud.contactcenterinsights.v1.IDeletePhraseMatcherRequest
DeletePhraseMatcherRequest message or plain object |
callback |
google.cloud.contactcenterinsights.v1.ContactCenterInsights.DeletePhraseMatcherCallback
Node-style callback called with the error, if any, and Empty |
Type | Description |
void |
deletePhraseMatcher(request)
public deletePhraseMatcher(request: google.cloud.contactcenterinsights.v1.IDeletePhraseMatcherRequest): Promise<google.protobuf.Empty>;
Calls DeletePhraseMatcher.
Name | Description |
request |
google.cloud.contactcenterinsights.v1.IDeletePhraseMatcherRequest
DeletePhraseMatcherRequest message or plain object |
Type | Description |
Promise<google.protobuf.Empty> | Promise |
deployIssueModel(request, callback)
public deployIssueModel(request: google.cloud.contactcenterinsights.v1.IDeployIssueModelRequest, callback: google.cloud.contactcenterinsights.v1.ContactCenterInsights.DeployIssueModelCallback): void;
Calls DeployIssueModel.
Name | Description |
request |
google.cloud.contactcenterinsights.v1.IDeployIssueModelRequest
DeployIssueModelRequest message or plain object |
callback |
google.cloud.contactcenterinsights.v1.ContactCenterInsights.DeployIssueModelCallback
Node-style callback called with the error, if any, and Operation |
Type | Description |
void |
deployIssueModel(request)
public deployIssueModel(request: google.cloud.contactcenterinsights.v1.IDeployIssueModelRequest): Promise<google.longrunning.Operation>;
Calls DeployIssueModel.
Name | Description |
request |
google.cloud.contactcenterinsights.v1.IDeployIssueModelRequest
DeployIssueModelRequest message or plain object |
Type | Description |
Promise<google.longrunning.Operation> | Promise |
exportInsightsData(request, callback)
public exportInsightsData(request: google.cloud.contactcenterinsights.v1.IExportInsightsDataRequest, callback: google.cloud.contactcenterinsights.v1.ContactCenterInsights.ExportInsightsDataCallback): void;
Calls ExportInsightsData.
Name | Description |
request |
google.cloud.contactcenterinsights.v1.IExportInsightsDataRequest
ExportInsightsDataRequest message or plain object |
callback |
google.cloud.contactcenterinsights.v1.ContactCenterInsights.ExportInsightsDataCallback
Node-style callback called with the error, if any, and Operation |
Type | Description |
void |
exportInsightsData(request)
public exportInsightsData(request: google.cloud.contactcenterinsights.v1.IExportInsightsDataRequest): Promise<google.longrunning.Operation>;
Calls ExportInsightsData.
Name | Description |
request |
google.cloud.contactcenterinsights.v1.IExportInsightsDataRequest
ExportInsightsDataRequest message or plain object |
Type | Description |
Promise<google.longrunning.Operation> | Promise |
getAnalysis(request, callback)
public getAnalysis(request: google.cloud.contactcenterinsights.v1.IGetAnalysisRequest, callback: google.cloud.contactcenterinsights.v1.ContactCenterInsights.GetAnalysisCallback): void;
Calls GetAnalysis.
Name | Description |
request |
google.cloud.contactcenterinsights.v1.IGetAnalysisRequest
GetAnalysisRequest message or plain object |
callback |
google.cloud.contactcenterinsights.v1.ContactCenterInsights.GetAnalysisCallback
Node-style callback called with the error, if any, and Analysis |
Type | Description |
void |
getAnalysis(request)
public getAnalysis(request: google.cloud.contactcenterinsights.v1.IGetAnalysisRequest): Promise<google.cloud.contactcenterinsights.v1.Analysis>;
Calls GetAnalysis.
Name | Description |
request |
google.cloud.contactcenterinsights.v1.IGetAnalysisRequest
GetAnalysisRequest message or plain object |
Type | Description |
Promise<google.cloud.contactcenterinsights.v1.Analysis> | Promise |
getConversation(request, callback)
public getConversation(request: google.cloud.contactcenterinsights.v1.IGetConversationRequest, callback: google.cloud.contactcenterinsights.v1.ContactCenterInsights.GetConversationCallback): void;
Calls GetConversation.
Name | Description |
request |
google.cloud.contactcenterinsights.v1.IGetConversationRequest
GetConversationRequest message or plain object |
callback |
google.cloud.contactcenterinsights.v1.ContactCenterInsights.GetConversationCallback
Node-style callback called with the error, if any, and Conversation |
Type | Description |
void |
getConversation(request)
public getConversation(request: google.cloud.contactcenterinsights.v1.IGetConversationRequest): Promise<google.cloud.contactcenterinsights.v1.Conversation>;
Calls GetConversation.
Name | Description |
request |
google.cloud.contactcenterinsights.v1.IGetConversationRequest
GetConversationRequest message or plain object |
Type | Description |
Promise<google.cloud.contactcenterinsights.v1.Conversation> | Promise |
getIssue(request, callback)
public getIssue(request: google.cloud.contactcenterinsights.v1.IGetIssueRequest, callback: google.cloud.contactcenterinsights.v1.ContactCenterInsights.GetIssueCallback): void;
Calls GetIssue.
Name | Description |
request |
google.cloud.contactcenterinsights.v1.IGetIssueRequest
GetIssueRequest message or plain object |
callback |
google.cloud.contactcenterinsights.v1.ContactCenterInsights.GetIssueCallback
Node-style callback called with the error, if any, and Issue |
Type | Description |
void |
getIssue(request)
public getIssue(request: google.cloud.contactcenterinsights.v1.IGetIssueRequest): Promise<google.cloud.contactcenterinsights.v1.Issue>;
Calls GetIssue.
Name | Description |
request |
google.cloud.contactcenterinsights.v1.IGetIssueRequest
GetIssueRequest message or plain object |
Type | Description |
Promise<google.cloud.contactcenterinsights.v1.Issue> | Promise |
getIssueModel(request, callback)
public getIssueModel(request: google.cloud.contactcenterinsights.v1.IGetIssueModelRequest, callback: google.cloud.contactcenterinsights.v1.ContactCenterInsights.GetIssueModelCallback): void;
Calls GetIssueModel.
Name | Description |
request |
google.cloud.contactcenterinsights.v1.IGetIssueModelRequest
GetIssueModelRequest message or plain object |
callback |
google.cloud.contactcenterinsights.v1.ContactCenterInsights.GetIssueModelCallback
Node-style callback called with the error, if any, and IssueModel |
Type | Description |
void |
getIssueModel(request)
public getIssueModel(request: google.cloud.contactcenterinsights.v1.IGetIssueModelRequest): Promise<google.cloud.contactcenterinsights.v1.IssueModel>;
Calls GetIssueModel.
Name | Description |
request |
google.cloud.contactcenterinsights.v1.IGetIssueModelRequest
GetIssueModelRequest message or plain object |
Type | Description |
Promise<google.cloud.contactcenterinsights.v1.IssueModel> | Promise |
getPhraseMatcher(request, callback)
public getPhraseMatcher(request: google.cloud.contactcenterinsights.v1.IGetPhraseMatcherRequest, callback: google.cloud.contactcenterinsights.v1.ContactCenterInsights.GetPhraseMatcherCallback): void;
Calls GetPhraseMatcher.
Name | Description |
request |
google.cloud.contactcenterinsights.v1.IGetPhraseMatcherRequest
GetPhraseMatcherRequest message or plain object |
callback |
google.cloud.contactcenterinsights.v1.ContactCenterInsights.GetPhraseMatcherCallback
Node-style callback called with the error, if any, and PhraseMatcher |
Type | Description |
void |
getPhraseMatcher(request)
public getPhraseMatcher(request: google.cloud.contactcenterinsights.v1.IGetPhraseMatcherRequest): Promise<google.cloud.contactcenterinsights.v1.PhraseMatcher>;
Calls GetPhraseMatcher.
Name | Description |
request |
google.cloud.contactcenterinsights.v1.IGetPhraseMatcherRequest
GetPhraseMatcherRequest message or plain object |
Type | Description |
Promise<google.cloud.contactcenterinsights.v1.PhraseMatcher> | Promise |
getSettings(request, callback)
public getSettings(request: google.cloud.contactcenterinsights.v1.IGetSettingsRequest, callback: google.cloud.contactcenterinsights.v1.ContactCenterInsights.GetSettingsCallback): void;
Calls GetSettings.
Name | Description |
request |
google.cloud.contactcenterinsights.v1.IGetSettingsRequest
GetSettingsRequest message or plain object |
callback |
google.cloud.contactcenterinsights.v1.ContactCenterInsights.GetSettingsCallback
Node-style callback called with the error, if any, and Settings |
Type | Description |
void |
getSettings(request)
public getSettings(request: google.cloud.contactcenterinsights.v1.IGetSettingsRequest): Promise<google.cloud.contactcenterinsights.v1.Settings>;
Calls GetSettings.
Name | Description |
request |
google.cloud.contactcenterinsights.v1.IGetSettingsRequest
GetSettingsRequest message or plain object |
Type | Description |
Promise<google.cloud.contactcenterinsights.v1.Settings> | Promise |
listAnalyses(request, callback)
public listAnalyses(request: google.cloud.contactcenterinsights.v1.IListAnalysesRequest, callback: google.cloud.contactcenterinsights.v1.ContactCenterInsights.ListAnalysesCallback): void;
Calls ListAnalyses.
Name | Description |
request |
google.cloud.contactcenterinsights.v1.IListAnalysesRequest
ListAnalysesRequest message or plain object |
callback |
google.cloud.contactcenterinsights.v1.ContactCenterInsights.ListAnalysesCallback
Node-style callback called with the error, if any, and ListAnalysesResponse |
Type | Description |
void |
listAnalyses(request)
public listAnalyses(request: google.cloud.contactcenterinsights.v1.IListAnalysesRequest): Promise<google.cloud.contactcenterinsights.v1.ListAnalysesResponse>;
Calls ListAnalyses.
Name | Description |
request |
google.cloud.contactcenterinsights.v1.IListAnalysesRequest
ListAnalysesRequest message or plain object |
Type | Description |
Promise<google.cloud.contactcenterinsights.v1.ListAnalysesResponse> | Promise |
listConversations(request, callback)
public listConversations(request: google.cloud.contactcenterinsights.v1.IListConversationsRequest, callback: google.cloud.contactcenterinsights.v1.ContactCenterInsights.ListConversationsCallback): void;
Calls ListConversations.
Name | Description |
request |
google.cloud.contactcenterinsights.v1.IListConversationsRequest
ListConversationsRequest message or plain object |
callback |
google.cloud.contactcenterinsights.v1.ContactCenterInsights.ListConversationsCallback
Node-style callback called with the error, if any, and ListConversationsResponse |
Type | Description |
void |
listConversations(request)
public listConversations(request: google.cloud.contactcenterinsights.v1.IListConversationsRequest): Promise<google.cloud.contactcenterinsights.v1.ListConversationsResponse>;
Calls ListConversations.
Name | Description |
request |
google.cloud.contactcenterinsights.v1.IListConversationsRequest
ListConversationsRequest message or plain object |
Type | Description |
Promise<google.cloud.contactcenterinsights.v1.ListConversationsResponse> | Promise |
listIssueModels(request, callback)
public listIssueModels(request: google.cloud.contactcenterinsights.v1.IListIssueModelsRequest, callback: google.cloud.contactcenterinsights.v1.ContactCenterInsights.ListIssueModelsCallback): void;
Calls ListIssueModels.
Name | Description |
request |
google.cloud.contactcenterinsights.v1.IListIssueModelsRequest
ListIssueModelsRequest message or plain object |
callback |
google.cloud.contactcenterinsights.v1.ContactCenterInsights.ListIssueModelsCallback
Node-style callback called with the error, if any, and ListIssueModelsResponse |
Type | Description |
void |
listIssueModels(request)
public listIssueModels(request: google.cloud.contactcenterinsights.v1.IListIssueModelsRequest): Promise<google.cloud.contactcenterinsights.v1.ListIssueModelsResponse>;
Calls ListIssueModels.
Name | Description |
request |
google.cloud.contactcenterinsights.v1.IListIssueModelsRequest
ListIssueModelsRequest message or plain object |
Type | Description |
Promise<google.cloud.contactcenterinsights.v1.ListIssueModelsResponse> | Promise |
listIssues(request, callback)
public listIssues(request: google.cloud.contactcenterinsights.v1.IListIssuesRequest, callback: google.cloud.contactcenterinsights.v1.ContactCenterInsights.ListIssuesCallback): void;
Calls ListIssues.
Name | Description |
request |
google.cloud.contactcenterinsights.v1.IListIssuesRequest
ListIssuesRequest message or plain object |
callback |
google.cloud.contactcenterinsights.v1.ContactCenterInsights.ListIssuesCallback
Node-style callback called with the error, if any, and ListIssuesResponse |
Type | Description |
void |
listIssues(request)
public listIssues(request: google.cloud.contactcenterinsights.v1.IListIssuesRequest): Promise<google.cloud.contactcenterinsights.v1.ListIssuesResponse>;
Calls ListIssues.
Name | Description |
request |
google.cloud.contactcenterinsights.v1.IListIssuesRequest
ListIssuesRequest message or plain object |
Type | Description |
Promise<google.cloud.contactcenterinsights.v1.ListIssuesResponse> | Promise |
listPhraseMatchers(request, callback)
public listPhraseMatchers(request: google.cloud.contactcenterinsights.v1.IListPhraseMatchersRequest, callback: google.cloud.contactcenterinsights.v1.ContactCenterInsights.ListPhraseMatchersCallback): void;
Calls ListPhraseMatchers.
Name | Description |
request |
google.cloud.contactcenterinsights.v1.IListPhraseMatchersRequest
ListPhraseMatchersRequest message or plain object |
callback |
google.cloud.contactcenterinsights.v1.ContactCenterInsights.ListPhraseMatchersCallback
Node-style callback called with the error, if any, and ListPhraseMatchersResponse |
Type | Description |
void |
listPhraseMatchers(request)
public listPhraseMatchers(request: google.cloud.contactcenterinsights.v1.IListPhraseMatchersRequest): Promise<google.cloud.contactcenterinsights.v1.ListPhraseMatchersResponse>;
Calls ListPhraseMatchers.
Name | Description |
request |
google.cloud.contactcenterinsights.v1.IListPhraseMatchersRequest
ListPhraseMatchersRequest message or plain object |
Type | Description |
Promise<google.cloud.contactcenterinsights.v1.ListPhraseMatchersResponse> | Promise |
undeployIssueModel(request, callback)
public undeployIssueModel(request: google.cloud.contactcenterinsights.v1.IUndeployIssueModelRequest, callback: google.cloud.contactcenterinsights.v1.ContactCenterInsights.UndeployIssueModelCallback): void;
Calls UndeployIssueModel.
Name | Description |
request |
google.cloud.contactcenterinsights.v1.IUndeployIssueModelRequest
UndeployIssueModelRequest message or plain object |
callback |
google.cloud.contactcenterinsights.v1.ContactCenterInsights.UndeployIssueModelCallback
Node-style callback called with the error, if any, and Operation |
Type | Description |
void |
undeployIssueModel(request)
public undeployIssueModel(request: google.cloud.contactcenterinsights.v1.IUndeployIssueModelRequest): Promise<google.longrunning.Operation>;
Calls UndeployIssueModel.
Name | Description |
request |
google.cloud.contactcenterinsights.v1.IUndeployIssueModelRequest
UndeployIssueModelRequest message or plain object |
Type | Description |
Promise<google.longrunning.Operation> | Promise |
updateConversation(request, callback)
public updateConversation(request: google.cloud.contactcenterinsights.v1.IUpdateConversationRequest, callback: google.cloud.contactcenterinsights.v1.ContactCenterInsights.UpdateConversationCallback): void;
Calls UpdateConversation.
Name | Description |
request |
google.cloud.contactcenterinsights.v1.IUpdateConversationRequest
UpdateConversationRequest message or plain object |
callback |
google.cloud.contactcenterinsights.v1.ContactCenterInsights.UpdateConversationCallback
Node-style callback called with the error, if any, and Conversation |
Type | Description |
void |
updateConversation(request)
public updateConversation(request: google.cloud.contactcenterinsights.v1.IUpdateConversationRequest): Promise<google.cloud.contactcenterinsights.v1.Conversation>;
Calls UpdateConversation.
Name | Description |
request |
google.cloud.contactcenterinsights.v1.IUpdateConversationRequest
UpdateConversationRequest message or plain object |
Type | Description |
Promise<google.cloud.contactcenterinsights.v1.Conversation> | Promise |
updateIssue(request, callback)
public updateIssue(request: google.cloud.contactcenterinsights.v1.IUpdateIssueRequest, callback: google.cloud.contactcenterinsights.v1.ContactCenterInsights.UpdateIssueCallback): void;
Calls UpdateIssue.
Name | Description |
request |
google.cloud.contactcenterinsights.v1.IUpdateIssueRequest
UpdateIssueRequest message or plain object |
callback |
google.cloud.contactcenterinsights.v1.ContactCenterInsights.UpdateIssueCallback
Node-style callback called with the error, if any, and Issue |
Type | Description |
void |
updateIssue(request)
public updateIssue(request: google.cloud.contactcenterinsights.v1.IUpdateIssueRequest): Promise<google.cloud.contactcenterinsights.v1.Issue>;
Calls UpdateIssue.
Name | Description |
request |
google.cloud.contactcenterinsights.v1.IUpdateIssueRequest
UpdateIssueRequest message or plain object |
Type | Description |
Promise<google.cloud.contactcenterinsights.v1.Issue> | Promise |
updateIssueModel(request, callback)
public updateIssueModel(request: google.cloud.contactcenterinsights.v1.IUpdateIssueModelRequest, callback: google.cloud.contactcenterinsights.v1.ContactCenterInsights.UpdateIssueModelCallback): void;
Calls UpdateIssueModel.
Name | Description |
request |
google.cloud.contactcenterinsights.v1.IUpdateIssueModelRequest
UpdateIssueModelRequest message or plain object |
callback |
google.cloud.contactcenterinsights.v1.ContactCenterInsights.UpdateIssueModelCallback
Node-style callback called with the error, if any, and IssueModel |
Type | Description |
void |
updateIssueModel(request)
public updateIssueModel(request: google.cloud.contactcenterinsights.v1.IUpdateIssueModelRequest): Promise<google.cloud.contactcenterinsights.v1.IssueModel>;
Calls UpdateIssueModel.
Name | Description |
request |
google.cloud.contactcenterinsights.v1.IUpdateIssueModelRequest
UpdateIssueModelRequest message or plain object |
Type | Description |
Promise<google.cloud.contactcenterinsights.v1.IssueModel> | Promise |
updateSettings(request, callback)
public updateSettings(request: google.cloud.contactcenterinsights.v1.IUpdateSettingsRequest, callback: google.cloud.contactcenterinsights.v1.ContactCenterInsights.UpdateSettingsCallback): void;
Calls UpdateSettings.
Name | Description |
request |
google.cloud.contactcenterinsights.v1.IUpdateSettingsRequest
UpdateSettingsRequest message or plain object |
callback |
google.cloud.contactcenterinsights.v1.ContactCenterInsights.UpdateSettingsCallback
Node-style callback called with the error, if any, and Settings |
Type | Description |
void |
updateSettings(request)
public updateSettings(request: google.cloud.contactcenterinsights.v1.IUpdateSettingsRequest): Promise<google.cloud.contactcenterinsights.v1.Settings>;
Calls UpdateSettings.
Name | Description |
request |
google.cloud.contactcenterinsights.v1.IUpdateSettingsRequest
UpdateSettingsRequest message or plain object |
Type | Description |
Promise<google.cloud.contactcenterinsights.v1.Settings> | Promise |