class Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1CreateIssueModelRequest

The request to create an issue model.

Attributes

issue_model[RW]

The issue model resource. Corresponds to the JSON property `issueModel` @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1IssueModel]

parent[RW]

Required. The parent resource of the issue model. Corresponds to the JSON property `parent` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/contactcenterinsights_v1/classes.rb, line 2437
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/contactcenterinsights_v1/classes.rb, line 2442
def update!(**args)
  @issue_model = args[:issue_model] if args.key?(:issue_model)
  @parent = args[:parent] if args.key?(:parent)
end