Class: Google::Cloud::ContactCenterInsights::V1::UpdateIssueRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb

Overview

The request to update an issue.

Instance Attribute Summary collapse

Instance Attribute Details

#issue::Google::Cloud::ContactCenterInsights::V1::Issue

Returns Required. The new values for the issue.

Returns:



876
877
878
879
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 876

class UpdateIssueRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_mask::Google::Protobuf::FieldMask

Returns The list of fields to be updated.

Returns:



876
877
878
879
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 876

class UpdateIssueRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end