Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainTestCorrelationConfigMetadata

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

Metadata for testing correlation config.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1mainTestCorrelationConfigMetadata

Returns a new instance of GoogleCloudContactcenterinsightsV1mainTestCorrelationConfigMetadata.



21589
21590
21591
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 21589

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

Instance Attribute Details

#create_timeString

Output only. The time the operation was created. Corresponds to the JSON property createTime

Returns:

  • (String)


21577
21578
21579
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 21577

def create_time
  @create_time
end

#datasetString

The dataset used for sampling conversations. Corresponds to the JSON property dataset

Returns:

  • (String)


21582
21583
21584
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 21582

def dataset
  @dataset
end

#statsGoogle::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainTestCorrelationConfigMetadataFullConversationCorrelationStats

Statistics for TestCorrelationConfig operation. Corresponds to the JSON property stats



21587
21588
21589
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 21587

def stats
  @stats
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



21594
21595
21596
21597
21598
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 21594

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