lib/google/apis/contactcenterinsights_v1/representations.rb in google-apis-contactcenterinsights_v1-0.37.0 vs lib/google/apis/contactcenterinsights_v1/representations.rb in google-apis-contactcenterinsights_v1-0.38.0

- old
+ new

@@ -314,10 +314,34 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class GoogleCloudContactcenterinsightsV1ExportIssueModelMetadata + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + + class GoogleCloudContactcenterinsightsV1ExportIssueModelRequest + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + + class GoogleCloudContactcenterinsightsV1ExportIssueModelRequestGcsDestination + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + + class GoogleCloudContactcenterinsightsV1ExportIssueModelResponse + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class GoogleCloudContactcenterinsightsV1FaqAnswerData class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -332,10 +356,34 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class GoogleCloudContactcenterinsightsV1ImportIssueModelMetadata + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + + class GoogleCloudContactcenterinsightsV1ImportIssueModelRequest + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + + class GoogleCloudContactcenterinsightsV1ImportIssueModelRequestGcsSource + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + + class GoogleCloudContactcenterinsightsV1ImportIssueModelResponse + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class GoogleCloudContactcenterinsightsV1IngestConversationsMetadata class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -860,10 +908,34 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class GoogleCloudContactcenterinsightsV1alpha1ExportIssueModelMetadata + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + + class GoogleCloudContactcenterinsightsV1alpha1ExportIssueModelRequest + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + + class GoogleCloudContactcenterinsightsV1alpha1ExportIssueModelRequestGcsDestination + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + + class GoogleCloudContactcenterinsightsV1alpha1ExportIssueModelResponse + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class GoogleCloudContactcenterinsightsV1alpha1FaqAnswerData class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -878,10 +950,34 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class GoogleCloudContactcenterinsightsV1alpha1ImportIssueModelMetadata + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + + class GoogleCloudContactcenterinsightsV1alpha1ImportIssueModelRequest + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + + class GoogleCloudContactcenterinsightsV1alpha1ImportIssueModelRequestGcsSource + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + + class GoogleCloudContactcenterinsightsV1alpha1ImportIssueModelResponse + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class GoogleCloudContactcenterinsightsV1alpha1IngestConversationsMetadata class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -1618,10 +1714,42 @@ # @private class Representation < Google::Apis::Core::JsonRepresentation end end + class GoogleCloudContactcenterinsightsV1ExportIssueModelMetadata + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :create_time, as: 'createTime' + property :end_time, as: 'endTime' + property :request, as: 'request', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ExportIssueModelRequest, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ExportIssueModelRequest::Representation + + end + end + + class GoogleCloudContactcenterinsightsV1ExportIssueModelRequest + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :gcs_destination, as: 'gcsDestination', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ExportIssueModelRequestGcsDestination, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ExportIssueModelRequestGcsDestination::Representation + + property :name, as: 'name' + end + end + + class GoogleCloudContactcenterinsightsV1ExportIssueModelRequestGcsDestination + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :object_uri, as: 'objectUri' + end + end + + class GoogleCloudContactcenterinsightsV1ExportIssueModelResponse + # @private + class Representation < Google::Apis::Core::JsonRepresentation + end + end + class GoogleCloudContactcenterinsightsV1FaqAnswerData # @private class Representation < Google::Apis::Core::JsonRepresentation property :answer, as: 'answer' property :confidence_score, as: 'confidenceScore' @@ -1644,10 +1772,43 @@ # @private class Representation < Google::Apis::Core::JsonRepresentation end end + class GoogleCloudContactcenterinsightsV1ImportIssueModelMetadata + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :create_time, as: 'createTime' + property :end_time, as: 'endTime' + property :request, as: 'request', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ImportIssueModelRequest, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ImportIssueModelRequest::Representation + + end + end + + class GoogleCloudContactcenterinsightsV1ImportIssueModelRequest + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :create_new_model, as: 'createNewModel' + property :gcs_source, as: 'gcsSource', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ImportIssueModelRequestGcsSource, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ImportIssueModelRequestGcsSource::Representation + + property :parent, as: 'parent' + end + end + + class GoogleCloudContactcenterinsightsV1ImportIssueModelRequestGcsSource + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :object_uri, as: 'objectUri' + end + end + + class GoogleCloudContactcenterinsightsV1ImportIssueModelResponse + # @private + class Representation < Google::Apis::Core::JsonRepresentation + end + end + class GoogleCloudContactcenterinsightsV1IngestConversationsMetadata # @private class Representation < Google::Apis::Core::JsonRepresentation property :create_time, as: 'createTime' property :end_time, as: 'endTime' @@ -1699,10 +1860,12 @@ class GoogleCloudContactcenterinsightsV1IngestConversationsRequestGcsSource # @private class Representation < Google::Apis::Core::JsonRepresentation property :bucket_object_type, as: 'bucketObjectType' property :bucket_uri, as: 'bucketUri' + collection :custom_metadata_keys, as: 'customMetadataKeys' + property :metadata_bucket_uri, as: 'metadataBucketUri' end end class GoogleCloudContactcenterinsightsV1IngestConversationsRequestTranscriptObjectConfig # @private @@ -2576,10 +2739,42 @@ # @private class Representation < Google::Apis::Core::JsonRepresentation end end + class GoogleCloudContactcenterinsightsV1alpha1ExportIssueModelMetadata + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :create_time, as: 'createTime' + property :end_time, as: 'endTime' + property :request, as: 'request', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1ExportIssueModelRequest, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1ExportIssueModelRequest::Representation + + end + end + + class GoogleCloudContactcenterinsightsV1alpha1ExportIssueModelRequest + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :gcs_destination, as: 'gcsDestination', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1ExportIssueModelRequestGcsDestination, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1ExportIssueModelRequestGcsDestination::Representation + + property :name, as: 'name' + end + end + + class GoogleCloudContactcenterinsightsV1alpha1ExportIssueModelRequestGcsDestination + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :object_uri, as: 'objectUri' + end + end + + class GoogleCloudContactcenterinsightsV1alpha1ExportIssueModelResponse + # @private + class Representation < Google::Apis::Core::JsonRepresentation + end + end + class GoogleCloudContactcenterinsightsV1alpha1FaqAnswerData # @private class Representation < Google::Apis::Core::JsonRepresentation property :answer, as: 'answer' property :confidence_score, as: 'confidenceScore' @@ -2602,10 +2797,43 @@ # @private class Representation < Google::Apis::Core::JsonRepresentation end end + class GoogleCloudContactcenterinsightsV1alpha1ImportIssueModelMetadata + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :create_time, as: 'createTime' + property :end_time, as: 'endTime' + property :request, as: 'request', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1ImportIssueModelRequest, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1ImportIssueModelRequest::Representation + + end + end + + class GoogleCloudContactcenterinsightsV1alpha1ImportIssueModelRequest + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :create_new_model, as: 'createNewModel' + property :gcs_source, as: 'gcsSource', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1ImportIssueModelRequestGcsSource, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1ImportIssueModelRequestGcsSource::Representation + + property :parent, as: 'parent' + end + end + + class GoogleCloudContactcenterinsightsV1alpha1ImportIssueModelRequestGcsSource + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :object_uri, as: 'objectUri' + end + end + + class GoogleCloudContactcenterinsightsV1alpha1ImportIssueModelResponse + # @private + class Representation < Google::Apis::Core::JsonRepresentation + end + end + class GoogleCloudContactcenterinsightsV1alpha1IngestConversationsMetadata # @private class Representation < Google::Apis::Core::JsonRepresentation property :create_time, as: 'createTime' property :end_time, as: 'endTime' @@ -2657,9 +2885,11 @@ class GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequestGcsSource # @private class Representation < Google::Apis::Core::JsonRepresentation property :bucket_object_type, as: 'bucketObjectType' property :bucket_uri, as: 'bucketUri' + collection :custom_metadata_keys, as: 'customMetadataKeys' + property :metadata_bucket_uri, as: 'metadataBucketUri' end end class GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequestTranscriptObjectConfig # @private