google-apis-dialogflow_v2 0.51.0 → 0.52.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4b061cbad39daad3e19d9825f82d0383899c6839e2aa491eb7b741c94f6b743b
4
- data.tar.gz: c99a756c5aa8cf2adb344ad3fb860a71fe9239fece415feda6ee5524057a5447
3
+ metadata.gz: 1293e2af4491649bbdcddc3d5948aa4131f11612145ab5c594bd3aa9abbeebe2
4
+ data.tar.gz: 93cba1171c7869c80eac8d4ac4d4f9fbf839dae7dc1dde108a1226018bd8e238
5
5
  SHA512:
6
- metadata.gz: 429def06f5c1c8f9b0d9d858ce87ab2502bf627ed22f594135aee35d4bab8bf5d7bf7ad8e9626f9bf4dddda88424fadc8c18c2f3fc72fc23d3dd437ab355d3be
7
- data.tar.gz: 54119d15ddb90ca822580d83a647f511036b5778d19fa5373e3fc55e1952e90ad83dfc92c202ea9549a0401b0a5cde5d8dcbff0050c1737e12e5a13472e326c4
6
+ metadata.gz: 376080fcfaa421a00b9c87193cd1a986572ffd5266b6d83ee7537c71e37f6c2a9c2213375868abe348cfed13879d549ad8bcccecdb8386f99ef0703d18244c7a
7
+ data.tar.gz: c341bf10078be22ae5160f0c516581d359a65382485a9710938953c685ddc6893abd5e82051de0dc3d453d7b0743da463be670ec41c040e9d4a827c7e7f1f492
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dialogflow_v2
2
2
 
3
+ ### v0.52.0 (2023-02-12)
4
+
5
+ * Regenerated from discovery document revision 20230209
6
+
3
7
  ### v0.51.0 (2023-01-15)
4
8
 
5
9
  * Regenerated from discovery document revision 20230110
@@ -12512,6 +12512,11 @@ module Google
12512
12512
  class GoogleCloudDialogflowV2SuggestConversationSummaryRequest
12513
12513
  include Google::Apis::Core::Hashable
12514
12514
 
12515
+ # Represents the parameters of human assist query.
12516
+ # Corresponds to the JSON property `assistQueryParams`
12517
+ # @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2AssistQueryParameters]
12518
+ attr_accessor :assist_query_params
12519
+
12515
12520
  # Max number of messages prior to and including [latest_message] to use as
12516
12521
  # context when compiling the suggestion. By default 500 and at most 1000.
12517
12522
  # Corresponds to the JSON property `contextSize`
@@ -12531,6 +12536,7 @@ module Google
12531
12536
 
12532
12537
  # Update properties of this object
12533
12538
  def update!(**args)
12539
+ @assist_query_params = args[:assist_query_params] if args.key?(:assist_query_params)
12534
12540
  @context_size = args[:context_size] if args.key?(:context_size)
12535
12541
  @latest_message = args[:latest_message] if args.key?(:latest_message)
12536
12542
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DialogflowV2
18
18
  # Version of the google-apis-dialogflow_v2 gem
19
- GEM_VERSION = "0.51.0"
19
+ GEM_VERSION = "0.52.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.11.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230110"
25
+ REVISION = "20230209"
26
26
  end
27
27
  end
28
28
  end
@@ -6236,6 +6236,8 @@ module Google
6236
6236
  class GoogleCloudDialogflowV2SuggestConversationSummaryRequest
6237
6237
  # @private
6238
6238
  class Representation < Google::Apis::Core::JsonRepresentation
6239
+ property :assist_query_params, as: 'assistQueryParams', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2AssistQueryParameters, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2AssistQueryParameters::Representation
6240
+
6239
6241
  property :context_size, as: 'contextSize'
6240
6242
  property :latest_message, as: 'latestMessage'
6241
6243
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dialogflow_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.51.0
4
+ version: 0.52.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: 2023-01-15 00:00:00.000000000 Z
11
+ date: 2023-02-12 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-dialogflow_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.51.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.52.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v2
63
63
  post_install_message:
64
64
  rdoc_options: []