Skip to content

Commit c80dd80

Browse files
feat: Automated regeneration of contactcenterinsights v1 client (googleapis#23928)
Auto-created at 2025-08-10 10:56:03 +0000 using the toys pull request generator.
1 parent 55dd3b2 commit c80dd80

File tree

5 files changed

+26
-2
lines changed

5 files changed

+26
-2
lines changed

api_names_out.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127186,6 +127186,8 @@
127186127186
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1ConversationQualityMetadata/agentInfo": agent_info
127187127187
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1ConversationQualityMetadata/agentInfo/agent_info": agent_info
127188127188
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1ConversationQualityMetadata/customerSatisfactionRating": customer_satisfaction_rating
127189+
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1ConversationQualityMetadata/feedbackLabels": feedback_labels
127190+
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1ConversationQualityMetadata/feedbackLabels/feedback_label": feedback_label
127189127191
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1ConversationQualityMetadata/menuPath": menu_path
127190127192
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1ConversationQualityMetadata/waitDuration": wait_duration
127191127193
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1ConversationQualityMetadataAgentInfo": google_cloud_contactcenterinsights_v1_conversation_quality_metadata_agent_info
@@ -128143,6 +128145,8 @@
128143128145
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1alpha1ConversationQualityMetadata/agentInfo": agent_info
128144128146
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1alpha1ConversationQualityMetadata/agentInfo/agent_info": agent_info
128145128147
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1alpha1ConversationQualityMetadata/customerSatisfactionRating": customer_satisfaction_rating
128148+
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1alpha1ConversationQualityMetadata/feedbackLabels": feedback_labels
128149+
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1alpha1ConversationQualityMetadata/feedbackLabels/feedback_label": feedback_label
128146128150
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1alpha1ConversationQualityMetadata/menuPath": menu_path
128147128151
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1alpha1ConversationQualityMetadata/waitDuration": wait_duration
128148128152
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1alpha1ConversationQualityMetadataAgentInfo": google_cloud_contactcenterinsights_v1alpha1_conversation_quality_metadata_agent_info

generated/google-apis-contactcenterinsights_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-contactcenterinsights_v1
22

3+
### v0.71.0 (2025-08-10)
4+
5+
* Regenerated from discovery document revision 20250804
6+
37
### v0.70.0 (2025-08-03)
48

59
* Regenerated from discovery document revision 20250729

generated/google-apis-contactcenterinsights_v1/lib/google/apis/contactcenterinsights_v1/classes.rb

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1900,6 +1900,11 @@ class GoogleCloudContactcenterinsightsV1ConversationQualityMetadata
19001900
# @return [Fixnum]
19011901
attr_accessor :customer_satisfaction_rating
19021902

1903+
# Input only. The feedback labels associated with the conversation.
1904+
# Corresponds to the JSON property `feedbackLabels`
1905+
# @return [Array<Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1FeedbackLabel>]
1906+
attr_accessor :feedback_labels
1907+
19031908
# An arbitrary string value specifying the menu path the customer took.
19041909
# Corresponds to the JSON property `menuPath`
19051910
# @return [String]
@@ -1918,6 +1923,7 @@ def initialize(**args)
19181923
def update!(**args)
19191924
@agent_info = args[:agent_info] if args.key?(:agent_info)
19201925
@customer_satisfaction_rating = args[:customer_satisfaction_rating] if args.key?(:customer_satisfaction_rating)
1926+
@feedback_labels = args[:feedback_labels] if args.key?(:feedback_labels)
19211927
@menu_path = args[:menu_path] if args.key?(:menu_path)
19221928
@wait_duration = args[:wait_duration] if args.key?(:wait_duration)
19231929
end
@@ -8174,6 +8180,11 @@ class GoogleCloudContactcenterinsightsV1alpha1ConversationQualityMetadata
81748180
# @return [Fixnum]
81758181
attr_accessor :customer_satisfaction_rating
81768182

8183+
# Input only. The feedback labels associated with the conversation.
8184+
# Corresponds to the JSON property `feedbackLabels`
8185+
# @return [Array<Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1FeedbackLabel>]
8186+
attr_accessor :feedback_labels
8187+
81778188
# An arbitrary string value specifying the menu path the customer took.
81788189
# Corresponds to the JSON property `menuPath`
81798190
# @return [String]
@@ -8192,6 +8203,7 @@ def initialize(**args)
81928203
def update!(**args)
81938204
@agent_info = args[:agent_info] if args.key?(:agent_info)
81948205
@customer_satisfaction_rating = args[:customer_satisfaction_rating] if args.key?(:customer_satisfaction_rating)
8206+
@feedback_labels = args[:feedback_labels] if args.key?(:feedback_labels)
81958207
@menu_path = args[:menu_path] if args.key?(:menu_path)
81968208
@wait_duration = args[:wait_duration] if args.key?(:wait_duration)
81978209
end

generated/google-apis-contactcenterinsights_v1/lib/google/apis/contactcenterinsights_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module ContactcenterinsightsV1
1818
# Version of the google-apis-contactcenterinsights_v1 gem
19-
GEM_VERSION = "0.70.0"
19+
GEM_VERSION = "0.71.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250729"
25+
REVISION = "20250804"
2626
end
2727
end
2828
end

generated/google-apis-contactcenterinsights_v1/lib/google/apis/contactcenterinsights_v1/representations.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2578,6 +2578,8 @@ class Representation < Google::Apis::Core::JsonRepresentation
25782578
collection :agent_info, as: 'agentInfo', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ConversationQualityMetadataAgentInfo, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ConversationQualityMetadataAgentInfo::Representation
25792579

25802580
property :customer_satisfaction_rating, as: 'customerSatisfactionRating'
2581+
collection :feedback_labels, as: 'feedbackLabels', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1FeedbackLabel, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1FeedbackLabel::Representation
2582+
25812583
property :menu_path, as: 'menuPath'
25822584
property :wait_duration, as: 'waitDuration'
25832585
end
@@ -4409,6 +4411,8 @@ class Representation < Google::Apis::Core::JsonRepresentation
44094411
collection :agent_info, as: 'agentInfo', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1ConversationQualityMetadataAgentInfo, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1ConversationQualityMetadataAgentInfo::Representation
44104412

44114413
property :customer_satisfaction_rating, as: 'customerSatisfactionRating'
4414+
collection :feedback_labels, as: 'feedbackLabels', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1FeedbackLabel, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1FeedbackLabel::Representation
4415+
44124416
property :menu_path, as: 'menuPath'
44134417
property :wait_duration, as: 'waitDuration'
44144418
end

0 commit comments

Comments
 (0)