google-cloud-dialogflow-v2 0.15.1 → 0.15.2

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: 0de483099dcae1e8b57baf836487a74ddda77d10d4bae0468278511ef60ebad5
4
- data.tar.gz: 89e8b14bb31e002b7cd25c30bfaf54856db69f67750d29e59b72950cefaa062c
3
+ metadata.gz: 4cc8560e58b306c85dec129c49446f00cdadb4800a13469460de0c50eea3388f
4
+ data.tar.gz: dd9c62ead69962d384db40f17d9c2aa4d6527d0e414f7d168265664ec22397d7
5
5
  SHA512:
6
- metadata.gz: d4981db014bdcf1e6fe09e87cfa57aa31942f09732aa36115cd0cbb44b27b6381292c07de9a26559088b79a050e407451477e66674a5c2435a8bcc7bf808b075
7
- data.tar.gz: c58813241f28f467fc3ebc5576e1c1fb8ecb5cd4d0448488639f687e754863662ba639024777a6187818eb5e66c5b7b2da830574499d65354ed8a71e3ff9dae9
6
+ metadata.gz: af82b0ebc3dffe804d83febb03d9ea25d35406fa1730d29cf39e36290cea2da872c1132df0e4dd0accb2e348ac939669f981d1359ba3a1769d32a83de51dfe30
7
+ data.tar.gz: e41f94edb9743ef679bfb0f66d787de82b5e95d70061b390de397b3f5baf9075349c05944c711391a339b847b2e2daa9ee263ef05599560eea52bd558431dfa0
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Dialogflow
23
23
  module V2
24
- VERSION = "0.15.1"
24
+ VERSION = "0.15.2"
25
25
  end
26
26
  end
27
27
  end
@@ -267,11 +267,21 @@ module Google
267
267
  # The suggestions for most recent human agent. The order is the same as
268
268
  # {::Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::SuggestionConfig#feature_configs HumanAgentAssistantConfig.SuggestionConfig.feature_configs} of
269
269
  # {::Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig#human_agent_suggestion_config HumanAgentAssistantConfig.human_agent_suggestion_config}.
270
+ #
271
+ # Note that any failure of Agent Assist features will not lead to the overall
272
+ # failure of an AnalyzeContent API call. Instead, the features will
273
+ # fail silently with the error field set in the corresponding
274
+ # SuggestionResult.
270
275
  # @!attribute [rw] end_user_suggestion_results
271
276
  # @return [::Array<::Google::Cloud::Dialogflow::V2::SuggestionResult>]
272
277
  # The suggestions for end user. The order is the same as
273
278
  # {::Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::SuggestionConfig#feature_configs HumanAgentAssistantConfig.SuggestionConfig.feature_configs} of
274
279
  # {::Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig#end_user_suggestion_config HumanAgentAssistantConfig.end_user_suggestion_config}.
280
+ #
281
+ # Same as human_agent_suggestion_results, any failure of Agent Assist
282
+ # features will not lead to the overall failure of an AnalyzeContent API
283
+ # call. Instead, the features will fail silently with the error field set in
284
+ # the corresponding SuggestionResult.
275
285
  # @!attribute [rw] dtmf_parameters
276
286
  # @return [::Google::Cloud::Dialogflow::V2::DtmfParameters]
277
287
  # Indicates the parameters of DTMF.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-dialogflow-v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.1
4
+ version: 0.15.2
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-10 00:00:00.000000000 Z
11
+ date: 2022-03-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common