google-apis-contactcenterinsights_v1 0.46.0 → 0.47.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0d162db263f1dbe1b7daf70e9ef477b7285b0322892b9235b3d124f5e9252b35
4
- data.tar.gz: b5b5c7ad5b68f98e737ffed0a147d63f342a39587fd7f30962cb3703197bdb5e
3
+ metadata.gz: 480634c208997e2e3f881cc2bc1290c056f613c0d425709005eee2136fd9c3c9
4
+ data.tar.gz: 01cc8a858ff43117e208ff3a3a392ff93ef68f6d7ed69a11014dac9be398eb6b
5
5
  SHA512:
6
- metadata.gz: 716c413aa3adbda61c7240fff909706a3d434d4961ad57ec99b3eae7afde03d2b32063e2adeec2f15812d0e0988f0d8f2ce6f1698c2bceefab05f17f48dbce15
7
- data.tar.gz: c54b50a80178f2d1c6dcca14dae0a182906aaeddf66c89e967175c0365a656372f4fe79d6f6f92181c72a1f9a6b4f946b4e6c60da681430a320866e2039ca4b8
6
+ metadata.gz: 6297b1479154ef2653a983c4f713fb34a4364bcd7a2c1d7e3921b83b2d7c08bb2cb80d89d5852b75cb40abb1bd503ae4526d8675a4c6defa23f7db2cee5681fb
7
+ data.tar.gz: f10ad595142be148a27c790a8b015db8ec67743c6166900caac95f73fe14f3ef667f117a3ebeedc279ac46dd1f5831d77a145f701bf8586f171e3df9e7633b4c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-contactcenterinsights_v1
2
2
 
3
+ ### v0.47.0 (2024-07-25)
4
+
5
+ * Regenerated from discovery document revision 20240701
6
+
3
7
  ### v0.46.0 (2024-06-16)
4
8
 
5
9
  * Regenerated from discovery document revision 20240611
@@ -3272,6 +3272,11 @@ module Google
3272
3272
  # @return [String]
3273
3273
  attr_accessor :query
3274
3274
 
3275
+ # Query source for the answer.
3276
+ # Corresponds to the JSON property `querySource`
3277
+ # @return [String]
3278
+ attr_accessor :query_source
3279
+
3275
3280
  def initialize(**args)
3276
3281
  update!(**args)
3277
3282
  end
@@ -3280,6 +3285,7 @@ module Google
3280
3285
  def update!(**args)
3281
3286
  @generator_name = args[:generator_name] if args.key?(:generator_name)
3282
3287
  @query = args[:query] if args.key?(:query)
3288
+ @query_source = args[:query_source] if args.key?(:query_source)
3283
3289
  end
3284
3290
  end
3285
3291
 
@@ -6508,6 +6514,11 @@ module Google
6508
6514
  # @return [String]
6509
6515
  attr_accessor :query
6510
6516
 
6517
+ # Query source for the answer.
6518
+ # Corresponds to the JSON property `querySource`
6519
+ # @return [String]
6520
+ attr_accessor :query_source
6521
+
6511
6522
  def initialize(**args)
6512
6523
  update!(**args)
6513
6524
  end
@@ -6516,6 +6527,7 @@ module Google
6516
6527
  def update!(**args)
6517
6528
  @generator_name = args[:generator_name] if args.key?(:generator_name)
6518
6529
  @query = args[:query] if args.key?(:query)
6530
+ @query_source = args[:query_source] if args.key?(:query_source)
6519
6531
  end
6520
6532
  end
6521
6533
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ContactcenterinsightsV1
18
18
  # Version of the google-apis-contactcenterinsights_v1 gem
19
- GEM_VERSION = "0.46.0"
19
+ GEM_VERSION = "0.47.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240611"
25
+ REVISION = "20240701"
26
26
  end
27
27
  end
28
28
  end
@@ -2165,6 +2165,7 @@ module Google
2165
2165
  class Representation < Google::Apis::Core::JsonRepresentation
2166
2166
  property :generator_name, as: 'generatorName'
2167
2167
  property :query, as: 'query'
2168
+ property :query_source, as: 'querySource'
2168
2169
  end
2169
2170
  end
2170
2171
 
@@ -3103,6 +3104,7 @@ module Google
3103
3104
  class Representation < Google::Apis::Core::JsonRepresentation
3104
3105
  property :generator_name, as: 'generatorName'
3105
3106
  property :query, as: 'query'
3107
+ property :query_source, as: 'querySource'
3106
3108
  end
3107
3109
  end
3108
3110
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-contactcenterinsights_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.46.0
4
+ version: 0.47.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-16 00:00:00.000000000 Z
11
+ date: 2024-07-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-contactcenterinsights_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-contactcenterinsights_v1/v0.46.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-contactcenterinsights_v1/v0.47.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-contactcenterinsights_v1
63
63
  post_install_message:
64
64
  rdoc_options: []