lib/google/apis/contactcenterinsights_v1/representations.rb in google-apis-contactcenterinsights_v1-0.48.0 vs lib/google/apis/contactcenterinsights_v1/representations.rb in google-apis-contactcenterinsights_v1-0.49.0
- old
+ new
@@ -2020,9 +2020,10 @@
class GoogleCloudContactcenterinsightsV1Issue
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :create_time, as: 'createTime'
+ property :display_description, as: 'displayDescription'
property :display_name, as: 'displayName'
property :name, as: 'name'
collection :sample_utterances, as: 'sampleUtterances'
property :update_time, as: 'updateTime'
end