Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::ContactCenterInsights::Rest::ServiceStub.
REST service stub for the ContactCenterInsights service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.
Inherits
- Object
Methods
#bulk_analyze_conversations
def bulk_analyze_conversations(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the bulk_analyze_conversations REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::BulkAnalyzeConversationsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#bulk_delete_conversations
def bulk_delete_conversations(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the bulk_delete_conversations REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::BulkDeleteConversationsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#bulk_download_feedback_labels
def bulk_download_feedback_labels(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the bulk_download_feedback_labels REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::BulkDownloadFeedbackLabelsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#bulk_upload_feedback_labels
def bulk_upload_feedback_labels(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the bulk_upload_feedback_labels REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::BulkUploadFeedbackLabelsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#calculate_issue_model_stats
def calculate_issue_model_stats(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ContactCenterInsights::V1::CalculateIssueModelStatsResponse
Baseline implementation for the calculate_issue_model_stats REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::CalculateIssueModelStatsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::ContactCenterInsights::V1::CalculateIssueModelStatsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ContactCenterInsights::V1::CalculateIssueModelStatsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#calculate_stats
def calculate_stats(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ContactCenterInsights::V1::CalculateStatsResponse
Baseline implementation for the calculate_stats REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::CalculateStatsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::ContactCenterInsights::V1::CalculateStatsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ContactCenterInsights::V1::CalculateStatsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#create_analysis
def create_analysis(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the create_analysis REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::CreateAnalysisRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#create_analysis_rule
def create_analysis_rule(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ContactCenterInsights::V1::AnalysisRule
Baseline implementation for the create_analysis_rule REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::CreateAnalysisRuleRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::ContactCenterInsights::V1::AnalysisRule)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ContactCenterInsights::V1::AnalysisRule) — A result object deserialized from the server's reply
- (::ArgumentError)
#create_conversation
def create_conversation(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ContactCenterInsights::V1::Conversation
Baseline implementation for the create_conversation REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::CreateConversationRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::ContactCenterInsights::V1::Conversation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ContactCenterInsights::V1::Conversation) — A result object deserialized from the server's reply
- (::ArgumentError)
#create_feedback_label
def create_feedback_label(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ContactCenterInsights::V1::FeedbackLabel
Baseline implementation for the create_feedback_label REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::CreateFeedbackLabelRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::ContactCenterInsights::V1::FeedbackLabel)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ContactCenterInsights::V1::FeedbackLabel) — A result object deserialized from the server's reply
- (::ArgumentError)
#create_issue_model
def create_issue_model(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the create_issue_model REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::CreateIssueModelRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#create_phrase_matcher
def create_phrase_matcher(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ContactCenterInsights::V1::PhraseMatcher
Baseline implementation for the create_phrase_matcher REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::CreatePhraseMatcherRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::ContactCenterInsights::V1::PhraseMatcher)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ContactCenterInsights::V1::PhraseMatcher) — A result object deserialized from the server's reply
- (::ArgumentError)
#create_qa_question
def create_qa_question(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ContactCenterInsights::V1::QaQuestion
Baseline implementation for the create_qa_question REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::CreateQaQuestionRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::ContactCenterInsights::V1::QaQuestion)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ContactCenterInsights::V1::QaQuestion) — A result object deserialized from the server's reply
- (::ArgumentError)
#create_qa_scorecard
def create_qa_scorecard(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ContactCenterInsights::V1::QaScorecard
Baseline implementation for the create_qa_scorecard REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::CreateQaScorecardRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::ContactCenterInsights::V1::QaScorecard)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ContactCenterInsights::V1::QaScorecard) — A result object deserialized from the server's reply
- (::ArgumentError)
#create_qa_scorecard_revision
def create_qa_scorecard_revision(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ContactCenterInsights::V1::QaScorecardRevision
Baseline implementation for the create_qa_scorecard_revision REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::CreateQaScorecardRevisionRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::ContactCenterInsights::V1::QaScorecardRevision)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ContactCenterInsights::V1::QaScorecardRevision) — A result object deserialized from the server's reply
- (::ArgumentError)
#create_view
def create_view(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ContactCenterInsights::V1::View
Baseline implementation for the create_view REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::CreateViewRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::ContactCenterInsights::V1::View)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ContactCenterInsights::V1::View) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_analysis
def delete_analysis(request_pb, options = nil) { |result, operation| ... } -> ::Google::Protobuf::Empty
Baseline implementation for the delete_analysis REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::DeleteAnalysisRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Protobuf::Empty)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Protobuf::Empty) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_analysis_rule
def delete_analysis_rule(request_pb, options = nil) { |result, operation| ... } -> ::Google::Protobuf::Empty
Baseline implementation for the delete_analysis_rule REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::DeleteAnalysisRuleRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Protobuf::Empty)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Protobuf::Empty) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_conversation
def delete_conversation(request_pb, options = nil) { |result, operation| ... } -> ::Google::Protobuf::Empty
Baseline implementation for the delete_conversation REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::DeleteConversationRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Protobuf::Empty)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Protobuf::Empty) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_feedback_label
def delete_feedback_label(request_pb, options = nil) { |result, operation| ... } -> ::Google::Protobuf::Empty
Baseline implementation for the delete_feedback_label REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::DeleteFeedbackLabelRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Protobuf::Empty)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Protobuf::Empty) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_issue
def delete_issue(request_pb, options = nil) { |result, operation| ... } -> ::Google::Protobuf::Empty
Baseline implementation for the delete_issue REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::DeleteIssueRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Protobuf::Empty)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Protobuf::Empty) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_issue_model
def delete_issue_model(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the delete_issue_model REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::DeleteIssueModelRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_phrase_matcher
def delete_phrase_matcher(request_pb, options = nil) { |result, operation| ... } -> ::Google::Protobuf::Empty
Baseline implementation for the delete_phrase_matcher REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::DeletePhraseMatcherRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Protobuf::Empty)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Protobuf::Empty) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_qa_question
def delete_qa_question(request_pb, options = nil) { |result, operation| ... } -> ::Google::Protobuf::Empty
Baseline implementation for the delete_qa_question REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::DeleteQaQuestionRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Protobuf::Empty)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Protobuf::Empty) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_qa_scorecard
def delete_qa_scorecard(request_pb, options = nil) { |result, operation| ... } -> ::Google::Protobuf::Empty
Baseline implementation for the delete_qa_scorecard REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::DeleteQaScorecardRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Protobuf::Empty)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Protobuf::Empty) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_qa_scorecard_revision
def delete_qa_scorecard_revision(request_pb, options = nil) { |result, operation| ... } -> ::Google::Protobuf::Empty
Baseline implementation for the delete_qa_scorecard_revision REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::DeleteQaScorecardRevisionRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Protobuf::Empty)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Protobuf::Empty) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_view
def delete_view(request_pb, options = nil) { |result, operation| ... } -> ::Google::Protobuf::Empty
Baseline implementation for the delete_view REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::DeleteViewRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Protobuf::Empty)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Protobuf::Empty) — A result object deserialized from the server's reply
- (::ArgumentError)
#deploy_issue_model
def deploy_issue_model(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the deploy_issue_model REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::DeployIssueModelRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#deploy_qa_scorecard_revision
def deploy_qa_scorecard_revision(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ContactCenterInsights::V1::QaScorecardRevision
Baseline implementation for the deploy_qa_scorecard_revision REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::DeployQaScorecardRevisionRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::ContactCenterInsights::V1::QaScorecardRevision)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ContactCenterInsights::V1::QaScorecardRevision) — A result object deserialized from the server's reply
- (::ArgumentError)
#endpoint
def endpoint() -> String
The effective endpoint
- (String)
#export_insights_data
def export_insights_data(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the export_insights_data REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::ExportInsightsDataRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#export_issue_model
def export_issue_model(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the export_issue_model REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::ExportIssueModelRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_analysis
def get_analysis(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ContactCenterInsights::V1::Analysis
Baseline implementation for the get_analysis REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::GetAnalysisRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::ContactCenterInsights::V1::Analysis)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ContactCenterInsights::V1::Analysis) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_analysis_rule
def get_analysis_rule(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ContactCenterInsights::V1::AnalysisRule
Baseline implementation for the get_analysis_rule REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::GetAnalysisRuleRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::ContactCenterInsights::V1::AnalysisRule)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ContactCenterInsights::V1::AnalysisRule) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_conversation
def get_conversation(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ContactCenterInsights::V1::Conversation
Baseline implementation for the get_conversation REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::GetConversationRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::ContactCenterInsights::V1::Conversation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ContactCenterInsights::V1::Conversation) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_encryption_spec
def get_encryption_spec(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ContactCenterInsights::V1::EncryptionSpec
Baseline implementation for the get_encryption_spec REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::GetEncryptionSpecRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::ContactCenterInsights::V1::EncryptionSpec)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ContactCenterInsights::V1::EncryptionSpec) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_feedback_label
def get_feedback_label(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ContactCenterInsights::V1::FeedbackLabel
Baseline implementation for the get_feedback_label REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::GetFeedbackLabelRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::ContactCenterInsights::V1::FeedbackLabel)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ContactCenterInsights::V1::FeedbackLabel) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_issue
def get_issue(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ContactCenterInsights::V1::Issue
Baseline implementation for the get_issue REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::GetIssueRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::ContactCenterInsights::V1::Issue)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ContactCenterInsights::V1::Issue) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_issue_model
def get_issue_model(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ContactCenterInsights::V1::IssueModel
Baseline implementation for the get_issue_model REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::GetIssueModelRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::ContactCenterInsights::V1::IssueModel)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ContactCenterInsights::V1::IssueModel) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_phrase_matcher
def get_phrase_matcher(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ContactCenterInsights::V1::PhraseMatcher
Baseline implementation for the get_phrase_matcher REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::GetPhraseMatcherRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::ContactCenterInsights::V1::PhraseMatcher)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ContactCenterInsights::V1::PhraseMatcher) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_qa_question
def get_qa_question(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ContactCenterInsights::V1::QaQuestion
Baseline implementation for the get_qa_question REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::GetQaQuestionRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::ContactCenterInsights::V1::QaQuestion)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ContactCenterInsights::V1::QaQuestion) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_qa_scorecard
def get_qa_scorecard(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ContactCenterInsights::V1::QaScorecard
Baseline implementation for the get_qa_scorecard REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::GetQaScorecardRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::ContactCenterInsights::V1::QaScorecard)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ContactCenterInsights::V1::QaScorecard) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_qa_scorecard_revision
def get_qa_scorecard_revision(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ContactCenterInsights::V1::QaScorecardRevision
Baseline implementation for the get_qa_scorecard_revision REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::GetQaScorecardRevisionRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::ContactCenterInsights::V1::QaScorecardRevision)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ContactCenterInsights::V1::QaScorecardRevision) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_settings
def get_settings(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ContactCenterInsights::V1::Settings
Baseline implementation for the get_settings REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::GetSettingsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::ContactCenterInsights::V1::Settings)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ContactCenterInsights::V1::Settings) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_view
def get_view(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ContactCenterInsights::V1::View
Baseline implementation for the get_view REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::GetViewRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::ContactCenterInsights::V1::View)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ContactCenterInsights::V1::View) — A result object deserialized from the server's reply
- (::ArgumentError)
#import_issue_model
def import_issue_model(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the import_issue_model REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::ImportIssueModelRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#ingest_conversations
def ingest_conversations(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the ingest_conversations REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::IngestConversationsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#initialize
def initialize(endpoint:, endpoint_template:, universe_domain:, credentials:) -> ServiceStub
- (ServiceStub) — a new instance of ServiceStub
#initialize_encryption_spec
def initialize_encryption_spec(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the initialize_encryption_spec REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::InitializeEncryptionSpecRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_all_feedback_labels
def list_all_feedback_labels(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ContactCenterInsights::V1::ListAllFeedbackLabelsResponse
Baseline implementation for the list_all_feedback_labels REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::ListAllFeedbackLabelsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::ContactCenterInsights::V1::ListAllFeedbackLabelsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ContactCenterInsights::V1::ListAllFeedbackLabelsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_analyses
def list_analyses(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ContactCenterInsights::V1::ListAnalysesResponse
Baseline implementation for the list_analyses REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::ListAnalysesRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::ContactCenterInsights::V1::ListAnalysesResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ContactCenterInsights::V1::ListAnalysesResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_analysis_rules
def list_analysis_rules(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ContactCenterInsights::V1::ListAnalysisRulesResponse
Baseline implementation for the list_analysis_rules REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::ListAnalysisRulesRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::ContactCenterInsights::V1::ListAnalysisRulesResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ContactCenterInsights::V1::ListAnalysisRulesResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_conversations
def list_conversations(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ContactCenterInsights::V1::ListConversationsResponse
Baseline implementation for the list_conversations REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::ListConversationsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::ContactCenterInsights::V1::ListConversationsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ContactCenterInsights::V1::ListConversationsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_feedback_labels
def list_feedback_labels(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ContactCenterInsights::V1::ListFeedbackLabelsResponse
Baseline implementation for the list_feedback_labels REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::ListFeedbackLabelsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::ContactCenterInsights::V1::ListFeedbackLabelsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ContactCenterInsights::V1::ListFeedbackLabelsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_issue_models
def list_issue_models(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ContactCenterInsights::V1::ListIssueModelsResponse
Baseline implementation for the list_issue_models REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::ListIssueModelsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::ContactCenterInsights::V1::ListIssueModelsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ContactCenterInsights::V1::ListIssueModelsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_issues
def list_issues(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ContactCenterInsights::V1::ListIssuesResponse
Baseline implementation for the list_issues REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::ListIssuesRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::ContactCenterInsights::V1::ListIssuesResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ContactCenterInsights::V1::ListIssuesResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_phrase_matchers
def list_phrase_matchers(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ContactCenterInsights::V1::ListPhraseMatchersResponse
Baseline implementation for the list_phrase_matchers REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::ListPhraseMatchersRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::ContactCenterInsights::V1::ListPhraseMatchersResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ContactCenterInsights::V1::ListPhraseMatchersResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_qa_questions
def list_qa_questions(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ContactCenterInsights::V1::ListQaQuestionsResponse
Baseline implementation for the list_qa_questions REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::ListQaQuestionsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::ContactCenterInsights::V1::ListQaQuestionsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ContactCenterInsights::V1::ListQaQuestionsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_qa_scorecard_revisions
def list_qa_scorecard_revisions(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ContactCenterInsights::V1::ListQaScorecardRevisionsResponse
Baseline implementation for the list_qa_scorecard_revisions REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::ListQaScorecardRevisionsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::ContactCenterInsights::V1::ListQaScorecardRevisionsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ContactCenterInsights::V1::ListQaScorecardRevisionsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_qa_scorecards
def list_qa_scorecards(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ContactCenterInsights::V1::ListQaScorecardsResponse
Baseline implementation for the list_qa_scorecards REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::ListQaScorecardsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::ContactCenterInsights::V1::ListQaScorecardsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ContactCenterInsights::V1::ListQaScorecardsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_views
def list_views(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ContactCenterInsights::V1::ListViewsResponse
Baseline implementation for the list_views REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::ListViewsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::ContactCenterInsights::V1::ListViewsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ContactCenterInsights::V1::ListViewsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#query_metrics
def query_metrics(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the query_metrics REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::QueryMetricsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#tune_qa_scorecard_revision
def tune_qa_scorecard_revision(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the tune_qa_scorecard_revision REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::TuneQaScorecardRevisionRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#undeploy_issue_model
def undeploy_issue_model(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the undeploy_issue_model REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::UndeployIssueModelRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#undeploy_qa_scorecard_revision
def undeploy_qa_scorecard_revision(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ContactCenterInsights::V1::QaScorecardRevision
Baseline implementation for the undeploy_qa_scorecard_revision REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::UndeployQaScorecardRevisionRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::ContactCenterInsights::V1::QaScorecardRevision)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ContactCenterInsights::V1::QaScorecardRevision) — A result object deserialized from the server's reply
- (::ArgumentError)
#universe_domain
def universe_domain() -> String
The effective universe domain
- (String)
#update_analysis_rule
def update_analysis_rule(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ContactCenterInsights::V1::AnalysisRule
Baseline implementation for the update_analysis_rule REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::UpdateAnalysisRuleRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::ContactCenterInsights::V1::AnalysisRule)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ContactCenterInsights::V1::AnalysisRule) — A result object deserialized from the server's reply
- (::ArgumentError)
#update_conversation
def update_conversation(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ContactCenterInsights::V1::Conversation
Baseline implementation for the update_conversation REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::UpdateConversationRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::ContactCenterInsights::V1::Conversation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ContactCenterInsights::V1::Conversation) — A result object deserialized from the server's reply
- (::ArgumentError)
#update_feedback_label
def update_feedback_label(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ContactCenterInsights::V1::FeedbackLabel
Baseline implementation for the update_feedback_label REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::UpdateFeedbackLabelRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::ContactCenterInsights::V1::FeedbackLabel)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ContactCenterInsights::V1::FeedbackLabel) — A result object deserialized from the server's reply
- (::ArgumentError)
#update_issue
def update_issue(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ContactCenterInsights::V1::Issue
Baseline implementation for the update_issue REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::UpdateIssueRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::ContactCenterInsights::V1::Issue)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ContactCenterInsights::V1::Issue) — A result object deserialized from the server's reply
- (::ArgumentError)
#update_issue_model
def update_issue_model(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ContactCenterInsights::V1::IssueModel
Baseline implementation for the update_issue_model REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::UpdateIssueModelRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::ContactCenterInsights::V1::IssueModel)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ContactCenterInsights::V1::IssueModel) — A result object deserialized from the server's reply
- (::ArgumentError)
#update_phrase_matcher
def update_phrase_matcher(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ContactCenterInsights::V1::PhraseMatcher
Baseline implementation for the update_phrase_matcher REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::UpdatePhraseMatcherRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::ContactCenterInsights::V1::PhraseMatcher)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ContactCenterInsights::V1::PhraseMatcher) — A result object deserialized from the server's reply
- (::ArgumentError)
#update_qa_question
def update_qa_question(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ContactCenterInsights::V1::QaQuestion
Baseline implementation for the update_qa_question REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::UpdateQaQuestionRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::ContactCenterInsights::V1::QaQuestion)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ContactCenterInsights::V1::QaQuestion) — A result object deserialized from the server's reply
- (::ArgumentError)
#update_qa_scorecard
def update_qa_scorecard(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ContactCenterInsights::V1::QaScorecard
Baseline implementation for the update_qa_scorecard REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::UpdateQaScorecardRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::ContactCenterInsights::V1::QaScorecard)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ContactCenterInsights::V1::QaScorecard) — A result object deserialized from the server's reply
- (::ArgumentError)
#update_settings
def update_settings(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ContactCenterInsights::V1::Settings
Baseline implementation for the update_settings REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::UpdateSettingsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::ContactCenterInsights::V1::Settings)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ContactCenterInsights::V1::Settings) — A result object deserialized from the server's reply
- (::ArgumentError)
#update_view
def update_view(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ContactCenterInsights::V1::View
Baseline implementation for the update_view REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::UpdateViewRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::ContactCenterInsights::V1::View)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ContactCenterInsights::V1::View) — A result object deserialized from the server's reply
- (::ArgumentError)
#upload_conversation
def upload_conversation(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the upload_conversation REST call
- request_pb (::Google::Cloud::ContactCenterInsights::V1::UploadConversationRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)