lib/google/apis/contactcenterinsights_v1/representations.rb in google-apis-contactcenterinsights_v1-0.1.0 vs lib/google/apis/contactcenterinsights_v1/representations.rb in google-apis-contactcenterinsights_v1-0.2.0
- old
+ new
@@ -771,10 +771,11 @@
class GoogleCloudContactcenterinsightsV1ConversationParticipant
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :dialogflow_participant, as: 'dialogflowParticipant'
property :dialogflow_participant_name, as: 'dialogflowParticipantName'
+ property :obfuscated_external_user_id, as: 'obfuscatedExternalUserId'
property :role, as: 'role'
property :user_id, as: 'userId'
end
end
@@ -1050,10 +1051,11 @@
end
class GoogleCloudContactcenterinsightsV1IssueModelInputDataConfig
# @private
class Representation < Google::Apis::Core::JsonRepresentation
+ property :filter, as: 'filter'
property :medium, as: 'medium'
property :training_conversations_count, :numeric_string => true, as: 'trainingConversationsCount'
end
end
@@ -1173,10 +1175,11 @@
property :revision_create_time, as: 'revisionCreateTime'
property :revision_id, as: 'revisionId'
property :role_match, as: 'roleMatch'
property :type, as: 'type'
+ property :update_time, as: 'updateTime'
property :version_tag, as: 'versionTag'
end
end
class GoogleCloudContactcenterinsightsV1RuntimeAnnotation
@@ -1403,9 +1406,10 @@
end
class GoogleCloudContactcenterinsightsV1alpha1IssueModelInputDataConfig
# @private
class Representation < Google::Apis::Core::JsonRepresentation
+ property :filter, as: 'filter'
property :medium, as: 'medium'
property :training_conversations_count, :numeric_string => true, as: 'trainingConversationsCount'
end
end