Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::UpdateIssueRequest.
The request to update an issue.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#issue
def issue() -> ::Google::Cloud::ContactCenterInsights::V1::Issue
    Returns
    
  - (::Google::Cloud::ContactCenterInsights::V1::Issue) — Required. The new values for the issue.
#issue=
def issue=(value) -> ::Google::Cloud::ContactCenterInsights::V1::Issue
    Parameter
    
  - value (::Google::Cloud::ContactCenterInsights::V1::Issue) — Required. The new values for the issue.
    Returns
    
  - (::Google::Cloud::ContactCenterInsights::V1::Issue) — Required. The new values for the issue.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
    Returns
    
  - (::Google::Protobuf::FieldMask) — The list of fields to be updated.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
    Parameter
    
  - value (::Google::Protobuf::FieldMask) — The list of fields to be updated.
    Returns
    
- (::Google::Protobuf::FieldMask) — The list of fields to be updated.