google-apis-dialogflow_v2 0.32.0 → 0.35.0

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: 23c0241ea4c602daa4d5fd6d107c24075298b55918e409af59ecd29a7ac3ec07
4
- data.tar.gz: 4590a76dd695304cb59029aeae70525c503e3dc7f053fb5966179859e569a35e
3
+ metadata.gz: 29b38582931120ea2e34c2a1137e15237eb7842c80274acac1941e7518526ac4
4
+ data.tar.gz: dcc243e750f720040a0e06cf26d3295d2117d6be75a5dbfe2af9599cb951bd59
5
5
  SHA512:
6
- metadata.gz: 3f22c799856df1dcbf230c03efe42e4c495d63dc58a8d3e4567c9e8a7c687a939055972e62f9d2c7d0b4496db77bfa3da414cc94c866337683f72782d6f82cac
7
- data.tar.gz: 5b5ce92f188dcbacd8976b847686a11358494480f362a71d37407bc3f9a45f7ebe51ff6b02fc374feee5aa3c8e4379098a4e4cfafd90099de12d83c702f12ff5
6
+ metadata.gz: e900393494953079f4cb3799454b83f1f75f75697e46738f3abb5cc16e463addcabb5b7cc6cd81f828e0a36e80039cb2594b62f0743c71a9f9bcc1652a15c244
7
+ data.tar.gz: 3de08a8e3eb64ff42349ab3f52c12244b24ee031c73415ac8129825f788b46c17223c1ffc54a29aaa498862361e33a77d966cbfcb9b50a6b3fb7a92f3f145785
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-dialogflow_v2
2
2
 
3
+ ### v0.35.0 (2022-04-06)
4
+
5
+ * Regenerated from discovery document revision 20220404
6
+
7
+ ### v0.34.0 (2022-03-31)
8
+
9
+ * Regenerated from discovery document revision 20220330
10
+
11
+ ### v0.33.0 (2022-03-16)
12
+
13
+ * Regenerated from discovery document revision 20220314
14
+
3
15
  ### v0.32.0 (2022-03-11)
4
16
 
5
17
  * 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
@@ -15998,8 +16005,7 @@ module Google
15998
16005
  # A generic empty message that you can re-use to avoid defining duplicated empty
15999
16006
  # messages in your APIs. A typical example is to use it as the request or the
16000
16007
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
16001
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
16002
- # `Empty` is empty JSON object ````.
16008
+ # protobuf.Empty) returns (google.protobuf.Empty); `
16003
16009
  class GoogleProtobufEmpty
16004
16010
  include Google::Apis::Core::Hashable
16005
16011
 
@@ -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.35.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 = "20220404"
26
26
  end
27
27
  end
28
28
  end
@@ -4838,8 +4838,8 @@ module Google
4838
4838
  # The resource that owns the locations collection, if applicable.
4839
4839
  # @param [String] filter
4840
4840
  # A filter to narrow down results to a preferred subset. The filtering language
4841
- # accepts strings like "displayName=tokyo", and is documented in more detail in [
4842
- # AIP-160](https://google.aip.dev/160).
4841
+ # accepts strings like `"displayName=tokyo"`, and is documented in more detail
4842
+ # in [AIP-160](https://google.aip.dev/160).
4843
4843
  # @param [Fixnum] page_size
4844
4844
  # The maximum number of results to return. If not set, the service selects a
4845
4845
  # default.
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.35.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-04-11 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.35.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: []