google-apis-dialogflow_v3 0.28.0 → 0.29.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: dab05b0afa580c3bff396cd0b8bf4da8479e1a64151e31099169dc2ea38b4253
4
- data.tar.gz: 45eb3779e10c6dcf75148beff7ec0dfb8fa2533847174d582aaf18d00640d407
3
+ metadata.gz: d765b07e454aeb82d29142a01ae0dbe4cf79ae5010e310524db4c176bbf23b82
4
+ data.tar.gz: 81cd638e14935ef04d867e1b404222f39b0a8391bd7fc4e9fdda3eafff8c6635
5
5
  SHA512:
6
- metadata.gz: 9d198e3a930af6a192102048c643a5065fba4948a55c939ec5f2b9c89dc2f7deac4415e244b4012d8f8c2c961f25f4c863aea9c21c5a1246a83b6f359c6c429d
7
- data.tar.gz: b34e7074bad0b1145bde200572343c6b5bd2907659a340aefefbdac0c499cf7d5b5b15bb9a7ce4023d0ec656d621871da59d5599f92ab36fc6ca105a0db22531
6
+ metadata.gz: 407ef3ff7c16b8b80f4960424f14355c4a8ebb78896229c4bfce3a0d8741b0bce447aa5600a4ab4f41253f9018eb4d6a275d499c33783537e698f5c1ad49fda3
7
+ data.tar.gz: afb5b2f958aeeb8435576c4460c780e45e3f3f2757a3859311287cdaad152c096a2eb3e87757724964706c2e13d637793c63d10a660f661a58e77b1d3f7f3e5d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dialogflow_v3
2
2
 
3
+ ### v0.29.0 (2022-03-16)
4
+
5
+ * Regenerated from discovery document revision 20220314
6
+
3
7
  ### v0.28.0 (2022-03-11)
4
8
 
5
9
  * Regenerated from discovery document revision 20220309
@@ -3398,12 +3398,12 @@ module Google
3398
3398
  # The collection of parameters extracted from the query. Depending on your
3399
3399
  # protocol or client library language, this is a map, associative array, symbol
3400
3400
  # table, dictionary, or JSON object composed of a collection of (MapKey,
3401
- # MapValue) pairs: - MapKey type: string - MapKey value: parameter name -
3402
- # MapValue type: - If parameter's entity type is a composite entity: map - Else:
3403
- # depending on parameter value type, could be one of string, number, boolean,
3404
- # null, list or map - MapValue value: - If parameter's entity type is a
3405
- # composite entity: map from composite entity property names to property values -
3406
- # Else: parameter value
3401
+ # MapValue) pairs: * MapKey type: string * MapKey value: parameter name *
3402
+ # MapValue type: If parameter's entity type is a composite entity then use map,
3403
+ # otherwise, depending on the parameter value type, it could be one of string,
3404
+ # number, boolean, null, list or map. * MapValue value: If parameter's entity
3405
+ # type is a composite entity then use map from composite entity property names
3406
+ # to property values, otherwise, use parameter value.
3407
3407
  # Corresponds to the JSON property `parameters`
3408
3408
  # @return [Hash<String,Object>]
3409
3409
  attr_accessor :parameters
@@ -3901,12 +3901,13 @@ module Google
3901
3901
  # You can reference the session parameters in the agent with the following
3902
3902
  # format: $session.params.parameter-id. Depending on your protocol or client
3903
3903
  # library language, this is a map, associative array, symbol table, dictionary,
3904
- # or JSON object composed of a collection of (MapKey, MapValue) pairs: - MapKey
3905
- # type: string - MapKey value: parameter name - MapValue type: - If parameter's
3906
- # entity type is a composite entity: map - Else: depending on parameter value
3907
- # type, could be one of string, number, boolean, null, list or map - MapValue
3908
- # value: - If parameter's entity type is a composite entity: map from composite
3909
- # entity property names to property values - Else: parameter value
3904
+ # or JSON object composed of a collection of (MapKey, MapValue) pairs: * MapKey
3905
+ # type: string * MapKey value: parameter name * MapValue type: If parameter's
3906
+ # entity type is a composite entity then use map, otherwise, depending on the
3907
+ # parameter value type, it could be one of string, number, boolean, null, list
3908
+ # or map. * MapValue value: If parameter's entity type is a composite entity
3909
+ # then use map from composite entity property names to property values,
3910
+ # otherwise, use parameter value.
3910
3911
  # Corresponds to the JSON property `parameters`
3911
3912
  # @return [Hash<String,Object>]
3912
3913
  attr_accessor :parameters
@@ -4029,12 +4030,13 @@ module Google
4029
4030
 
4030
4031
  # The collected session parameters. Depending on your protocol or client library
4031
4032
  # language, this is a map, associative array, symbol table, dictionary, or JSON
4032
- # object composed of a collection of (MapKey, MapValue) pairs: - MapKey type:
4033
- # string - MapKey value: parameter name - MapValue type: - If parameter's entity
4034
- # type is a composite entity: map - Else: depending on parameter value type,
4035
- # could be one of string, number, boolean, null, list or map - MapValue value: -
4036
- # If parameter's entity type is a composite entity: map from composite entity
4037
- # property names to property values - Else: parameter value
4033
+ # object composed of a collection of (MapKey, MapValue) pairs: * MapKey type:
4034
+ # string * MapKey value: parameter name * MapValue type: If parameter's entity
4035
+ # type is a composite entity then use map, otherwise, depending on the parameter
4036
+ # value type, it could be one of string, number, boolean, null, list or map. *
4037
+ # MapValue value: If parameter's entity type is a composite entity then use map
4038
+ # from composite entity property names to property values, otherwise, use
4039
+ # parameter value.
4038
4040
  # Corresponds to the JSON property `parameters`
4039
4041
  # @return [Hash<String,Object>]
4040
4042
  attr_accessor :parameters
@@ -6003,9 +6005,9 @@ module Google
6003
6005
  # empty or unspecified, Dialogflow will use Google's default trust store to
6004
6006
  # verify certificates. N.B. Make sure the HTTPS server certificates are signed
6005
6007
  # with "subject alt name". For instance a certificate can be self-signed using
6006
- # the following command, openssl x509 -req -days 200 -in example.com.csr \ -
6008
+ # the following command, ``` openssl x509 -req -days 200 -in example.com.csr \ -
6007
6009
  # signkey example.com.key \ -out example.com.crt \ -extfile <(printf "\
6008
- # nsubjectAltName='DNS:www.example.com'")
6010
+ # nsubjectAltName='DNS:www.example.com'") ```
6009
6011
  # Corresponds to the JSON property `allowedCaCerts`
6010
6012
  # @return [Array<String>]
6011
6013
  attr_accessor :allowed_ca_certs
@@ -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.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 = "20220309"
25
+ REVISION = "20220314"
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.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-03-14 00:00:00.000000000 Z
11
+ date: 2022-03-21 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.28.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3/v0.29.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: []