google-apis-dialogflow_v2 0.36.0 → 0.37.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: 3df6d475f672d7f81b7466fe3e9516ae3e8ad94fb4e4b7171d14b97d131afaee
4
- data.tar.gz: 4dd97db21ae8783125200ad1d9842ab14cf4efa9eb18c8b1658da896f0bebdbf
3
+ metadata.gz: 932cb85b669956408daf0a30559619a091686143c6a891d4fd6c168a958f5a75
4
+ data.tar.gz: 77cba271ae3aea583a84589624aa74c0896b6de6dbf18f2cf1300e87c9a96de4
5
5
  SHA512:
6
- metadata.gz: b859991083833278099585a9558f04c0ee3722e327482ee4edbda0ec32a38aae330a9f6b5507a859e6c1d298ff4009bc29cb46890605b15a9d37ffa72f126423
7
- data.tar.gz: 9312893b34fe338f80fb256bb807b3a7675e11e0edff6bb20d6e91ff1957f67cd9d0bd951bf16f5c23089bd96c14b192a7d8113732e87a44fbe87eb1997fa642
6
+ metadata.gz: 1d1702a019e2a9e64ff15ad6ffe0719891ede5982afc86f6185d73bed62bb7b8a48b69bee33471fa8680bb4a49baa6336355a1a7d355f806925c21991e6cdd6c
7
+ data.tar.gz: 26198a9ed8e148ecc45667201dab557bb944600922b481db7db05e5b547dc3dacdca8a0a67e52dd589115c573d53cc9a830119b96f4d1f9e8bebc4cb354ffcc3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dialogflow_v2
2
2
 
3
+ ### v0.37.0 (2022-05-05)
4
+
5
+ * Regenerated from discovery document revision 20220502
6
+
3
7
  ### v0.36.0 (2022-04-14)
4
8
 
5
9
  * Regenerated from discovery document revision 20220411
@@ -5727,6 +5727,14 @@ module Google
5727
5727
  # @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2AssistQueryParameters]
5728
5728
  attr_accessor :assist_query_params
5729
5729
 
5730
+ # Additional parameters to be put into Dialogflow CX session parameters. To
5731
+ # remove a parameter from the session, clients should explicitly set the
5732
+ # parameter value to null. Note: this field should only be used if you are
5733
+ # connecting to a Dialogflow CX agent.
5734
+ # Corresponds to the JSON property `cxParameters`
5735
+ # @return [Hash<String,Object>]
5736
+ attr_accessor :cx_parameters
5737
+
5730
5738
  # Events allow for matching intents by event name instead of the natural
5731
5739
  # language input. For instance, input `` can trigger a personalized welcome
5732
5740
  # response. The parameter `name` may be used by the agent in the response: `"
@@ -5766,6 +5774,7 @@ module Google
5766
5774
  # Update properties of this object
5767
5775
  def update!(**args)
5768
5776
  @assist_query_params = args[:assist_query_params] if args.key?(:assist_query_params)
5777
+ @cx_parameters = args[:cx_parameters] if args.key?(:cx_parameters)
5769
5778
  @event_input = args[:event_input] if args.key?(:event_input)
5770
5779
  @query_params = args[:query_params] if args.key?(:query_params)
5771
5780
  @reply_audio_config = args[:reply_audio_config] if args.key?(:reply_audio_config)
@@ -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.36.0"
19
+ GEM_VERSION = "0.37.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 = "20220411"
25
+ REVISION = "20220502"
26
26
  end
27
27
  end
28
28
  end
@@ -4268,6 +4268,7 @@ module Google
4268
4268
  class Representation < Google::Apis::Core::JsonRepresentation
4269
4269
  property :assist_query_params, as: 'assistQueryParams', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2AssistQueryParameters, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2AssistQueryParameters::Representation
4270
4270
 
4271
+ hash :cx_parameters, as: 'cxParameters'
4271
4272
  property :event_input, as: 'eventInput', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2EventInput, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2EventInput::Representation
4272
4273
 
4273
4274
  property :query_params, as: 'queryParams', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2QueryParameters, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2QueryParameters::Representation
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.36.0
4
+ version: 0.37.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-04-18 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_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.36.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.37.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v2
63
63
  post_install_message:
64
64
  rdoc_options: []