Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainIssueMatchData
- Inherits:
-
Object
- Object
- Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainIssueMatchData
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/contactcenterinsights_v1/classes.rb,
lib/google/apis/contactcenterinsights_v1/representations.rb,
lib/google/apis/contactcenterinsights_v1/representations.rb
Overview
The data for an issue match annotation.
Instance Attribute Summary collapse
-
#issue_assignment ⇒ Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainIssueAssignment
Information about the issue.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1mainIssueMatchData
constructor
A new instance of GoogleCloudContactcenterinsightsV1mainIssueMatchData.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1mainIssueMatchData
Returns a new instance of GoogleCloudContactcenterinsightsV1mainIssueMatchData.
16182 16183 16184 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 16182 def initialize(**args) update!(**args) end |
Instance Attribute Details
#issue_assignment ⇒ Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainIssueAssignment
Information about the issue.
Corresponds to the JSON property issueAssignment
16180 16181 16182 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 16180 def issue_assignment @issue_assignment end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
16187 16188 16189 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 16187 def update!(**args) @issue_assignment = args[:issue_assignment] if args.key?(:issue_assignment) end |