Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainTestCorrelationConfigResponse

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 of testing correlation config.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1mainTestCorrelationConfigResponse

Returns a new instance of GoogleCloudContactcenterinsightsV1mainTestCorrelationConfigResponse.



21691
21692
21693
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 21691

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

Instance Attribute Details

#detailed_resultsGoogle::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainTestCorrelationConfigResponseDetailedCorrelationResults

Wrapper for detailed, step-by-step results. Corresponds to the JSON property detailedResults



21683
21684
21685
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 21683

def detailed_results
  @detailed_results
end

#partial_errorsArray<Google::Apis::ContactcenterinsightsV1::GoogleRpcStatus>

Partial errors during test correlation config operation that might cause the operation output to be incomplete. Corresponds to the JSON property partialErrors



21689
21690
21691
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 21689

def partial_errors
  @partial_errors
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



21696
21697
21698
21699
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 21696

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