[BindServiceMethod(typeof(ContactCenterInsights), "BindService")]
public abstract class ContactCenterInsights.ContactCenterInsightsBaseReference documentation and code samples for the Contact Center AI Insights v1 API class ContactCenterInsights.ContactCenterInsightsBase.
Base class for server-side implementations of ContactCenterInsights
Namespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Methods
BulkAnalyzeConversations(BulkAnalyzeConversationsRequest, ServerCallContext)
public virtual Task<Operation> BulkAnalyzeConversations(BulkAnalyzeConversationsRequest request, ServerCallContext context)Analyzes multiple conversations in a single request.
| Parameters | |
|---|---|
| Name | Description |
request |
BulkAnalyzeConversationsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
BulkDeleteConversations(BulkDeleteConversationsRequest, ServerCallContext)
public virtual Task<Operation> BulkDeleteConversations(BulkDeleteConversationsRequest request, ServerCallContext context)Deletes multiple conversations in a single request.
| Parameters | |
|---|---|
| Name | Description |
request |
BulkDeleteConversationsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
BulkDownloadFeedbackLabels(BulkDownloadFeedbackLabelsRequest, ServerCallContext)
public virtual Task<Operation> BulkDownloadFeedbackLabels(BulkDownloadFeedbackLabelsRequest request, ServerCallContext context)Download feedback labels in bulk.
| Parameters | |
|---|---|
| Name | Description |
request |
BulkDownloadFeedbackLabelsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
BulkUploadFeedbackLabels(BulkUploadFeedbackLabelsRequest, ServerCallContext)
public virtual Task<Operation> BulkUploadFeedbackLabels(BulkUploadFeedbackLabelsRequest request, ServerCallContext context)Upload feedback labels in bulk.
| Parameters | |
|---|---|
| Name | Description |
request |
BulkUploadFeedbackLabelsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
CalculateIssueModelStats(CalculateIssueModelStatsRequest, ServerCallContext)
public virtual Task<CalculateIssueModelStatsResponse> CalculateIssueModelStats(CalculateIssueModelStatsRequest request, ServerCallContext context)Gets an issue model's statistics.
| Parameters | |
|---|---|
| Name | Description |
request |
CalculateIssueModelStatsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskCalculateIssueModelStatsResponse |
The response to send back to the client (wrapped by a task). |
CalculateStats(CalculateStatsRequest, ServerCallContext)
public virtual Task<CalculateStatsResponse> CalculateStats(CalculateStatsRequest request, ServerCallContext context)Gets conversation statistics.
| Parameters | |
|---|---|
| Name | Description |
request |
CalculateStatsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskCalculateStatsResponse |
The response to send back to the client (wrapped by a task). |
CreateAnalysis(CreateAnalysisRequest, ServerCallContext)
public virtual Task<Operation> CreateAnalysis(CreateAnalysisRequest request, ServerCallContext context)Creates an analysis. The long running operation is done when the analysis has completed.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateAnalysisRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
CreateAnalysisRule(CreateAnalysisRuleRequest, ServerCallContext)
public virtual Task<AnalysisRule> CreateAnalysisRule(CreateAnalysisRuleRequest request, ServerCallContext context)Creates a analysis rule.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateAnalysisRuleRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskAnalysisRule |
The response to send back to the client (wrapped by a task). |
CreateConversation(CreateConversationRequest, ServerCallContext)
public virtual Task<Conversation> CreateConversation(CreateConversationRequest request, ServerCallContext context)Creates a conversation.
Note that this method does not support audio transcription or redaction.
Use conversations.upload instead.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateConversationRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskConversation |
The response to send back to the client (wrapped by a task). |
CreateFeedbackLabel(CreateFeedbackLabelRequest, ServerCallContext)
public virtual Task<FeedbackLabel> CreateFeedbackLabel(CreateFeedbackLabelRequest request, ServerCallContext context)Create feedback label.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateFeedbackLabelRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskFeedbackLabel |
The response to send back to the client (wrapped by a task). |
CreateIssueModel(CreateIssueModelRequest, ServerCallContext)
public virtual Task<Operation> CreateIssueModel(CreateIssueModelRequest request, ServerCallContext context)Creates an issue model.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateIssueModelRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
CreatePhraseMatcher(CreatePhraseMatcherRequest, ServerCallContext)
public virtual Task<PhraseMatcher> CreatePhraseMatcher(CreatePhraseMatcherRequest request, ServerCallContext context)Creates a phrase matcher.
| Parameters | |
|---|---|
| Name | Description |
request |
CreatePhraseMatcherRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskPhraseMatcher |
The response to send back to the client (wrapped by a task). |
CreateQaQuestion(CreateQaQuestionRequest, ServerCallContext)
public virtual Task<QaQuestion> CreateQaQuestion(CreateQaQuestionRequest request, ServerCallContext context)Create a QaQuestion.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateQaQuestionRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskQaQuestion |
The response to send back to the client (wrapped by a task). |
CreateQaScorecard(CreateQaScorecardRequest, ServerCallContext)
public virtual Task<QaScorecard> CreateQaScorecard(CreateQaScorecardRequest request, ServerCallContext context)Create a QaScorecard.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateQaScorecardRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskQaScorecard |
The response to send back to the client (wrapped by a task). |
CreateQaScorecardRevision(CreateQaScorecardRevisionRequest, ServerCallContext)
public virtual Task<QaScorecardRevision> CreateQaScorecardRevision(CreateQaScorecardRevisionRequest request, ServerCallContext context)Creates a QaScorecardRevision.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateQaScorecardRevisionRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskQaScorecardRevision |
The response to send back to the client (wrapped by a task). |
CreateView(CreateViewRequest, ServerCallContext)
public virtual Task<View> CreateView(CreateViewRequest request, ServerCallContext context)Creates a view.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateViewRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskView |
The response to send back to the client (wrapped by a task). |
DeleteAnalysis(DeleteAnalysisRequest, ServerCallContext)
public virtual Task<Empty> DeleteAnalysis(DeleteAnalysisRequest request, ServerCallContext context)Deletes an analysis.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteAnalysisRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskEmpty |
The response to send back to the client (wrapped by a task). |
DeleteAnalysisRule(DeleteAnalysisRuleRequest, ServerCallContext)
public virtual Task<Empty> DeleteAnalysisRule(DeleteAnalysisRuleRequest request, ServerCallContext context)Deletes a analysis rule.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteAnalysisRuleRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskEmpty |
The response to send back to the client (wrapped by a task). |
DeleteConversation(DeleteConversationRequest, ServerCallContext)
public virtual Task<Empty> DeleteConversation(DeleteConversationRequest request, ServerCallContext context)Deletes a conversation.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteConversationRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskEmpty |
The response to send back to the client (wrapped by a task). |
DeleteFeedbackLabel(DeleteFeedbackLabelRequest, ServerCallContext)
public virtual Task<Empty> DeleteFeedbackLabel(DeleteFeedbackLabelRequest request, ServerCallContext context)Delete feedback label.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteFeedbackLabelRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskEmpty |
The response to send back to the client (wrapped by a task). |
DeleteIssue(DeleteIssueRequest, ServerCallContext)
public virtual Task<Empty> DeleteIssue(DeleteIssueRequest request, ServerCallContext context)Deletes an issue.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteIssueRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskEmpty |
The response to send back to the client (wrapped by a task). |
DeleteIssueModel(DeleteIssueModelRequest, ServerCallContext)
public virtual Task<Operation> DeleteIssueModel(DeleteIssueModelRequest request, ServerCallContext context)Deletes an issue model.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteIssueModelRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
DeletePhraseMatcher(DeletePhraseMatcherRequest, ServerCallContext)
public virtual Task<Empty> DeletePhraseMatcher(DeletePhraseMatcherRequest request, ServerCallContext context)Deletes a phrase matcher.
| Parameters | |
|---|---|
| Name | Description |
request |
DeletePhraseMatcherRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskEmpty |
The response to send back to the client (wrapped by a task). |
DeleteQaQuestion(DeleteQaQuestionRequest, ServerCallContext)
public virtual Task<Empty> DeleteQaQuestion(DeleteQaQuestionRequest request, ServerCallContext context)Deletes a QaQuestion.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteQaQuestionRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskEmpty |
The response to send back to the client (wrapped by a task). |
DeleteQaScorecard(DeleteQaScorecardRequest, ServerCallContext)
public virtual Task<Empty> DeleteQaScorecard(DeleteQaScorecardRequest request, ServerCallContext context)Deletes a QaScorecard.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteQaScorecardRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskEmpty |
The response to send back to the client (wrapped by a task). |
DeleteQaScorecardRevision(DeleteQaScorecardRevisionRequest, ServerCallContext)
public virtual Task<Empty> DeleteQaScorecardRevision(DeleteQaScorecardRevisionRequest request, ServerCallContext context)Deletes a QaScorecardRevision.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteQaScorecardRevisionRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskEmpty |
The response to send back to the client (wrapped by a task). |
DeleteView(DeleteViewRequest, ServerCallContext)
public virtual Task<Empty> DeleteView(DeleteViewRequest request, ServerCallContext context)Deletes a view.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteViewRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskEmpty |
The response to send back to the client (wrapped by a task). |
DeployIssueModel(DeployIssueModelRequest, ServerCallContext)
public virtual Task<Operation> DeployIssueModel(DeployIssueModelRequest request, ServerCallContext context)Deploys an issue model. Returns an error if a model is already deployed. An issue model can only be used in analysis after it has been deployed.
| Parameters | |
|---|---|
| Name | Description |
request |
DeployIssueModelRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
DeployQaScorecardRevision(DeployQaScorecardRevisionRequest, ServerCallContext)
public virtual Task<QaScorecardRevision> DeployQaScorecardRevision(DeployQaScorecardRevisionRequest request, ServerCallContext context)Deploy a QaScorecardRevision.
| Parameters | |
|---|---|
| Name | Description |
request |
DeployQaScorecardRevisionRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskQaScorecardRevision |
The response to send back to the client (wrapped by a task). |
ExportInsightsData(ExportInsightsDataRequest, ServerCallContext)
public virtual Task<Operation> ExportInsightsData(ExportInsightsDataRequest request, ServerCallContext context)Export insights data to a destination defined in the request body.
| Parameters | |
|---|---|
| Name | Description |
request |
ExportInsightsDataRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
ExportIssueModel(ExportIssueModelRequest, ServerCallContext)
public virtual Task<Operation> ExportIssueModel(ExportIssueModelRequest request, ServerCallContext context)Exports an issue model to the provided destination.
| Parameters | |
|---|---|
| Name | Description |
request |
ExportIssueModelRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
GetAnalysis(GetAnalysisRequest, ServerCallContext)
public virtual Task<Analysis> GetAnalysis(GetAnalysisRequest request, ServerCallContext context)Gets an analysis.
| Parameters | |
|---|---|
| Name | Description |
request |
GetAnalysisRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskAnalysis |
The response to send back to the client (wrapped by a task). |
GetAnalysisRule(GetAnalysisRuleRequest, ServerCallContext)
public virtual Task<AnalysisRule> GetAnalysisRule(GetAnalysisRuleRequest request, ServerCallContext context)Get a analysis rule.
| Parameters | |
|---|---|
| Name | Description |
request |
GetAnalysisRuleRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskAnalysisRule |
The response to send back to the client (wrapped by a task). |
GetConversation(GetConversationRequest, ServerCallContext)
public virtual Task<Conversation> GetConversation(GetConversationRequest request, ServerCallContext context)Gets a conversation.
| Parameters | |
|---|---|
| Name | Description |
request |
GetConversationRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskConversation |
The response to send back to the client (wrapped by a task). |
GetEncryptionSpec(GetEncryptionSpecRequest, ServerCallContext)
public virtual Task<EncryptionSpec> GetEncryptionSpec(GetEncryptionSpecRequest request, ServerCallContext context)Gets location-level encryption key specification.
| Parameters | |
|---|---|
| Name | Description |
request |
GetEncryptionSpecRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskEncryptionSpec |
The response to send back to the client (wrapped by a task). |
GetFeedbackLabel(GetFeedbackLabelRequest, ServerCallContext)
public virtual Task<FeedbackLabel> GetFeedbackLabel(GetFeedbackLabelRequest request, ServerCallContext context)Get feedback label.
| Parameters | |
|---|---|
| Name | Description |
request |
GetFeedbackLabelRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskFeedbackLabel |
The response to send back to the client (wrapped by a task). |
GetIssue(GetIssueRequest, ServerCallContext)
public virtual Task<Issue> GetIssue(GetIssueRequest request, ServerCallContext context)Gets an issue.
| Parameters | |
|---|---|
| Name | Description |
request |
GetIssueRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskIssue |
The response to send back to the client (wrapped by a task). |
GetIssueModel(GetIssueModelRequest, ServerCallContext)
public virtual Task<IssueModel> GetIssueModel(GetIssueModelRequest request, ServerCallContext context)Gets an issue model.
| Parameters | |
|---|---|
| Name | Description |
request |
GetIssueModelRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskIssueModel |
The response to send back to the client (wrapped by a task). |
GetPhraseMatcher(GetPhraseMatcherRequest, ServerCallContext)
public virtual Task<PhraseMatcher> GetPhraseMatcher(GetPhraseMatcherRequest request, ServerCallContext context)Gets a phrase matcher.
| Parameters | |
|---|---|
| Name | Description |
request |
GetPhraseMatcherRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskPhraseMatcher |
The response to send back to the client (wrapped by a task). |
GetQaQuestion(GetQaQuestionRequest, ServerCallContext)
public virtual Task<QaQuestion> GetQaQuestion(GetQaQuestionRequest request, ServerCallContext context)Gets a QaQuestion.
| Parameters | |
|---|---|
| Name | Description |
request |
GetQaQuestionRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskQaQuestion |
The response to send back to the client (wrapped by a task). |
GetQaScorecard(GetQaScorecardRequest, ServerCallContext)
public virtual Task<QaScorecard> GetQaScorecard(GetQaScorecardRequest request, ServerCallContext context)Gets a QaScorecard.
| Parameters | |
|---|---|
| Name | Description |
request |
GetQaScorecardRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskQaScorecard |
The response to send back to the client (wrapped by a task). |
GetQaScorecardRevision(GetQaScorecardRevisionRequest, ServerCallContext)
public virtual Task<QaScorecardRevision> GetQaScorecardRevision(GetQaScorecardRevisionRequest request, ServerCallContext context)Gets a QaScorecardRevision.
| Parameters | |
|---|---|
| Name | Description |
request |
GetQaScorecardRevisionRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskQaScorecardRevision |
The response to send back to the client (wrapped by a task). |
GetSettings(GetSettingsRequest, ServerCallContext)
public virtual Task<Settings> GetSettings(GetSettingsRequest request, ServerCallContext context)Gets project-level settings.
| Parameters | |
|---|---|
| Name | Description |
request |
GetSettingsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskSettings |
The response to send back to the client (wrapped by a task). |
GetView(GetViewRequest, ServerCallContext)
public virtual Task<View> GetView(GetViewRequest request, ServerCallContext context)Gets a view.
| Parameters | |
|---|---|
| Name | Description |
request |
GetViewRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskView |
The response to send back to the client (wrapped by a task). |
ImportIssueModel(ImportIssueModelRequest, ServerCallContext)
public virtual Task<Operation> ImportIssueModel(ImportIssueModelRequest request, ServerCallContext context)Imports an issue model from a Cloud Storage bucket.
| Parameters | |
|---|---|
| Name | Description |
request |
ImportIssueModelRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
IngestConversations(IngestConversationsRequest, ServerCallContext)
public virtual Task<Operation> IngestConversations(IngestConversationsRequest request, ServerCallContext context)Imports conversations and processes them according to the user's configuration.
| Parameters | |
|---|---|
| Name | Description |
request |
IngestConversationsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
InitializeEncryptionSpec(InitializeEncryptionSpecRequest, ServerCallContext)
public virtual Task<Operation> InitializeEncryptionSpec(InitializeEncryptionSpecRequest request, ServerCallContext context)Initializes a location-level encryption key specification. An error will result if the location has resources already created before the initialization. After the encryption specification is initialized at a location, it is immutable and all newly created resources under the location will be encrypted with the existing specification.
| Parameters | |
|---|---|
| Name | Description |
request |
InitializeEncryptionSpecRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
ListAllFeedbackLabels(ListAllFeedbackLabelsRequest, ServerCallContext)
public virtual Task<ListAllFeedbackLabelsResponse> ListAllFeedbackLabels(ListAllFeedbackLabelsRequest request, ServerCallContext context)List all feedback labels by project number.
| Parameters | |
|---|---|
| Name | Description |
request |
ListAllFeedbackLabelsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListAllFeedbackLabelsResponse |
The response to send back to the client (wrapped by a task). |
ListAnalyses(ListAnalysesRequest, ServerCallContext)
public virtual Task<ListAnalysesResponse> ListAnalyses(ListAnalysesRequest request, ServerCallContext context)Lists analyses.
| Parameters | |
|---|---|
| Name | Description |
request |
ListAnalysesRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListAnalysesResponse |
The response to send back to the client (wrapped by a task). |
ListAnalysisRules(ListAnalysisRulesRequest, ServerCallContext)
public virtual Task<ListAnalysisRulesResponse> ListAnalysisRules(ListAnalysisRulesRequest request, ServerCallContext context)Lists analysis rules.
| Parameters | |
|---|---|
| Name | Description |
request |
ListAnalysisRulesRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListAnalysisRulesResponse |
The response to send back to the client (wrapped by a task). |
ListConversations(ListConversationsRequest, ServerCallContext)
public virtual Task<ListConversationsResponse> ListConversations(ListConversationsRequest request, ServerCallContext context)Lists conversations.
| Parameters | |
|---|---|
| Name | Description |
request |
ListConversationsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListConversationsResponse |
The response to send back to the client (wrapped by a task). |
ListFeedbackLabels(ListFeedbackLabelsRequest, ServerCallContext)
public virtual Task<ListFeedbackLabelsResponse> ListFeedbackLabels(ListFeedbackLabelsRequest request, ServerCallContext context)List feedback labels.
| Parameters | |
|---|---|
| Name | Description |
request |
ListFeedbackLabelsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListFeedbackLabelsResponse |
The response to send back to the client (wrapped by a task). |
ListIssueModels(ListIssueModelsRequest, ServerCallContext)
public virtual Task<ListIssueModelsResponse> ListIssueModels(ListIssueModelsRequest request, ServerCallContext context)Lists issue models.
| Parameters | |
|---|---|
| Name | Description |
request |
ListIssueModelsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListIssueModelsResponse |
The response to send back to the client (wrapped by a task). |
ListIssues(ListIssuesRequest, ServerCallContext)
public virtual Task<ListIssuesResponse> ListIssues(ListIssuesRequest request, ServerCallContext context)Lists issues.
| Parameters | |
|---|---|
| Name | Description |
request |
ListIssuesRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListIssuesResponse |
The response to send back to the client (wrapped by a task). |
ListPhraseMatchers(ListPhraseMatchersRequest, ServerCallContext)
public virtual Task<ListPhraseMatchersResponse> ListPhraseMatchers(ListPhraseMatchersRequest request, ServerCallContext context)Lists phrase matchers.
| Parameters | |
|---|---|
| Name | Description |
request |
ListPhraseMatchersRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListPhraseMatchersResponse |
The response to send back to the client (wrapped by a task). |
ListQaQuestions(ListQaQuestionsRequest, ServerCallContext)
public virtual Task<ListQaQuestionsResponse> ListQaQuestions(ListQaQuestionsRequest request, ServerCallContext context)Lists QaQuestions.
| Parameters | |
|---|---|
| Name | Description |
request |
ListQaQuestionsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListQaQuestionsResponse |
The response to send back to the client (wrapped by a task). |
ListQaScorecardRevisions(ListQaScorecardRevisionsRequest, ServerCallContext)
public virtual Task<ListQaScorecardRevisionsResponse> ListQaScorecardRevisions(ListQaScorecardRevisionsRequest request, ServerCallContext context)Lists all revisions under the parent QaScorecard.
| Parameters | |
|---|---|
| Name | Description |
request |
ListQaScorecardRevisionsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListQaScorecardRevisionsResponse |
The response to send back to the client (wrapped by a task). |
ListQaScorecards(ListQaScorecardsRequest, ServerCallContext)
public virtual Task<ListQaScorecardsResponse> ListQaScorecards(ListQaScorecardsRequest request, ServerCallContext context)Lists QaScorecards.
| Parameters | |
|---|---|
| Name | Description |
request |
ListQaScorecardsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListQaScorecardsResponse |
The response to send back to the client (wrapped by a task). |
ListViews(ListViewsRequest, ServerCallContext)
public virtual Task<ListViewsResponse> ListViews(ListViewsRequest request, ServerCallContext context)Lists views.
| Parameters | |
|---|---|
| Name | Description |
request |
ListViewsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListViewsResponse |
The response to send back to the client (wrapped by a task). |
QueryMetrics(QueryMetricsRequest, ServerCallContext)
public virtual Task<Operation> QueryMetrics(QueryMetricsRequest request, ServerCallContext context)Query metrics.
| Parameters | |
|---|---|
| Name | Description |
request |
QueryMetricsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
TuneQaScorecardRevision(TuneQaScorecardRevisionRequest, ServerCallContext)
public virtual Task<Operation> TuneQaScorecardRevision(TuneQaScorecardRevisionRequest request, ServerCallContext context)Fine tune one or more QaModels.
| Parameters | |
|---|---|
| Name | Description |
request |
TuneQaScorecardRevisionRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
UndeployIssueModel(UndeployIssueModelRequest, ServerCallContext)
public virtual Task<Operation> UndeployIssueModel(UndeployIssueModelRequest request, ServerCallContext context)Undeploys an issue model. An issue model can not be used in analysis after it has been undeployed.
| Parameters | |
|---|---|
| Name | Description |
request |
UndeployIssueModelRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
UndeployQaScorecardRevision(UndeployQaScorecardRevisionRequest, ServerCallContext)
public virtual Task<QaScorecardRevision> UndeployQaScorecardRevision(UndeployQaScorecardRevisionRequest request, ServerCallContext context)Undeploy a QaScorecardRevision.
| Parameters | |
|---|---|
| Name | Description |
request |
UndeployQaScorecardRevisionRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskQaScorecardRevision |
The response to send back to the client (wrapped by a task). |
UpdateAnalysisRule(UpdateAnalysisRuleRequest, ServerCallContext)
public virtual Task<AnalysisRule> UpdateAnalysisRule(UpdateAnalysisRuleRequest request, ServerCallContext context)Updates a analysis rule.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateAnalysisRuleRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskAnalysisRule |
The response to send back to the client (wrapped by a task). |
UpdateConversation(UpdateConversationRequest, ServerCallContext)
public virtual Task<Conversation> UpdateConversation(UpdateConversationRequest request, ServerCallContext context)Updates a conversation.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateConversationRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskConversation |
The response to send back to the client (wrapped by a task). |
UpdateFeedbackLabel(UpdateFeedbackLabelRequest, ServerCallContext)
public virtual Task<FeedbackLabel> UpdateFeedbackLabel(UpdateFeedbackLabelRequest request, ServerCallContext context)Update feedback label.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateFeedbackLabelRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskFeedbackLabel |
The response to send back to the client (wrapped by a task). |
UpdateIssue(UpdateIssueRequest, ServerCallContext)
public virtual Task<Issue> UpdateIssue(UpdateIssueRequest request, ServerCallContext context)Updates an issue.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateIssueRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskIssue |
The response to send back to the client (wrapped by a task). |
UpdateIssueModel(UpdateIssueModelRequest, ServerCallContext)
public virtual Task<IssueModel> UpdateIssueModel(UpdateIssueModelRequest request, ServerCallContext context)Updates an issue model.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateIssueModelRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskIssueModel |
The response to send back to the client (wrapped by a task). |
UpdatePhraseMatcher(UpdatePhraseMatcherRequest, ServerCallContext)
public virtual Task<PhraseMatcher> UpdatePhraseMatcher(UpdatePhraseMatcherRequest request, ServerCallContext context)Updates a phrase matcher.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdatePhraseMatcherRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskPhraseMatcher |
The response to send back to the client (wrapped by a task). |
UpdateQaQuestion(UpdateQaQuestionRequest, ServerCallContext)
public virtual Task<QaQuestion> UpdateQaQuestion(UpdateQaQuestionRequest request, ServerCallContext context)Updates a QaQuestion.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateQaQuestionRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskQaQuestion |
The response to send back to the client (wrapped by a task). |
UpdateQaScorecard(UpdateQaScorecardRequest, ServerCallContext)
public virtual Task<QaScorecard> UpdateQaScorecard(UpdateQaScorecardRequest request, ServerCallContext context)Updates a QaScorecard.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateQaScorecardRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskQaScorecard |
The response to send back to the client (wrapped by a task). |
UpdateSettings(UpdateSettingsRequest, ServerCallContext)
public virtual Task<Settings> UpdateSettings(UpdateSettingsRequest request, ServerCallContext context)Updates project-level settings.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateSettingsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskSettings |
The response to send back to the client (wrapped by a task). |
UpdateView(UpdateViewRequest, ServerCallContext)
public virtual Task<View> UpdateView(UpdateViewRequest request, ServerCallContext context)Updates a view.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateViewRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskView |
The response to send back to the client (wrapped by a task). |
UploadConversation(UploadConversationRequest, ServerCallContext)
public virtual Task<Operation> UploadConversation(UploadConversationRequest request, ServerCallContext context)Create a long-running conversation upload operation. This method differs
from CreateConversation by allowing audio transcription and optional DLP
redaction.
| Parameters | |
|---|---|
| Name | Description |
request |
UploadConversationRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |