Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionIssueDimensionMetadata

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1alpha1DimensionIssueDimensionMetadata

Returns a new instance of GoogleCloudContactcenterinsightsV1alpha1DimensionIssueDimensionMetadata.



7448
7449
7450
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 7448

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#issue_display_nameString

The issue display name. Corresponds to the JSON property issueDisplayName

Returns:

  • (String)


7436
7437
7438
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 7436

def issue_display_name
  @issue_display_name
end

#issue_idString

The issue ID. Corresponds to the JSON property issueId

Returns:

  • (String)


7441
7442
7443
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 7441

def issue_id
  @issue_id
end

#issue_model_idString

The parent issue model ID. Corresponds to the JSON property issueModelId

Returns:

  • (String)


7446
7447
7448
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 7446

def issue_model_id
  @issue_model_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7453
7454
7455
7456
7457
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 7453

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