google-apis-dialogflow_v3 0.33.0 → 0.34.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a157a987fd45995d145519245a8a833d9400e1c9fb3d8a73c86ec9c6df638274
4
- data.tar.gz: debdf8a1e8f0692b22d36e2778f375a450e0bc05159f0fc7c244bb71b8d9eeb7
3
+ metadata.gz: 939256479732ec8abf4300cfb7168109ef87b1910551f7c741c3751742c2b4b7
4
+ data.tar.gz: 7c9ae7a1e4009368c2cf3a884c1b6ae93fdc34c96bc6dff999701dead8902a00
5
5
  SHA512:
6
- metadata.gz: 810395cc722b641eec6f6a75916c960cf1c7d9c59604e211405d8c942fddd6258b95ff98b35b1d4725d566a8b7074c552a50d8b32e031cb630d84125b87dd3ab
7
- data.tar.gz: e419ec58ed5770b57cec748b13190ef99dc522fb69c5bad98cd5dce6ab75cc4e44476ae5a095f5a053cd3fa1e256f4fbbadc2134dd8842f6a78ee6d35c06dad8
6
+ metadata.gz: 20ae97bd9438008c449893632c30db8102b33a482029e1ce78f5352b3e3bb8187b2ade767b58e952b6d0edb67bc87493aea40fe7a6a48e4656858e83b7927f7c
7
+ data.tar.gz: a2fd6b2722ad309e5ffc34acfbf502917541c62dd2e3d929474b8dbd7cecc46d85898f1d3d88362282e841760316fac9b5353a2bfb5dd5b1475a4d903b548e52
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dialogflow_v3
2
2
 
3
+ ### v0.34.0 (2022-05-05)
4
+
5
+ * Regenerated from discovery document revision 20220502
6
+
3
7
  ### v0.33.0 (2022-04-29)
4
8
 
5
9
  * Regenerated from discovery document revision 20220422
@@ -4005,8 +4005,17 @@ module Google
4005
4005
  attr_accessor :current_page
4006
4006
 
4007
4007
  # The free-form diagnostic info. For example, this field could contain webhook
4008
- # call latency. The string keys of the Struct's fields map can change without
4009
- # notice.
4008
+ # call latency. The fields of this data can change without notice, so you should
4009
+ # not write code that depends on its structure. One of the fields is called "
4010
+ # Alternative Matched Intents", which may aid with debugging. The following
4011
+ # describes these intent results: - The list is empty if no intent was matched
4012
+ # to end-user input. - Only intents that are referenced in the currently active
4013
+ # flow are included. - The matched intent is included. - Other intents that
4014
+ # could have matched end-user input, but did not match because they are
4015
+ # referenced by intent routes that are out of [scope](https://cloud.google.com/
4016
+ # dialogflow/cx/docs/concept/handler#scope), are included. - Other intents
4017
+ # referenced by intent routes in scope that matched end-user input, but had a
4018
+ # lower confidence score.
4010
4019
  # Corresponds to the JSON property `diagnosticInfo`
4011
4020
  # @return [Hash<String,Object>]
4012
4021
  attr_accessor :diagnostic_info
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DialogflowV3
18
18
  # Version of the google-apis-dialogflow_v3 gem
19
- GEM_VERSION = "0.33.0"
19
+ GEM_VERSION = "0.34.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 = "20220422"
25
+ REVISION = "20220502"
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_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.33.0
4
+ version: 0.34.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-05-02 00:00:00.000000000 Z
11
+ date: 2022-05-09 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_v3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3/v0.33.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3/v0.34.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v3
63
63
  post_install_message:
64
64
  rdoc_options: []