Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::UpdateIssueModelRequest.
The request to update an issue model.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#issue_model
def issue_model() -> ::Google::Cloud::ContactCenterInsights::V1::IssueModel
Returns
- (::Google::Cloud::ContactCenterInsights::V1::IssueModel) — Required. The new values for the issue model.
#issue_model=
def issue_model=(value) -> ::Google::Cloud::ContactCenterInsights::V1::IssueModel
Parameter
- value (::Google::Cloud::ContactCenterInsights::V1::IssueModel) — Required. The new values for the issue model.
Returns
- (::Google::Cloud::ContactCenterInsights::V1::IssueModel) — Required. The new values for the issue model.
#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.