Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionIssueDimensionMetadata
- Inherits:
-
Object
- Object
- Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionIssueDimensionMetadata
- 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
Metadata about the issue dimension.
Instance Attribute Summary collapse
-
#issue_display_name ⇒ String
The issue display name.
-
#issue_id ⇒ String
The issue ID.
-
#issue_model_id ⇒ String
The parent issue model ID.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1DimensionIssueDimensionMetadata
constructor
A new instance of GoogleCloudContactcenterinsightsV1DimensionIssueDimensionMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1DimensionIssueDimensionMetadata
Returns a new instance of GoogleCloudContactcenterinsightsV1DimensionIssueDimensionMetadata.
5069 5070 5071 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 5069 def initialize(**args) update!(**args) end |
Instance Attribute Details
#issue_display_name ⇒ String
The issue display name.
Corresponds to the JSON property issueDisplayName
5057 5058 5059 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 5057 def issue_display_name @issue_display_name end |
#issue_id ⇒ String
The issue ID.
Corresponds to the JSON property issueId
5062 5063 5064 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 5062 def issue_id @issue_id end |
#issue_model_id ⇒ String
The parent issue model ID.
Corresponds to the JSON property issueModelId
5067 5068 5069 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 5067 def issue_model_id @issue_model_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5074 5075 5076 5077 5078 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 5074 def update!(**args) @issue_display_name = args[:issue_display_name] if args.key?(:issue_display_name) @issue_id = args[:issue_id] if args.key?(:issue_id) @issue_model_id = args[:issue_model_id] if args.key?(:issue_model_id) end |