Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainConversationCorrelationResult
- Inherits:
-
Object
- Object
- Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainConversationCorrelationResult
- 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 result of testing correlation config on a single conversation.
Instance Attribute Summary collapse
-
#conversation ⇒ String
The conversation resource name.
-
#rule_results ⇒ Array<Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainConversationCorrelationResultRuleCorrelationResult>
The results for each correlation rule.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1mainConversationCorrelationResult
constructor
A new instance of GoogleCloudContactcenterinsightsV1mainConversationCorrelationResult.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1mainConversationCorrelationResult
Returns a new instance of GoogleCloudContactcenterinsightsV1mainConversationCorrelationResult.
19884 19885 19886 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 19884 def initialize(**args) update!(**args) end |
Instance Attribute Details
#conversation ⇒ String
The conversation resource name.
Corresponds to the JSON property conversation
19877 19878 19879 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 19877 def conversation @conversation end |
#rule_results ⇒ Array<Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainConversationCorrelationResultRuleCorrelationResult>
The results for each correlation rule.
Corresponds to the JSON property ruleResults
19882 19883 19884 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 19882 def rule_results @rule_results end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
19889 19890 19891 19892 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 19889 def update!(**args) @conversation = args[:conversation] if args.key?(:conversation) @rule_results = args[:rule_results] if args.key?(:rule_results) end |