google-apis-dialogflow_v2 0.32.0 → 0.33.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: 23c0241ea4c602daa4d5fd6d107c24075298b55918e409af59ecd29a7ac3ec07
4
- data.tar.gz: 4590a76dd695304cb59029aeae70525c503e3dc7f053fb5966179859e569a35e
3
+ metadata.gz: d1b236d4951b186cdfa1921c1de2b21ad22cac41b12f86237ba901009254ebdb
4
+ data.tar.gz: c10227ba6893ecf7efde33ba2db3119e0ad30a8bb3ecc3d0442f79488aef2627
5
5
  SHA512:
6
- metadata.gz: 3f22c799856df1dcbf230c03efe42e4c495d63dc58a8d3e4567c9e8a7c687a939055972e62f9d2c7d0b4496db77bfa3da414cc94c866337683f72782d6f82cac
7
- data.tar.gz: 5b5ce92f188dcbacd8976b847686a11358494480f362a71d37407bc3f9a45f7ebe51ff6b02fc374feee5aa3c8e4379098a4e4cfafd90099de12d83c702f12ff5
6
+ metadata.gz: 42d7a3d0e132f1363433162c44a96b8f05f916e7260d8aa5f009713b57d2b4bf6f9ee5c589152beeee7765fde65f73489caa19804f722a75a5ad531ad5b1d21f
7
+ data.tar.gz: 44567bd5c3c3be4fff90e4de4bb4628155adff9ac473b29d3aa873b1b8c91f6a9e353e9b28e24d7701b01923dadc6e47675e9c6b1b6a0c11e7b6215cbc94c78f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dialogflow_v2
2
2
 
3
+ ### v0.33.0 (2022-03-16)
4
+
5
+ * Regenerated from discovery document revision 20220314
6
+
3
7
  ### v0.32.0 (2022-03-11)
4
8
 
5
9
  * Regenerated from discovery document revision 20220309
@@ -5778,14 +5778,21 @@ module Google
5778
5778
 
5779
5779
  # The suggestions for end user. The order is the same as
5780
5780
  # HumanAgentAssistantConfig.SuggestionConfig.feature_configs of
5781
- # HumanAgentAssistantConfig.end_user_suggestion_config.
5781
+ # HumanAgentAssistantConfig.end_user_suggestion_config. Same as
5782
+ # human_agent_suggestion_results, any failure of Agent Assist features will not
5783
+ # lead to the overall failure of an AnalyzeContent API call. Instead, the
5784
+ # features will fail silently with the error field set in the corresponding
5785
+ # SuggestionResult.
5782
5786
  # Corresponds to the JSON property `endUserSuggestionResults`
5783
5787
  # @return [Array<Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SuggestionResult>]
5784
5788
  attr_accessor :end_user_suggestion_results
5785
5789
 
5786
5790
  # The suggestions for most recent human agent. The order is the same as
5787
5791
  # HumanAgentAssistantConfig.SuggestionConfig.feature_configs of
5788
- # HumanAgentAssistantConfig.human_agent_suggestion_config.
5792
+ # HumanAgentAssistantConfig.human_agent_suggestion_config. Note that any failure
5793
+ # of Agent Assist features will not lead to the overall failure of an
5794
+ # AnalyzeContent API call. Instead, the features will fail silently with the
5795
+ # error field set in the corresponding SuggestionResult.
5789
5796
  # Corresponds to the JSON property `humanAgentSuggestionResults`
5790
5797
  # @return [Array<Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SuggestionResult>]
5791
5798
  attr_accessor :human_agent_suggestion_results
@@ -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.32.0"
19
+ GEM_VERSION = "0.33.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220309"
25
+ REVISION = "20220314"
26
26
  end
27
27
  end
28
28
  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.32.0
4
+ version: 0.33.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: 2022-03-14 00:00:00.000000000 Z
11
+ date: 2022-03-21 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.32.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.33.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: []