Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainTestCorrelationConfigMetadata
- Inherits:
-
Object
- Object
- Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainTestCorrelationConfigMetadata
- 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::GoogleCloudContactcenterinsightsV1mainTestCorrelationConfigMetadataFullConversationCorrelationStats
Statistics for TestCorrelationConfig operation.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1mainTestCorrelationConfigMetadata
constructor
A new instance of GoogleCloudContactcenterinsightsV1mainTestCorrelationConfigMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1mainTestCorrelationConfigMetadata
Returns a new instance of GoogleCloudContactcenterinsightsV1mainTestCorrelationConfigMetadata.
25245 25246 25247 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 25245 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
25233 25234 25235 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 25233 def create_time @create_time end |
#dataset ⇒ String
The dataset used for sampling conversations.
Corresponds to the JSON property dataset
25238 25239 25240 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 25238 def dataset @dataset end |
#stats ⇒ Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainTestCorrelationConfigMetadataFullConversationCorrelationStats
Statistics for TestCorrelationConfig operation.
Corresponds to the JSON property stats
25243 25244 25245 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 25243 def stats @stats end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
25250 25251 25252 25253 25254 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 25250 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 |