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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/dialogflow_v2/classes.rb +9 -2
- data/lib/google/apis/dialogflow_v2/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d1b236d4951b186cdfa1921c1de2b21ad22cac41b12f86237ba901009254ebdb
|
|
4
|
+
data.tar.gz: c10227ba6893ecf7efde33ba2db3119e0ad30a8bb3ecc3d0442f79488aef2627
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 42d7a3d0e132f1363433162c44a96b8f05f916e7260d8aa5f009713b57d2b4bf6f9ee5c589152beeee7765fde65f73489caa19804f722a75a5ad531ad5b1d21f
|
|
7
|
+
data.tar.gz: 44567bd5c3c3be4fff90e4de4bb4628155adff9ac473b29d3aa873b1b8c91f6a9e353e9b28e24d7701b01923dadc6e47675e9c6b1b6a0c11e7b6215cbc94c78f
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
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 = "
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|