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.



8999
9000
9001
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 8999

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)


8997
8998
8999
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 8997

def label_result
  @label_result
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9004
9005
9006
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 9004

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