google-apis-dialogflow_v3beta1 0.51.0 → 0.52.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: 4d3d398086c2400ead16faf60c57de9eacbdac86cd5acc753bd5e14ee383033e
4
- data.tar.gz: 84a31c07d2f004dabb815861949a26869936251188cc222c043ca0e43c5f566d
3
+ metadata.gz: 25942b63d9e24521b5cf027a4cf38d8d467bd24ab1cc8fb31357c5012304e70f
4
+ data.tar.gz: 68adb690b5343be7f0034503a0e5552db955d56a1bf674994eaa21209eca794d
5
5
  SHA512:
6
- metadata.gz: 21fcf40d079499a2dd81b84c8fc4c1c1c1f8a434a52e0e547b7a221bc8831a54cb27634ae746b32b35d0d41bbac7cafbc2482c78acb7ee5ce2f0a4365081c011
7
- data.tar.gz: 2bc9ad0ed86d25a5ae96fbaa9f34e5e4a464aee3d04168c5104f36f295cc3d165d8cab805ff13b75d72a1027ff4c311fa47d9c51b7f3c1a4b68671dd70450a12
6
+ metadata.gz: 5ad58424d99fa80e997988305db276e6dba6ac0c70b53e9d04b97ba2e7f37e3da45100ce50e000ccd7343dd55efaa9320b9f8c091d572e10cddb79a0384a8806
7
+ data.tar.gz: e7b01fb0665802f219d97442aeebdcfc026088a16b6daba190cd74684eb458727e2e427d5f62f656eef8c4bf593c6eca2a0be17f68493f8e23fda7f547a7e19c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dialogflow_v3beta1
2
2
 
3
+ ### v0.52.0 (2023-02-26)
4
+
5
+ * Regenerated from discovery document revision 20230222
6
+
3
7
  ### v0.51.0 (2023-02-15)
4
8
 
5
9
  * Regenerated using generator version 0.12.0
@@ -470,9 +470,9 @@ module Google
470
470
  # @return [String]
471
471
  attr_accessor :update_time
472
472
 
473
- # Required. A list of configurations for flow versions. You should include
474
- # version configs for all flows that are reachable from `Start Flow` in the
475
- # agent. Otherwise, an error will be returned.
473
+ # A list of configurations for flow versions. You should include version configs
474
+ # for all flows that are reachable from `Start Flow` in the agent. Otherwise, an
475
+ # error will be returned.
476
476
  # Corresponds to the JSON property `versionConfigs`
477
477
  # @return [Array<Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3EnvironmentVersionConfig>]
478
478
  attr_accessor :version_configs
@@ -4252,9 +4252,9 @@ module Google
4252
4252
  # @return [String]
4253
4253
  attr_accessor :update_time
4254
4254
 
4255
- # Required. A list of configurations for flow versions. You should include
4256
- # version configs for all flows that are reachable from `Start Flow` in the
4257
- # agent. Otherwise, an error will be returned.
4255
+ # A list of configurations for flow versions. You should include version configs
4256
+ # for all flows that are reachable from `Start Flow` in the agent. Otherwise, an
4257
+ # error will be returned.
4258
4258
  # Corresponds to the JSON property `versionConfigs`
4259
4259
  # @return [Array<Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig>]
4260
4260
  attr_accessor :version_configs
@@ -6570,6 +6570,12 @@ module Google
6570
6570
  class GoogleCloudDialogflowCxV3beta1MatchIntentRequest
6571
6571
  include Google::Apis::Core::Hashable
6572
6572
 
6573
+ # Persist session parameter changes from `query_params`.
6574
+ # Corresponds to the JSON property `persistParameterChanges`
6575
+ # @return [Boolean]
6576
+ attr_accessor :persist_parameter_changes
6577
+ alias_method :persist_parameter_changes?, :persist_parameter_changes
6578
+
6573
6579
  # Represents the query input. It can contain one of: 1. A conversational query
6574
6580
  # in the form of text. 2. An intent query that specifies which intent to trigger.
6575
6581
  # 3. Natural language speech audio to be processed. 4. An event to be triggered.
@@ -6589,6 +6595,7 @@ module Google
6589
6595
 
6590
6596
  # Update properties of this object
6591
6597
  def update!(**args)
6598
+ @persist_parameter_changes = args[:persist_parameter_changes] if args.key?(:persist_parameter_changes)
6592
6599
  @query_input = args[:query_input] if args.key?(:query_input)
6593
6600
  @query_params = args[:query_params] if args.key?(:query_params)
6594
6601
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DialogflowV3beta1
18
18
  # Version of the google-apis-dialogflow_v3beta1 gem
19
- GEM_VERSION = "0.51.0"
19
+ GEM_VERSION = "0.52.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230209"
25
+ REVISION = "20230222"
26
26
  end
27
27
  end
28
28
  end
@@ -4481,6 +4481,7 @@ module Google
4481
4481
  class GoogleCloudDialogflowCxV3beta1MatchIntentRequest
4482
4482
  # @private
4483
4483
  class Representation < Google::Apis::Core::JsonRepresentation
4484
+ property :persist_parameter_changes, as: 'persistParameterChanges'
4484
4485
  property :query_input, as: 'queryInput', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1QueryInput, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1QueryInput::Representation
4485
4486
 
4486
4487
  property :query_params, as: 'queryParams', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1QueryParameters, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1QueryParameters::Representation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dialogflow_v3beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.51.0
4
+ version: 0.52.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: 2023-02-19 00:00:00.000000000 Z
11
+ date: 2023-02-26 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_v3beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.51.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.52.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v3beta1
63
63
  post_install_message:
64
64
  rdoc_options: []