Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1GenerativeInsightsMetadata

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 metadata for generative insights.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1GenerativeInsightsMetadata

Returns a new instance of GoogleCloudContactcenterinsightsV1GenerativeInsightsMetadata.



5586
5587
5588
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 5586

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

Instance Attribute Details

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

The error message when the generative insights request fails. Corresponds to the JSON property errorMessages



5584
5585
5586
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 5584

def error_messages
  @error_messages
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5591
5592
5593
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 5591

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