google-apis-dialogflow_v2beta1 0.30.0 → 0.31.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: 0764ca50abd5573ff991d22c2e37d7801739e8c2639734fd4c6b5fb2f9429c1a
4
- data.tar.gz: 3da0f9ae4390ca115bc13fe732d75333c5feccb0b2c0cdb89dc2ec45f57608ba
3
+ metadata.gz: 3f0b95d7da2e7ea235bf4daa84837b02b423a26020f9bf5cc31c4e721c6ad1d5
4
+ data.tar.gz: 751e2f7d14d90a37b83d04011ffd6ee9c38aea024c6bbdc359bb4d753adf1927
5
5
  SHA512:
6
- metadata.gz: 2ce2b8dee72b113c81eacc21eb0ae201a509383d4a1c9393824a8ad6917991b1a6ebe06a7a180f36522c32125ecd9a357e652883801f770412c4fba9dc027230
7
- data.tar.gz: d0e83c23bd58134cc971a776a7884fe237fe5c60f36fc10001b3cee95ac0aef470ff840c9f641eee47ab7a2412f99e5745f71e481f93da4dbae8d319f93f79cb
6
+ metadata.gz: 9babc3668522f1d5a4a0938ce49e7537da7ce360661527e361f4076ac48267ca025df0710843c500e30c7200f3b8e4556b5054376b6e14ea89fda0021bc6d320
7
+ data.tar.gz: 9937b50fa9319759ee6e4b25f795118e5715db48ac16c06182eeabe3cf20bc23d269c55dce27823370dbf84d094629b12cb9e7e010f7494b3fb7726633063c3c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dialogflow_v2beta1
2
2
 
3
+ ### v0.31.0 (2022-03-16)
4
+
5
+ * Regenerated from discovery document revision 20220314
6
+
3
7
  ### v0.30.0 (2022-03-11)
4
8
 
5
9
  * Regenerated from discovery document revision 20220309
@@ -8813,14 +8813,21 @@ module Google
8813
8813
 
8814
8814
  # The suggestions for end user. The order is the same as
8815
8815
  # HumanAgentAssistantConfig.SuggestionConfig.feature_configs of
8816
- # HumanAgentAssistantConfig.end_user_suggestion_config.
8816
+ # HumanAgentAssistantConfig.end_user_suggestion_config. Same as
8817
+ # human_agent_suggestion_results, any failure of Agent Assist features will not
8818
+ # lead to the overall failure of an AnalyzeContent API call. Instead, the
8819
+ # features will fail silently with the error field set in the corresponding
8820
+ # SuggestionResult.
8817
8821
  # Corresponds to the JSON property `endUserSuggestionResults`
8818
8822
  # @return [Array<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SuggestionResult>]
8819
8823
  attr_accessor :end_user_suggestion_results
8820
8824
 
8821
8825
  # The suggestions for most recent human agent. The order is the same as
8822
8826
  # HumanAgentAssistantConfig.SuggestionConfig.feature_configs of
8823
- # HumanAgentAssistantConfig.human_agent_suggestion_config.
8827
+ # HumanAgentAssistantConfig.human_agent_suggestion_config. Note that any failure
8828
+ # of Agent Assist features will not lead to the overall failure of an
8829
+ # AnalyzeContent API call. Instead, the features will fail silently with the
8830
+ # error field set in the corresponding SuggestionResult.
8824
8831
  # Corresponds to the JSON property `humanAgentSuggestionResults`
8825
8832
  # @return [Array<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SuggestionResult>]
8826
8833
  attr_accessor :human_agent_suggestion_results
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DialogflowV2beta1
18
18
  # Version of the google-apis-dialogflow_v2beta1 gem
19
- GEM_VERSION = "0.30.0"
19
+ GEM_VERSION = "0.31.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_v2beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.30.0
4
+ version: 0.31.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_v2beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.30.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.31.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v2beta1
63
63
  post_install_message:
64
64
  rdoc_options: []