Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1TestAutoLabelingRuleResponse

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

The response message for testing auto labeling rules.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1TestAutoLabelingRuleResponse

Returns a new instance of GoogleCloudContactcenterinsightsV1TestAutoLabelingRuleResponse.



9599
9600
9601
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 9599

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

Instance Attribute Details

#label_resultString

The result of the test auto labeling rule. Corresponds to the JSON property labelResult

Returns:

  • (String)


9597
9598
9599
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 9597

def label_result
  @label_result
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9604
9605
9606
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 9604

def update!(**args)
  @label_result = args[:label_result] if args.key?(:label_result)
end