google-apis-dialogflow_v2beta1 0.28.0 → 0.29.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: 5008fa33207aa7f555697748b02ad44802b5a4c82834b5971f2d2dedfe9a3efc
4
- data.tar.gz: 7869ebbda096b273d5fb586be5a15ab5bd42c2f6736c454a67d1d0001619fc8c
3
+ metadata.gz: 858ce60a1af574b0163429bcdfb1c9c071321160fd1268d61f081383538cdd5d
4
+ data.tar.gz: 574bbf365ea68d5cdccbc4d213ad72775e56196cc19d24eef64b0f3b6fddc4f1
5
5
  SHA512:
6
- metadata.gz: 4c7c65e07ca061d1c64462b65abeeb74dff277073c86db576c484c34cf1b9754f2daf4787a293a1ea5b27ad4332b4f041d1a10c99add7f40786f0cd203d2ee10
7
- data.tar.gz: 464e8779ce68ab3600a5d7e4ac68bd012194123355d6b815bd1c80ea09410b80ff92f9e685ef05e5895184a42786ff7c42a1aa6cb8eec40826f9f51c4e5b00bf
6
+ metadata.gz: 9272f7db065fb18d5b950d76866ead771d919388448b1ddfc379dcd94f951605c36af7610479606882c35774bf57b664855958d0cc8f4e9b39eb2a3e7afc8013
7
+ data.tar.gz: 1c4f420120ed13c8f85681b6dcc51f405e05a8d084e0e17eb6aa24e7c7db4aa7802f1181117a885e2a01e62193110675e2365d0d139a815b0379e75adbbaba0d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dialogflow_v2beta1
2
2
 
3
+ ### v0.29.0 (2022-03-03)
4
+
5
+ * Regenerated from discovery document revision 20220228
6
+
3
7
  ### v0.28.0 (2022-02-24)
4
8
 
5
9
  * Regenerated from discovery document revision 20220222
@@ -13943,10 +13943,12 @@ module Google
13943
13943
  attr_accessor :message_format
13944
13944
 
13945
13945
  # Name of the Pub/Sub topic to publish conversation events like
13946
- # CONVERSATION_STARTED as serialized ConversationEvent protos. Notification
13947
- # works for phone calls, if this topic either is in the same project as the
13948
- # conversation or you grant `service-@gcp-sa-dialogflow.iam.gserviceaccount.com`
13949
- # the `Dialogflow Service Agent` role in the topic project. Format: `projects//
13946
+ # CONVERSATION_STARTED as serialized ConversationEvent protos. For telephony
13947
+ # integration to receive notification, make sure either this topic is in the
13948
+ # same project as the conversation or you grant `service-@gcp-sa-dialogflow.iam.
13949
+ # gserviceaccount.com` the `Dialogflow Service Agent` role in the topic project.
13950
+ # For chat integration to receive notification, make sure API caller has been
13951
+ # granted the `Dialogflow Service Agent` role for the topic. Format: `projects//
13950
13952
  # locations//topics/`.
13951
13953
  # Corresponds to the JSON property `topic`
13952
13954
  # @return [String]
@@ -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.28.0"
19
+ GEM_VERSION = "0.29.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 = "20220222"
25
+ REVISION = "20220228"
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.28.0
4
+ version: 0.29.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-02-28 00:00:00.000000000 Z
11
+ date: 2022-03-07 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.28.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.29.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: []