Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1TestCorrelationConfigMetadata
- Inherits:
-
Object
- Object
- Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1TestCorrelationConfigMetadata
- 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
-
#create_time ⇒ String
Output only.
-
#dataset ⇒ String
The dataset used for sampling conversations.
-
#stats ⇒ Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1TestCorrelationConfigMetadataFullConversationCorrelationStats
Statistics for TestCorrelationConfig operation.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1alpha1TestCorrelationConfigMetadata
constructor
A new instance of GoogleCloudContactcenterinsightsV1alpha1TestCorrelationConfigMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1alpha1TestCorrelationConfigMetadata
Returns a new instance of GoogleCloudContactcenterinsightsV1alpha1TestCorrelationConfigMetadata.
17181 17182 17183 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 17181 def initialize(**args) update!(**args) end |
Instance Attribute Details
#create_time ⇒ String
Output only. The time the operation was created.
Corresponds to the JSON property createTime
17169 17170 17171 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 17169 def create_time @create_time end |
#dataset ⇒ String
The dataset used for sampling conversations.
Corresponds to the JSON property dataset
17174 17175 17176 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 17174 def dataset @dataset end |
#stats ⇒ Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1TestCorrelationConfigMetadataFullConversationCorrelationStats
Statistics for TestCorrelationConfig operation.
Corresponds to the JSON property stats
17179 17180 17181 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 17179 def stats @stats end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
17186 17187 17188 17189 17190 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 17186 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 |