File tree Expand file tree Collapse file tree
generated/google-apis-contactcenterinsights_v1
lib/google/apis/contactcenterinsights_v1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -112914,6 +112914,7 @@
112914112914"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1RuntimeAnnotationUserInput": google_cloud_contactcenterinsights_v1_runtime_annotation_user_input
112915112915"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1RuntimeAnnotationUserInput/generatorName": generator_name
112916112916"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1RuntimeAnnotationUserInput/query": query
112917+ "/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1RuntimeAnnotationUserInput/querySource": query_source
112917112918"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1SearchKnowledgeAnswer": google_cloud_contactcenterinsights_v1_search_knowledge_answer
112918112919"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1SearchKnowledgeAnswer/answer": answer
112919112920"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1SearchKnowledgeAnswer/answerRecord": answer_record
@@ -113449,6 +113450,7 @@
113449113450"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1alpha1RuntimeAnnotationUserInput": google_cloud_contactcenterinsights_v1alpha1_runtime_annotation_user_input
113450113451"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1alpha1RuntimeAnnotationUserInput/generatorName": generator_name
113451113452"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1alpha1RuntimeAnnotationUserInput/query": query
113453+ "/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1alpha1RuntimeAnnotationUserInput/querySource": query_source
113452113454"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1alpha1SearchKnowledgeAnswer": google_cloud_contactcenterinsights_v1alpha1_search_knowledge_answer
113453113455"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1alpha1SearchKnowledgeAnswer/answer": answer
113454113456"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1alpha1SearchKnowledgeAnswer/answerRecord": answer_record
Original file line number Diff line number Diff line change 11# Release history for google-apis-contactcenterinsights_v1
22
3+ ### v0.47.0 (2024-07-25)
4+
5+ * Regenerated from discovery document revision 20240701
6+
37### v0.46.0 (2024-06-16)
48
59* Regenerated from discovery document revision 20240611
Original file line number Diff line number Diff line change @@ -3272,6 +3272,11 @@ class GoogleCloudContactcenterinsightsV1RuntimeAnnotationUserInput
32723272 # @return [String]
32733273 attr_accessor :query
32743274
3275+ # Query source for the answer.
3276+ # Corresponds to the JSON property `querySource`
3277+ # @return [String]
3278+ attr_accessor :query_source
3279+
32753280 def initialize ( **args )
32763281 update! ( **args )
32773282 end
@@ -3280,6 +3285,7 @@ def initialize(**args)
32803285 def update! ( **args )
32813286 @generator_name = args [ :generator_name ] if args . key? ( :generator_name )
32823287 @query = args [ :query ] if args . key? ( :query )
3288+ @query_source = args [ :query_source ] if args . key? ( :query_source )
32833289 end
32843290 end
32853291
@@ -6508,6 +6514,11 @@ class GoogleCloudContactcenterinsightsV1alpha1RuntimeAnnotationUserInput
65086514 # @return [String]
65096515 attr_accessor :query
65106516
6517+ # Query source for the answer.
6518+ # Corresponds to the JSON property `querySource`
6519+ # @return [String]
6520+ attr_accessor :query_source
6521+
65116522 def initialize ( **args )
65126523 update! ( **args )
65136524 end
@@ -6516,6 +6527,7 @@ def initialize(**args)
65166527 def update! ( **args )
65176528 @generator_name = args [ :generator_name ] if args . key? ( :generator_name )
65186529 @query = args [ :query ] if args . key? ( :query )
6530+ @query_source = args [ :query_source ] if args . key? ( :query_source )
65196531 end
65206532 end
65216533
Original file line number Diff line number Diff 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.46 .0"
19+ GEM_VERSION = "0.47 .0"
2020
2121 # Version of the code generator used to generate this client
2222 GENERATOR_VERSION = "0.15.0"
2323
2424 # Revision of the discovery document this client was generated from
25- REVISION = "20240611 "
25+ REVISION = "20240701 "
2626 end
2727 end
2828end
Original file line number Diff line number Diff line change @@ -2165,6 +2165,7 @@ class GoogleCloudContactcenterinsightsV1RuntimeAnnotationUserInput
21652165 class Representation < Google ::Apis ::Core ::JsonRepresentation
21662166 property :generator_name , as : 'generatorName'
21672167 property :query , as : 'query'
2168+ property :query_source , as : 'querySource'
21682169 end
21692170 end
21702171
@@ -3103,6 +3104,7 @@ class GoogleCloudContactcenterinsightsV1alpha1RuntimeAnnotationUserInput
31033104 class Representation < Google ::Apis ::Core ::JsonRepresentation
31043105 property :generator_name , as : 'generatorName'
31053106 property :query , as : 'query'
3107+ property :query_source , as : 'querySource'
31063108 end
31073109 end
31083110
You can’t perform that action at this time.
0 commit comments