Skip to content

Commit 0005ae9

Browse files
feat: Automated regeneration of contactcenterinsights v1 client (googleapis#20471)
Auto-created at 2024-10-27 09:52:59 +0000 using the toys pull request generator.
1 parent a74e5fe commit 0005ae9

File tree

5 files changed

+43
-7
lines changed

5 files changed

+43
-7
lines changed

api_names_out.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114642,7 +114642,9 @@
114642114642
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1QaAnswerAnswerValue/boolValue": bool_value
114643114643
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1QaAnswerAnswerValue/key": key
114644114644
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1QaAnswerAnswerValue/naValue": na_value
114645+
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1QaAnswerAnswerValue/normalizedScore": normalized_score
114645114646
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1QaAnswerAnswerValue/numValue": num_value
114647+
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1QaAnswerAnswerValue/potentialScore": potential_score
114646114648
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1QaAnswerAnswerValue/score": score
114647114649
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1QaAnswerAnswerValue/strValue": str_value
114648114650
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1QaQuestion": google_cloud_contactcenterinsights_v1_qa_question
@@ -115383,7 +115385,9 @@
115383115385
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerValue/boolValue": bool_value
115384115386
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerValue/key": key
115385115387
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerValue/naValue": na_value
115388+
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerValue/normalizedScore": normalized_score
115386115389
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerValue/numValue": num_value
115390+
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerValue/potentialScore": potential_score
115387115391
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerValue/score": score
115388115392
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerValue/strValue": str_value
115389115393
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1alpha1QaScorecardResult": google_cloud_contactcenterinsights_v1alpha1_qa_scorecard_result

generated/google-apis-contactcenterinsights_v1/CHANGELOG.md

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

3-
### v0.53.0 (2024-10-20)
3+
### v0.53.0 (2024-10-27)
44

5-
* Regenerated from discovery document revision 20241015
5+
* Regenerated from discovery document revision 20241021
66

77
### v0.52.0 (2024-10-13)
88

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

Lines changed: 32 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4065,7 +4065,8 @@ class GoogleCloudContactcenterinsightsV1QaAnswer
40654065
attr_accessor :conversation
40664066

40674067
# The maximum potential score of the question. If the question was answered
4068-
# using `na_value`, this field will be zero.
4068+
# using `na_value`, this field will be zero. Deprecated: Use AnswerValue.
4069+
# potential_score instead.
40694070
# Corresponds to the JSON property `potentialScore`
40704071
# @return [Float]
40714072
attr_accessor :potential_score
@@ -4154,12 +4155,23 @@ class GoogleCloudContactcenterinsightsV1QaAnswerAnswerValue
41544155
attr_accessor :na_value
41554156
alias_method :na_value?, :na_value
41564157

4158+
# Output only. Normalized score of the questions. Calculated as score /
4159+
# potential_score iff potential_score != 0 else 0
4160+
# Corresponds to the JSON property `normalizedScore`
4161+
# @return [Float]
4162+
attr_accessor :normalized_score
4163+
41574164
# Numerical value.
41584165
# Corresponds to the JSON property `numValue`
41594166
# @return [Float]
41604167
attr_accessor :num_value
41614168

4162-
# Numerical score of the answer.
4169+
# Output only. The maximum potential score of the question.
4170+
# Corresponds to the JSON property `potentialScore`
4171+
# @return [Float]
4172+
attr_accessor :potential_score
4173+
4174+
# Output only. Numerical score of the answer.
41634175
# Corresponds to the JSON property `score`
41644176
# @return [Float]
41654177
attr_accessor :score
@@ -4178,7 +4190,9 @@ def update!(**args)
41784190
@bool_value = args[:bool_value] if args.key?(:bool_value)
41794191
@key = args[:key] if args.key?(:key)
41804192
@na_value = args[:na_value] if args.key?(:na_value)
4193+
@normalized_score = args[:normalized_score] if args.key?(:normalized_score)
41814194
@num_value = args[:num_value] if args.key?(:num_value)
4195+
@potential_score = args[:potential_score] if args.key?(:potential_score)
41824196
@score = args[:score] if args.key?(:score)
41834197
@str_value = args[:str_value] if args.key?(:str_value)
41844198
end
@@ -8683,7 +8697,8 @@ class GoogleCloudContactcenterinsightsV1alpha1QaAnswer
86838697
attr_accessor :conversation
86848698

86858699
# The maximum potential score of the question. If the question was answered
8686-
# using `na_value`, this field will be zero.
8700+
# using `na_value`, this field will be zero. Deprecated: Use AnswerValue.
8701+
# potential_score instead.
86878702
# Corresponds to the JSON property `potentialScore`
86888703
# @return [Float]
86898704
attr_accessor :potential_score
@@ -8772,12 +8787,23 @@ class GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerValue
87728787
attr_accessor :na_value
87738788
alias_method :na_value?, :na_value
87748789

8790+
# Output only. Normalized score of the questions. Calculated as score /
8791+
# potential_score iff potential_score != 0 else 0
8792+
# Corresponds to the JSON property `normalizedScore`
8793+
# @return [Float]
8794+
attr_accessor :normalized_score
8795+
87758796
# Numerical value.
87768797
# Corresponds to the JSON property `numValue`
87778798
# @return [Float]
87788799
attr_accessor :num_value
87798800

8780-
# Numerical score of the answer.
8801+
# Output only. The maximum potential score of the question.
8802+
# Corresponds to the JSON property `potentialScore`
8803+
# @return [Float]
8804+
attr_accessor :potential_score
8805+
8806+
# Output only. Numerical score of the answer.
87818807
# Corresponds to the JSON property `score`
87828808
# @return [Float]
87838809
attr_accessor :score
@@ -8796,7 +8822,9 @@ def update!(**args)
87968822
@bool_value = args[:bool_value] if args.key?(:bool_value)
87978823
@key = args[:key] if args.key?(:key)
87988824
@na_value = args[:na_value] if args.key?(:na_value)
8825+
@normalized_score = args[:normalized_score] if args.key?(:normalized_score)
87998826
@num_value = args[:num_value] if args.key?(:num_value)
8827+
@potential_score = args[:potential_score] if args.key?(:potential_score)
88008828
@score = args[:score] if args.key?(:score)
88018829
@str_value = args[:str_value] if args.key?(:str_value)
88028830
end

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module ContactcenterinsightsV1
2222
GENERATOR_VERSION = "0.15.1"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20241015"
25+
REVISION = "20241021"
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
@@ -2932,7 +2932,9 @@ class Representation < Google::Apis::Core::JsonRepresentation
29322932
property :bool_value, as: 'boolValue'
29332933
property :key, as: 'key'
29342934
property :na_value, as: 'naValue'
2935+
property :normalized_score, as: 'normalizedScore'
29352936
property :num_value, as: 'numValue'
2937+
property :potential_score, as: 'potentialScore'
29362938
property :score, as: 'score'
29372939
property :str_value, as: 'strValue'
29382940
end
@@ -4256,7 +4258,9 @@ class Representation < Google::Apis::Core::JsonRepresentation
42564258
property :bool_value, as: 'boolValue'
42574259
property :key, as: 'key'
42584260
property :na_value, as: 'naValue'
4261+
property :normalized_score, as: 'normalizedScore'
42594262
property :num_value, as: 'numValue'
4263+
property :potential_score, as: 'potentialScore'
42604264
property :score, as: 'score'
42614265
property :str_value, as: 'strValue'
42624266
end

0 commit comments

Comments
 (0)