google-apis-dialogflow_v2beta1 0.29.0 → 0.30.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: 858ce60a1af574b0163429bcdfb1c9c071321160fd1268d61f081383538cdd5d
4
- data.tar.gz: 574bbf365ea68d5cdccbc4d213ad72775e56196cc19d24eef64b0f3b6fddc4f1
3
+ metadata.gz: 0764ca50abd5573ff991d22c2e37d7801739e8c2639734fd4c6b5fb2f9429c1a
4
+ data.tar.gz: 3da0f9ae4390ca115bc13fe732d75333c5feccb0b2c0cdb89dc2ec45f57608ba
5
5
  SHA512:
6
- metadata.gz: 9272f7db065fb18d5b950d76866ead771d919388448b1ddfc379dcd94f951605c36af7610479606882c35774bf57b664855958d0cc8f4e9b39eb2a3e7afc8013
7
- data.tar.gz: 1c4f420120ed13c8f85681b6dcc51f405e05a8d084e0e17eb6aa24e7c7db4aa7802f1181117a885e2a01e62193110675e2365d0d139a815b0379e75adbbaba0d
6
+ metadata.gz: 2ce2b8dee72b113c81eacc21eb0ae201a509383d4a1c9393824a8ad6917991b1a6ebe06a7a180f36522c32125ecd9a357e652883801f770412c4fba9dc027230
7
+ data.tar.gz: d0e83c23bd58134cc971a776a7884fe237fe5c60f36fc10001b3cee95ac0aef470ff840c9f641eee47ab7a2412f99e5745f71e481f93da4dbae8d319f93f79cb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dialogflow_v2beta1
2
2
 
3
+ ### v0.30.0 (2022-03-11)
4
+
5
+ * Regenerated from discovery document revision 20220309
6
+
3
7
  ### v0.29.0 (2022-03-03)
4
8
 
5
9
  * Regenerated from discovery document revision 20220228
@@ -2284,12 +2284,24 @@ module Google
2284
2284
  class GoogleCloudDialogflowCxV3TestConfig
2285
2285
  include Google::Apis::Core::Hashable
2286
2286
 
2287
- # Flow name. If not set, default start flow is assumed. Format: `projects//
2288
- # locations//agents//flows/`.
2287
+ # Flow name to start the test case with. Format: `projects//locations//agents//
2288
+ # flows/`. Only one of `flow` and `page` should be set to indicate the starting
2289
+ # point of the test case. If both are set, `page` takes precedence over `flow`.
2290
+ # If neither is set, the test case will start with start page on the default
2291
+ # start flow.
2289
2292
  # Corresponds to the JSON property `flow`
2290
2293
  # @return [String]
2291
2294
  attr_accessor :flow
2292
2295
 
2296
+ # The page to start the test case with. Format: `projects//locations//agents//
2297
+ # flows//pages/`. Only one of `flow` and `page` should be set to indicate the
2298
+ # starting point of the test case. If both are set, `page` takes precedence over
2299
+ # `flow`. If neither is set, the test case will start with start page on the
2300
+ # default start flow.
2301
+ # Corresponds to the JSON property `page`
2302
+ # @return [String]
2303
+ attr_accessor :page
2304
+
2293
2305
  # Session parameters to be compared when calculating differences.
2294
2306
  # Corresponds to the JSON property `trackingParameters`
2295
2307
  # @return [Array<String>]
@@ -2302,6 +2314,7 @@ module Google
2302
2314
  # Update properties of this object
2303
2315
  def update!(**args)
2304
2316
  @flow = args[:flow] if args.key?(:flow)
2317
+ @page = args[:page] if args.key?(:page)
2305
2318
  @tracking_parameters = args[:tracking_parameters] if args.key?(:tracking_parameters)
2306
2319
  end
2307
2320
  end
@@ -5026,12 +5039,24 @@ module Google
5026
5039
  class GoogleCloudDialogflowCxV3beta1TestConfig
5027
5040
  include Google::Apis::Core::Hashable
5028
5041
 
5029
- # Flow name. If not set, default start flow is assumed. Format: `projects//
5030
- # locations//agents//flows/`.
5042
+ # Flow name to start the test case with. Format: `projects//locations//agents//
5043
+ # flows/`. Only one of `flow` and `page` should be set to indicate the starting
5044
+ # point of the test case. If both are set, `page` takes precedence over `flow`.
5045
+ # If neither is set, the test case will start with start page on the default
5046
+ # start flow.
5031
5047
  # Corresponds to the JSON property `flow`
5032
5048
  # @return [String]
5033
5049
  attr_accessor :flow
5034
5050
 
5051
+ # The page to start the test case with. Format: `projects//locations//agents//
5052
+ # flows//pages/`. Only one of `flow` and `page` should be set to indicate the
5053
+ # starting point of the test case. If both are set, `page` takes precedence over
5054
+ # `flow`. If neither is set, the test case will start with start page on the
5055
+ # default start flow.
5056
+ # Corresponds to the JSON property `page`
5057
+ # @return [String]
5058
+ attr_accessor :page
5059
+
5035
5060
  # Session parameters to be compared when calculating differences.
5036
5061
  # Corresponds to the JSON property `trackingParameters`
5037
5062
  # @return [Array<String>]
@@ -5044,6 +5069,7 @@ module Google
5044
5069
  # Update properties of this object
5045
5070
  def update!(**args)
5046
5071
  @flow = args[:flow] if args.key?(:flow)
5072
+ @page = args[:page] if args.key?(:page)
5047
5073
  @tracking_parameters = args[:tracking_parameters] if args.key?(:tracking_parameters)
5048
5074
  end
5049
5075
  end
@@ -6119,7 +6145,9 @@ module Google
6119
6145
  # Required. The language of this query. See [Language Support](https://cloud.
6120
6146
  # google.com/dialogflow/docs/reference/language) for a list of the currently
6121
6147
  # supported language codes. Note that queries in the same session do not
6122
- # necessarily need to specify the same language.
6148
+ # necessarily need to specify the same language. This field is ignored when used
6149
+ # in the context of a WebhookResponse.followup_event_input field, because the
6150
+ # language was already defined in the originating detect intent request.
6123
6151
  # Corresponds to the JSON property `languageCode`
6124
6152
  # @return [String]
6125
6153
  attr_accessor :language_code
@@ -10455,7 +10483,9 @@ module Google
10455
10483
  # Required. The language of this query. See [Language Support](https://cloud.
10456
10484
  # google.com/dialogflow/docs/reference/language) for a list of the currently
10457
10485
  # supported language codes. Note that queries in the same session do not
10458
- # necessarily need to specify the same language.
10486
+ # necessarily need to specify the same language. This field is ignored when used
10487
+ # in the context of a WebhookResponse.followup_event_input field, because the
10488
+ # language was already defined in the originating detect intent request.
10459
10489
  # Corresponds to the JSON property `languageCode`
10460
10490
  # @return [String]
10461
10491
  attr_accessor :language_code
@@ -10496,7 +10526,11 @@ module Google
10496
10526
 
10497
10527
  # Optional. The [Google Cloud Storage](https://cloud.google.com/storage/docs/)
10498
10528
  # URI to export the agent to. The format of this URI must be `gs:///`. If left
10499
- # unspecified, the serialized agent is returned inline.
10529
+ # unspecified, the serialized agent is returned inline. Dialogflow performs a
10530
+ # write operation for the Cloud Storage object on the caller's behalf, so your
10531
+ # request authentication must have write permissions for the object. For more
10532
+ # information, see [Dialogflow access control](https://cloud.google.com/
10533
+ # dialogflow/cx/docs/concept/access-control#storage).
10500
10534
  # Corresponds to the JSON property `agentUri`
10501
10535
  # @return [String]
10502
10536
  attr_accessor :agent_uri
@@ -11330,7 +11364,11 @@ module Google
11330
11364
  attr_accessor :agent_content
11331
11365
 
11332
11366
  # The URI to a Google Cloud Storage file containing the agent to import. Note:
11333
- # The URI must start with "gs://".
11367
+ # The URI must start with "gs://". Dialogflow performs a read operation for the
11368
+ # Cloud Storage object on the caller's behalf, so your request authentication
11369
+ # must have read permissions for the object. For more information, see [
11370
+ # Dialogflow access control](https://cloud.google.com/dialogflow/cx/docs/concept/
11371
+ # access-control#storage).
11334
11372
  # Corresponds to the JSON property `agentUri`
11335
11373
  # @return [String]
11336
11374
  attr_accessor :agent_uri
@@ -14610,7 +14648,11 @@ module Google
14610
14648
  attr_accessor :agent_content
14611
14649
 
14612
14650
  # The URI to a Google Cloud Storage file containing the agent to restore. Note:
14613
- # The URI must start with "gs://".
14651
+ # The URI must start with "gs://". Dialogflow performs a read operation for the
14652
+ # Cloud Storage object on the caller's behalf, so your request authentication
14653
+ # must have read permissions for the object. For more information, see [
14654
+ # Dialogflow access control](https://cloud.google.com/dialogflow/cx/docs/concept/
14655
+ # access-control#storage).
14614
14656
  # Corresponds to the JSON property `agentUri`
14615
14657
  # @return [String]
14616
14658
  attr_accessor :agent_uri
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DialogflowV2beta1
18
18
  # Version of the google-apis-dialogflow_v2beta1 gem
19
- GEM_VERSION = "0.29.0"
19
+ GEM_VERSION = "0.30.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 = "20220228"
25
+ REVISION = "20220309"
26
26
  end
27
27
  end
28
28
  end
@@ -3328,6 +3328,7 @@ module Google
3328
3328
  # @private
3329
3329
  class Representation < Google::Apis::Core::JsonRepresentation
3330
3330
  property :flow, as: 'flow'
3331
+ property :page, as: 'page'
3331
3332
  collection :tracking_parameters, as: 'trackingParameters'
3332
3333
  end
3333
3334
  end
@@ -4097,6 +4098,7 @@ module Google
4097
4098
  # @private
4098
4099
  class Representation < Google::Apis::Core::JsonRepresentation
4099
4100
  property :flow, as: 'flow'
4101
+ property :page, as: 'page'
4100
4102
  collection :tracking_parameters, as: 'trackingParameters'
4101
4103
  end
4102
4104
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dialogflow_v2beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.29.0
4
+ version: 0.30.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-07 00:00:00.000000000 Z
11
+ date: 2022-03-14 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_v2beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.29.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.30.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v2beta1
63
63
  post_install_message:
64
64
  rdoc_options: []