google-apis-dialogflow_v2 0.8.0 → 0.9.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: 179d344ffbec066a2ac5eb9ee30bffad5fc6da1de71dc442bb3e050edbd8582c
4
- data.tar.gz: d9e001c86c2f334fcf242024114698219f8154342f401d042fda90c4c972fb72
3
+ metadata.gz: 3a7e5b6301965f2e5179e4520d119694d511f66b7d312d38ea3fdd4d69deb5e7
4
+ data.tar.gz: cc5e63bf7d7a8a5e10fc7f984501590c0ffa14f6cb977c451e029ae76780144e
5
5
  SHA512:
6
- metadata.gz: 6f2882102f08beac86ff74b2c21d1ab1be77de9071c11c153e5f30cad9879beb3870d34eff59d71c7fa9d6c71577a4758893d01ef7e5b43a972f58a9815a8d07
7
- data.tar.gz: 50fea7ea5bb8d4d15e23885ec318ec1403be177ec54e93fe72d6e2d10908ffe853849693908caf3e6fa9b5d4dc4ebd218cb4fe131b4b23a0968731503ea1d08a
6
+ metadata.gz: '0906ef6f59bb121d4c5a2f82a618452f62ac4fcee6b346a26c5e23b4d768e5a73972d61833eb1fe6cab1a70667a3b6815829f4a1146b9fb0f5a474f911f3801d'
7
+ data.tar.gz: 3f8f643204693ef7bcbdedf21ccf11e596118b06eebe4452272803fd44f09536b6d933982d835a38d8c7092f87dd1c0ea6b17a7bd02314d86880b2a0e33d5495
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dialogflow_v2
2
2
 
3
+ ### v0.9.0 (2021-03-23)
4
+
5
+ * Regenerated from discovery document revision 20210320
6
+
3
7
  ### v0.8.0 (2021-03-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20210318
@@ -30,7 +30,7 @@ module Google
30
30
  # This is NOT the gem version.
31
31
  VERSION = 'V2'
32
32
 
33
- # View and manage your data across Google Cloud Platform services
33
+ # See, edit, configure, and delete your Google Cloud Platform data
34
34
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
35
35
 
36
36
  # View, manage and query your Dialogflow agents
@@ -2128,7 +2128,8 @@ module Google
2128
2128
  end
2129
2129
  end
2130
2130
 
2131
- # The request message for a webhook call.
2131
+ # The request message for a webhook call. The request is sent as a JSON object
2132
+ # and the field names will be presented in camel cases.
2132
2133
  class GoogleCloudDialogflowCxV3WebhookRequest
2133
2134
  include Google::Apis::Core::Hashable
2134
2135
 
@@ -4486,7 +4487,8 @@ module Google
4486
4487
  end
4487
4488
  end
4488
4489
 
4489
- # The request message for a webhook call.
4490
+ # The request message for a webhook call. The request is sent as a JSON object
4491
+ # and the field names will be presented in camel cases.
4490
4492
  class GoogleCloudDialogflowCxV3beta1WebhookRequest
4491
4493
  include Google::Apis::Core::Hashable
4492
4494
 
@@ -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.8.0"
19
+ GEM_VERSION = "0.9.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210318"
25
+ REVISION = "20210320"
26
26
  end
27
27
  end
28
28
  end
@@ -2960,7 +2960,7 @@ module Google
2960
2960
  # Adds a text (chat, for example), or audio (phone recording, for example)
2961
2961
  # message from a participant into the conversation. Note: Always use agent
2962
2962
  # versions for production traffic sent to virtual agents. See [Versions and
2963
- # environments(https://cloud.google.com/dialogflow/es/docs/agents-versions).
2963
+ # environments](https://cloud.google.com/dialogflow/es/docs/agents-versions).
2964
2964
  # @param [String] participant
2965
2965
  # Required. The name of the participant this text comes from. Format: `projects//
2966
2966
  # locations//conversations//participants/`.
@@ -6068,7 +6068,7 @@ module Google
6068
6068
  # Adds a text (chat, for example), or audio (phone recording, for example)
6069
6069
  # message from a participant into the conversation. Note: Always use agent
6070
6070
  # versions for production traffic sent to virtual agents. See [Versions and
6071
- # environments(https://cloud.google.com/dialogflow/es/docs/agents-versions).
6071
+ # environments](https://cloud.google.com/dialogflow/es/docs/agents-versions).
6072
6072
  # @param [String] participant
6073
6073
  # Required. The name of the participant this text comes from. Format: `projects//
6074
6074
  # locations//conversations//participants/`.
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.8.0
4
+ version: 0.9.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: 2021-03-22 00:00:00.000000000 Z
11
+ date: 2021-03-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dialogflow_v2/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.8.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.9.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dialogflow_v2
57
57
  post_install_message:
58
58
  rdoc_options: []