Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1TestCorrelationConfigMetadata
- Inherits:
-
Object
- Object
- Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1TestCorrelationConfigMetadata
- 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::GoogleCloudContactcenterinsightsV1TestCorrelationConfigMetadataFullConversationCorrelationStats
Statistics for TestCorrelationConfig operation.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1TestCorrelationConfigMetadata
constructor
A new instance of GoogleCloudContactcenterinsightsV1TestCorrelationConfigMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1TestCorrelationConfigMetadata
Returns a new instance of GoogleCloudContactcenterinsightsV1TestCorrelationConfigMetadata.
9028 9029 9030 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 9028 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
9016 9017 9018 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 9016 def create_time @create_time end |
#dataset ⇒ String
The dataset used for sampling conversations.
Corresponds to the JSON property dataset
9021 9022 9023 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 9021 def dataset @dataset end |
#stats ⇒ Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1TestCorrelationConfigMetadataFullConversationCorrelationStats
Statistics for TestCorrelationConfig operation.
Corresponds to the JSON property stats
9026 9027 9028 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 9026 def stats @stats end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9033 9034 9035 9036 9037 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 9033 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 |