lib/google/apis/contactcenterinsights_v1/representations.rb in google-apis-contactcenterinsights_v1-0.19.0 vs lib/google/apis/contactcenterinsights_v1/representations.rb in google-apis-contactcenterinsights_v1-0.20.0
- old
+ new
@@ -296,10 +296,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class GoogleCloudContactcenterinsightsV1IngestConversationsMetadataIngestConversationsStats
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class GoogleCloudContactcenterinsightsV1IngestConversationsRequest
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -626,10 +632,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class GoogleCloudContactcenterinsightsV1alpha1IngestConversationsMetadataIngestConversationsStats
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequest
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -1211,17 +1223,29 @@
class GoogleCloudContactcenterinsightsV1IngestConversationsMetadata
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :create_time, as: 'createTime'
property :end_time, as: 'endTime'
+ property :ingest_conversations_stats, as: 'ingestConversationsStats', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1IngestConversationsMetadataIngestConversationsStats, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1IngestConversationsMetadataIngestConversationsStats::Representation
+
collection :partial_errors, as: 'partialErrors', class: Google::Apis::ContactcenterinsightsV1::GoogleRpcStatus, decorator: Google::Apis::ContactcenterinsightsV1::GoogleRpcStatus::Representation
property :request, as: 'request', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1IngestConversationsRequest, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1IngestConversationsRequest::Representation
end
end
+ class GoogleCloudContactcenterinsightsV1IngestConversationsMetadataIngestConversationsStats
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :duplicates_skipped_count, as: 'duplicatesSkippedCount'
+ property :failed_ingest_count, as: 'failedIngestCount'
+ property :processed_object_count, as: 'processedObjectCount'
+ property :successful_ingest_count, as: 'successfulIngestCount'
+ end
+ end
+
class GoogleCloudContactcenterinsightsV1IngestConversationsRequest
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :conversation_config, as: 'conversationConfig', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1IngestConversationsRequestConversationConfig, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1IngestConversationsRequestConversationConfig::Representation
@@ -1741,13 +1765,25 @@
class GoogleCloudContactcenterinsightsV1alpha1IngestConversationsMetadata
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :create_time, as: 'createTime'
property :end_time, as: 'endTime'
+ property :ingest_conversations_stats, as: 'ingestConversationsStats', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1IngestConversationsMetadataIngestConversationsStats, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1IngestConversationsMetadataIngestConversationsStats::Representation
+
collection :partial_errors, as: 'partialErrors', class: Google::Apis::ContactcenterinsightsV1::GoogleRpcStatus, decorator: Google::Apis::ContactcenterinsightsV1::GoogleRpcStatus::Representation
property :request, as: 'request', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequest, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequest::Representation
+ end
+ end
+
+ class GoogleCloudContactcenterinsightsV1alpha1IngestConversationsMetadataIngestConversationsStats
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :duplicates_skipped_count, as: 'duplicatesSkippedCount'
+ property :failed_ingest_count, as: 'failedIngestCount'
+ property :processed_object_count, as: 'processedObjectCount'
+ property :successful_ingest_count, as: 'successfulIngestCount'
end
end
class GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequest
# @private