google-apis-dialogflow_v2 0.3.0 → 0.4.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: 983027da15ca1d00e0e19c5ffdcb075ebfc3f4ad0260b6034f7705f1940add41
4
- data.tar.gz: 90f458a42d9c125ea08a1378639f9220ab9b9742295b82a5a9bf8f2586b426d0
3
+ metadata.gz: 60e9627566a61513a440fa49debcdc835aca4b2f8b0e8ceee4ec058838b1ed14
4
+ data.tar.gz: bb36ee19a83f6a2f880f405c5cfd03468c7ff9bff0a0360d97e1c6992f7ae14c
5
5
  SHA512:
6
- metadata.gz: df610e29f2e0a80727a0d0626cc65e99a3860d7f8df551f34b7b37f26cff924ac808d5e871ccd66e1ba125b1f948b3e3495cc4b6c2a27f3d5e03fea862707aed
7
- data.tar.gz: 7889379d9d90ad0e9ece9b15aaf95e81243199967f459c0adda6df94bfc4945d182fdb04d8f826fc5f028c70d1a443a37d9a8fcf4da11e6beac36fa5242acd69
6
+ metadata.gz: 11dd858b348272550b57d21853971e1948e603f8b4e6beca3c1029cf22601f294d986a22ea758fd9ac0b3f66c5e3422a8eb215bb8f9e03d9c68992cc1bf95d43
7
+ data.tar.gz: 5fdbf82de4de55d66d62184ea526d636e2c486b493da06e6ad5f04a5c782b6fb71d170c48a96ea9d7f5acb4924e75a3916b45942588ec39de9d0ef01a3238282
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dialogflow_v2
2
2
 
3
+ ### v0.4.0 (2021-02-17)
4
+
5
+ * Regenerated from discovery document revision 20210213
6
+
3
7
  ### v0.3.0 (2021-02-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20210209
@@ -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.3.0"
19
+ GEM_VERSION = "0.4.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.1.2"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210209"
25
+ REVISION = "20210213"
26
26
  end
27
27
  end
28
28
  end
@@ -889,7 +889,8 @@ module Google
889
889
  # @param [String] session
890
890
  # Required. The name of the session this query is sent to. Format: `projects//
891
891
  # agent/sessions/`, or `projects//agent/environments//users//sessions/`. If `
892
- # Environment ID` is not specified, we assume default 'draft' environment. If `
892
+ # Environment ID` is not specified, we assume default 'draft' environment (`
893
+ # Environment ID` might be referred to as environment name at some places). If `
893
894
  # User ID` is not specified, we are using "-". It's up to the API caller to
894
895
  # choose an appropriate `Session ID` and `User Id`. They can be a random number
895
896
  # or some type of user and session identifiers (preferably hashed). The length
@@ -1625,7 +1626,8 @@ module Google
1625
1626
  # @param [String] session
1626
1627
  # Required. The name of the session this query is sent to. Format: `projects//
1627
1628
  # agent/sessions/`, or `projects//agent/environments//users//sessions/`. If `
1628
- # Environment ID` is not specified, we assume default 'draft' environment. If `
1629
+ # Environment ID` is not specified, we assume default 'draft' environment (`
1630
+ # Environment ID` might be referred to as environment name at some places). If `
1629
1631
  # User ID` is not specified, we are using "-". It's up to the API caller to
1630
1632
  # choose an appropriate `Session ID` and `User Id`. They can be a random number
1631
1633
  # or some type of user and session identifiers (preferably hashed). The length
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.3.0
4
+ version: 0.4.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-02-15 00:00:00.000000000 Z
11
+ date: 2021-02-22 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.3.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.4.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: []