Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1SampleConversationsMetadataSampleConversationsStats
- Inherits:
-
Object
- Object
- Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1SampleConversationsMetadataSampleConversationsStats
- 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
Statistics for SampleConversations operation.
Instance Attribute Summary collapse
-
#failed_sample_count ⇒ Fixnum
Output only.
-
#successful_sample_count ⇒ Fixnum
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1alpha1SampleConversationsMetadataSampleConversationsStats
constructor
A new instance of GoogleCloudContactcenterinsightsV1alpha1SampleConversationsMetadataSampleConversationsStats.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1alpha1SampleConversationsMetadataSampleConversationsStats
Returns a new instance of GoogleCloudContactcenterinsightsV1alpha1SampleConversationsMetadataSampleConversationsStats.
11947 11948 11949 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 11947 def initialize(**args) update!(**args) end |
Instance Attribute Details
#failed_sample_count ⇒ Fixnum
Output only. The number of objects which were unable to be sampled due to
errors. The errors are populated in the partial_errors field.
Corresponds to the JSON property failedSampleCount
11939 11940 11941 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 11939 def failed_sample_count @failed_sample_count end |
#successful_sample_count ⇒ Fixnum
Output only. The number of new conversations added during this sample
operation.
Corresponds to the JSON property successfulSampleCount
11945 11946 11947 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 11945 def successful_sample_count @successful_sample_count end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11952 11953 11954 11955 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 11952 def update!(**args) @failed_sample_count = args[:failed_sample_count] if args.key?(:failed_sample_count) @successful_sample_count = args[:successful_sample_count] if args.key?(:successful_sample_count) end |