lib/google/apis/contactcenterinsights_v1/representations.rb in google-apis-contactcenterinsights_v1-0.32.0 vs lib/google/apis/contactcenterinsights_v1/representations.rb in google-apis-contactcenterinsights_v1-0.33.0
- old
+ new
@@ -86,10 +86,28 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class GoogleCloudContactcenterinsightsV1BulkDeleteConversationsMetadata
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
+ class GoogleCloudContactcenterinsightsV1BulkDeleteConversationsRequest
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
+ class GoogleCloudContactcenterinsightsV1BulkDeleteConversationsResponse
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class GoogleCloudContactcenterinsightsV1CalculateIssueModelStatsResponse
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -632,10 +650,28 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class GoogleCloudContactcenterinsightsV1alpha1BulkDeleteConversationsMetadata
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
+ class GoogleCloudContactcenterinsightsV1alpha1BulkDeleteConversationsRequest
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
+ class GoogleCloudContactcenterinsightsV1alpha1BulkDeleteConversationsResponse
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class GoogleCloudContactcenterinsightsV1alpha1CallAnnotation
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -1151,10 +1187,38 @@
property :failed_analysis_count, as: 'failedAnalysisCount'
property :successful_analysis_count, as: 'successfulAnalysisCount'
end
end
+ class GoogleCloudContactcenterinsightsV1BulkDeleteConversationsMetadata
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :create_time, as: 'createTime'
+ property :end_time, as: 'endTime'
+ collection :partial_errors, as: 'partialErrors', class: Google::Apis::ContactcenterinsightsV1::GoogleRpcStatus, decorator: Google::Apis::ContactcenterinsightsV1::GoogleRpcStatus::Representation
+
+ property :request, as: 'request', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1BulkDeleteConversationsRequest, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1BulkDeleteConversationsRequest::Representation
+
+ end
+ end
+
+ class GoogleCloudContactcenterinsightsV1BulkDeleteConversationsRequest
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :filter, as: 'filter'
+ property :force, as: 'force'
+ property :max_delete_count, as: 'maxDeleteCount'
+ property :parent, as: 'parent'
+ end
+ end
+
+ class GoogleCloudContactcenterinsightsV1BulkDeleteConversationsResponse
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ end
+ end
+
class GoogleCloudContactcenterinsightsV1CalculateIssueModelStatsResponse
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :current_stats, as: 'currentStats', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1IssueModelLabelStats, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1IssueModelLabelStats::Representation
@@ -1565,25 +1629,32 @@
property :conversation_config, as: 'conversationConfig', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1IngestConversationsRequestConversationConfig, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1IngestConversationsRequestConversationConfig::Representation
property :gcs_source, as: 'gcsSource', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1IngestConversationsRequestGcsSource, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1IngestConversationsRequestGcsSource::Representation
property :parent, as: 'parent'
+ property :redaction_config, as: 'redactionConfig', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1RedactionConfig, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1RedactionConfig::Representation
+
+ property :speech_config, as: 'speechConfig', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1SpeechConfig, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1SpeechConfig::Representation
+
property :transcript_object_config, as: 'transcriptObjectConfig', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1IngestConversationsRequestTranscriptObjectConfig, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1IngestConversationsRequestTranscriptObjectConfig::Representation
end
end
class GoogleCloudContactcenterinsightsV1IngestConversationsRequestConversationConfig
# @private
class Representation < Google::Apis::Core::JsonRepresentation
+ property :agent_channel, as: 'agentChannel'
property :agent_id, as: 'agentId'
+ property :customer_channel, as: 'customerChannel'
end
end
class GoogleCloudContactcenterinsightsV1IngestConversationsRequestGcsSource
# @private
class Representation < Google::Apis::Core::JsonRepresentation
+ property :bucket_object_type, as: 'bucketObjectType'
property :bucket_uri, as: 'bucketUri'
end
end
class GoogleCloudContactcenterinsightsV1IngestConversationsRequestTranscriptObjectConfig
@@ -2099,10 +2170,38 @@
property :failed_analysis_count, as: 'failedAnalysisCount'
property :successful_analysis_count, as: 'successfulAnalysisCount'
end
end
+ class GoogleCloudContactcenterinsightsV1alpha1BulkDeleteConversationsMetadata
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :create_time, as: 'createTime'
+ property :end_time, as: 'endTime'
+ collection :partial_errors, as: 'partialErrors', class: Google::Apis::ContactcenterinsightsV1::GoogleRpcStatus, decorator: Google::Apis::ContactcenterinsightsV1::GoogleRpcStatus::Representation
+
+ property :request, as: 'request', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1BulkDeleteConversationsRequest, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1BulkDeleteConversationsRequest::Representation
+
+ end
+ end
+
+ class GoogleCloudContactcenterinsightsV1alpha1BulkDeleteConversationsRequest
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :filter, as: 'filter'
+ property :force, as: 'force'
+ property :max_delete_count, as: 'maxDeleteCount'
+ property :parent, as: 'parent'
+ end
+ end
+
+ class GoogleCloudContactcenterinsightsV1alpha1BulkDeleteConversationsResponse
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ end
+ end
+
class GoogleCloudContactcenterinsightsV1alpha1CallAnnotation
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :annotation_end_boundary, as: 'annotationEndBoundary', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1AnnotationBoundary, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1AnnotationBoundary::Representation
@@ -2465,24 +2564,31 @@
property :conversation_config, as: 'conversationConfig', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequestConversationConfig, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequestConversationConfig::Representation
property :gcs_source, as: 'gcsSource', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequestGcsSource, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequestGcsSource::Representation
property :parent, as: 'parent'
+ property :redaction_config, as: 'redactionConfig', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1RedactionConfig, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1RedactionConfig::Representation
+
+ property :speech_config, as: 'speechConfig', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1SpeechConfig, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1SpeechConfig::Representation
+
property :transcript_object_config, as: 'transcriptObjectConfig', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequestTranscriptObjectConfig, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequestTranscriptObjectConfig::Representation
end
end
class GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequestConversationConfig
# @private
class Representation < Google::Apis::Core::JsonRepresentation
+ property :agent_channel, as: 'agentChannel'
property :agent_id, as: 'agentId'
+ property :customer_channel, as: 'customerChannel'
end
end
class GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequestGcsSource
# @private
class Representation < Google::Apis::Core::JsonRepresentation
+ property :bucket_object_type, as: 'bucketObjectType'
property :bucket_uri, as: 'bucketUri'
end
end
class GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequestTranscriptObjectConfig