Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1TestCorrelationConfigMetadata

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) ⇒ GoogleCloudContactcenterinsightsV1alpha1TestCorrelationConfigMetadata

Returns a new instance of GoogleCloudContactcenterinsightsV1alpha1TestCorrelationConfigMetadata.



16030
16031
16032
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 16030

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)


16018
16019
16020
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 16018

def create_time
  @create_time
end

#datasetString

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

Returns:

  • (String)


16023
16024
16025
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 16023

def dataset
  @dataset
end

#statsGoogle::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1TestCorrelationConfigMetadataFullConversationCorrelationStats

Statistics for TestCorrelationConfig operation. Corresponds to the JSON property stats



16028
16029
16030
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 16028

def stats
  @stats
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



16035
16036
16037
16038
16039
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 16035

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