google-cloud-dialogflow-v2 0.15.1 → 0.15.2
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4cc8560e58b306c85dec129c49446f00cdadb4800a13469460de0c50eea3388f
|
|
4
|
+
data.tar.gz: dd9c62ead69962d384db40f17d9c2aa4d6527d0e414f7d168265664ec22397d7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: af82b0ebc3dffe804d83febb03d9ea25d35406fa1730d29cf39e36290cea2da872c1132df0e4dd0accb2e348ac939669f981d1359ba3a1769d32a83de51dfe30
|
|
7
|
+
data.tar.gz: e41f94edb9743ef679bfb0f66d787de82b5e95d70061b390de397b3f5baf9075349c05944c711391a339b847b2e2daa9ee263ef05599560eea52bd558431dfa0
|
|
@@ -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.
|
|
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-
|
|
11
|
+
date: 2022-03-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|