google-apis-dialogflow_v3beta1 0.35.0 → 0.36.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: 2986a8f06ec3cbc7cf861b391333a45198bdf0b4027ec9bdcc631b7ea66af2ad
4
- data.tar.gz: bf20647fe9fdb773a8fa19ed89416f3d9156a22d78805e4bd01b26ec1a1cdfec
3
+ metadata.gz: 37aad27e9e82ee30db98e512e95b144e153476abea3c063d216337b6cb6a1cb0
4
+ data.tar.gz: 5c989b29eb0f0a9a5546625a0788aaf56d3b482473f595dfb59222bd3ec9d57a
5
5
  SHA512:
6
- metadata.gz: aa0d9eaa226220b5ee5a60e3b4c2f9ec3f85262f07cdedfc832d3e16da23d053ac6ee9f85d17a4397fe2df4d7139b330ed4d52664194c1926657597e180be797
7
- data.tar.gz: 21f6d1518276f6356abffb55292764274915662f5f6c088334ce309141c3aa28c23248f5a2c3248801631f0227fd6cecd7a07e0af31abeefe4948fb24719dc2f
6
+ metadata.gz: 790a1cf5e53c6f3302ca3fe583d4004566d4bfa903a0d1d26fb1974d637a98dd0ba3afa9fef399e5e644ee2f0e642a1f2d37c261af37a3fa57b4ba7501320eb6
7
+ data.tar.gz: 0f1449f99113779a7f6d95949851b4f988e1765c20f23b52ca28962257ecd01fe97deb9fe3ebaa7569c927bf0d2da5919318cc79eb8d7616d7fbb0565c2c6cb6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dialogflow_v3beta1
2
2
 
3
+ ### v0.36.0 (2022-05-05)
4
+
5
+ * Regenerated from discovery document revision 20220502
6
+
3
7
  ### v0.35.0 (2022-04-29)
4
8
 
5
9
  * Regenerated from discovery document revision 20220422
@@ -6766,8 +6766,17 @@ module Google
6766
6766
  attr_accessor :current_page
6767
6767
 
6768
6768
  # The free-form diagnostic info. For example, this field could contain webhook
6769
- # call latency. The string keys of the Struct's fields map can change without
6770
- # notice.
6769
+ # call latency. The fields of this data can change without notice, so you should
6770
+ # not write code that depends on its structure. One of the fields is called "
6771
+ # Alternative Matched Intents", which may aid with debugging. The following
6772
+ # describes these intent results: - The list is empty if no intent was matched
6773
+ # to end-user input. - Only intents that are referenced in the currently active
6774
+ # flow are included. - The matched intent is included. - Other intents that
6775
+ # could have matched end-user input, but did not match because they are
6776
+ # referenced by intent routes that are out of [scope](https://cloud.google.com/
6777
+ # dialogflow/cx/docs/concept/handler#scope), are included. - Other intents
6778
+ # referenced by intent routes in scope that matched end-user input, but had a
6779
+ # lower confidence score.
6771
6780
  # Corresponds to the JSON property `diagnosticInfo`
6772
6781
  # @return [Hash<String,Object>]
6773
6782
  attr_accessor :diagnostic_info
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DialogflowV3beta1
18
18
  # Version of the google-apis-dialogflow_v3beta1 gem
19
- GEM_VERSION = "0.35.0"
19
+ GEM_VERSION = "0.36.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_v3beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.35.0
4
+ version: 0.36.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_v3beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.35.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.36.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v3beta1
63
63
  post_install_message:
64
64
  rdoc_options: []