lib/google/apis/contactcenterinsights_v1/representations.rb in google-apis-contactcenterinsights_v1-0.6.0 vs lib/google/apis/contactcenterinsights_v1/representations.rb in google-apis-contactcenterinsights_v1-0.7.0

- old
+ new

@@ -669,10 +669,12 @@ property :conversation_count, as: 'conversationCount' property :conversation_count_time_series, as: 'conversationCountTimeSeries', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1CalculateStatsResponseTimeSeries, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1CalculateStatsResponseTimeSeries::Representation hash :custom_highlighter_matches, as: 'customHighlighterMatches' hash :issue_matches, as: 'issueMatches' + hash :issue_matches_stats, as: 'issueMatchesStats', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1IssueModelLabelStatsIssueStats, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1IssueModelLabelStatsIssueStats::Representation + hash :smart_highlighter_matches, as: 'smartHighlighterMatches' end end class GoogleCloudContactcenterinsightsV1CalculateStatsResponseTimeSeries @@ -1088,10 +1090,11 @@ end class GoogleCloudContactcenterinsightsV1IssueModelLabelStatsIssueStats # @private class Representation < Google::Apis::Core::JsonRepresentation + property :display_name, as: 'displayName' property :issue, as: 'issue' property :labeled_conversations_count, :numeric_string => true, as: 'labeledConversationsCount' end end @@ -1443,9 +1446,10 @@ end class GoogleCloudContactcenterinsightsV1alpha1IssueModelLabelStatsIssueStats # @private class Representation < Google::Apis::Core::JsonRepresentation + property :display_name, as: 'displayName' property :issue, as: 'issue' property :labeled_conversations_count, :numeric_string => true, as: 'labeledConversationsCount' end end