google-apis-dialogflow_v3 0.27.0 → 0.28.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: 27f6288102f8835cc811b74725fa7af658b9fdfa2ca802bbd34eb7c19c133b4c
4
- data.tar.gz: 0a55dd5ffb954f536327e3659ea792b934c74d667c4d21b65657c5e8e9e0e6b4
3
+ metadata.gz: dab05b0afa580c3bff396cd0b8bf4da8479e1a64151e31099169dc2ea38b4253
4
+ data.tar.gz: 45eb3779e10c6dcf75148beff7ec0dfb8fa2533847174d582aaf18d00640d407
5
5
  SHA512:
6
- metadata.gz: 285acd151810e2640601a64211da6373233dbbf10cb9b6ff8222fe10bdbbc80f79dbc33a039cb3b30ca573798da3477cb079894afe78590ff8a6ae4feb8e29f9
7
- data.tar.gz: 6b6088ba7e883d55abed7e71d5ffb63f0645719e4bc4fd245529dc72f3cd600072a7696760b2b18daa2089fa10c24ecd009bf21f654b4cb4f6d63ac07176b20f
6
+ metadata.gz: 9d198e3a930af6a192102048c643a5065fba4948a55c939ec5f2b9c89dc2f7deac4415e244b4012d8f8c2c961f25f4c863aea9c21c5a1246a83b6f359c6c429d
7
+ data.tar.gz: b34e7074bad0b1145bde200572343c6b5bd2907659a340aefefbdac0c499cf7d5b5b15bb9a7ce4023d0ec656d621871da59d5599f92ab36fc6ca105a0db22531
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dialogflow_v3
2
2
 
3
+ ### v0.28.0 (2022-03-11)
4
+
5
+ * Regenerated from discovery document revision 20220309
6
+
3
7
  ### v0.27.0 (2022-02-24)
4
8
 
5
9
  * Regenerated from discovery document revision 20220222
@@ -1617,7 +1617,11 @@ module Google
1617
1617
 
1618
1618
  # Optional. The [Google Cloud Storage](https://cloud.google.com/storage/docs/)
1619
1619
  # URI to export the agent to. The format of this URI must be `gs:///`. If left
1620
- # unspecified, the serialized agent is returned inline.
1620
+ # unspecified, the serialized agent is returned inline. Dialogflow performs a
1621
+ # write operation for the Cloud Storage object on the caller's behalf, so your
1622
+ # request authentication must have write permissions for the object. For more
1623
+ # information, see [Dialogflow access control](https://cloud.google.com/
1624
+ # dialogflow/cx/docs/concept/access-control#storage).
1621
1625
  # Corresponds to the JSON property `agentUri`
1622
1626
  # @return [String]
1623
1627
  attr_accessor :agent_uri
@@ -1672,7 +1676,11 @@ module Google
1672
1676
 
1673
1677
  # Optional. The [Google Cloud Storage](https://cloud.google.com/storage/docs/)
1674
1678
  # URI to export the flow to. The format of this URI must be `gs:///`. If left
1675
- # unspecified, the serialized flow is returned inline.
1679
+ # unspecified, the serialized flow is returned inline. Dialogflow performs a
1680
+ # write operation for the Cloud Storage object on the caller's behalf, so your
1681
+ # request authentication must have write permissions for the object. For more
1682
+ # information, see [Dialogflow access control](https://cloud.google.com/
1683
+ # dialogflow/cx/docs/concept/access-control#storage).
1676
1684
  # Corresponds to the JSON property `flowUri`
1677
1685
  # @return [String]
1678
1686
  attr_accessor :flow_uri
@@ -1755,7 +1763,11 @@ module Google
1755
1763
 
1756
1764
  # The [Google Cloud Storage](https://cloud.google.com/storage/docs/) URI to
1757
1765
  # export the test cases to. The format of this URI must be `gs:///`. If
1758
- # unspecified, the serialized test cases is returned inline.
1766
+ # unspecified, the serialized test cases is returned inline. Dialogflow performs
1767
+ # a write operation for the Cloud Storage object on the caller's behalf, so your
1768
+ # request authentication must have write permissions for the object. For more
1769
+ # information, see [Dialogflow access control](https://cloud.google.com/
1770
+ # dialogflow/cx/docs/concept/access-control#storage).
1759
1771
  # Corresponds to the JSON property `gcsUri`
1760
1772
  # @return [String]
1761
1773
  attr_accessor :gcs_uri
@@ -2375,7 +2387,11 @@ module Google
2375
2387
  attr_accessor :flow_content
2376
2388
 
2377
2389
  # The [Google Cloud Storage](https://cloud.google.com/storage/docs/) URI to
2378
- # import flow from. The format of this URI must be `gs:///`.
2390
+ # import flow from. The format of this URI must be `gs:///`. Dialogflow performs
2391
+ # a read operation for the Cloud Storage object on the caller's behalf, so your
2392
+ # request authentication must have read permissions for the object. For more
2393
+ # information, see [Dialogflow access control](https://cloud.google.com/
2394
+ # dialogflow/cx/docs/concept/access-control#storage).
2379
2395
  # Corresponds to the JSON property `flowUri`
2380
2396
  # @return [String]
2381
2397
  attr_accessor :flow_uri
@@ -2447,7 +2463,11 @@ module Google
2447
2463
  attr_accessor :content
2448
2464
 
2449
2465
  # The [Google Cloud Storage](https://cloud.google.com/storage/docs/) URI to
2450
- # import test cases from. The format of this URI must be `gs:///`.
2466
+ # import test cases from. The format of this URI must be `gs:///`. Dialogflow
2467
+ # performs a read operation for the Cloud Storage object on the caller's behalf,
2468
+ # so your request authentication must have read permissions for the object. For
2469
+ # more information, see [Dialogflow access control](https://cloud.google.com/
2470
+ # dialogflow/cx/docs/concept/access-control#storage).
2451
2471
  # Corresponds to the JSON property `gcsUri`
2452
2472
  # @return [String]
2453
2473
  attr_accessor :gcs_uri
@@ -4483,7 +4503,11 @@ module Google
4483
4503
  attr_accessor :agent_content
4484
4504
 
4485
4505
  # The [Google Cloud Storage](https://cloud.google.com/storage/docs/) URI to
4486
- # restore agent from. The format of this URI must be `gs:///`.
4506
+ # restore agent from. The format of this URI must be `gs:///`. Dialogflow
4507
+ # performs a read operation for the Cloud Storage object on the caller's behalf,
4508
+ # so your request authentication must have read permissions for the object. For
4509
+ # more information, see [Dialogflow access control](https://cloud.google.com/
4510
+ # dialogflow/cx/docs/concept/access-control#storage).
4487
4511
  # Corresponds to the JSON property `agentUri`
4488
4512
  # @return [String]
4489
4513
  attr_accessor :agent_uri
@@ -5186,12 +5210,24 @@ module Google
5186
5210
  class GoogleCloudDialogflowCxV3TestConfig
5187
5211
  include Google::Apis::Core::Hashable
5188
5212
 
5189
- # Flow name. If not set, default start flow is assumed. Format: `projects//
5190
- # locations//agents//flows/`.
5213
+ # Flow name to start the test case with. Format: `projects//locations//agents//
5214
+ # flows/`. Only one of `flow` and `page` should be set to indicate the starting
5215
+ # point of the test case. If both are set, `page` takes precedence over `flow`.
5216
+ # If neither is set, the test case will start with start page on the default
5217
+ # start flow.
5191
5218
  # Corresponds to the JSON property `flow`
5192
5219
  # @return [String]
5193
5220
  attr_accessor :flow
5194
5221
 
5222
+ # The page to start the test case with. Format: `projects//locations//agents//
5223
+ # flows//pages/`. Only one of `flow` and `page` should be set to indicate the
5224
+ # starting point of the test case. If both are set, `page` takes precedence over
5225
+ # `flow`. If neither is set, the test case will start with start page on the
5226
+ # default start flow.
5227
+ # Corresponds to the JSON property `page`
5228
+ # @return [String]
5229
+ attr_accessor :page
5230
+
5195
5231
  # Session parameters to be compared when calculating differences.
5196
5232
  # Corresponds to the JSON property `trackingParameters`
5197
5233
  # @return [Array<String>]
@@ -5204,6 +5240,7 @@ module Google
5204
5240
  # Update properties of this object
5205
5241
  def update!(**args)
5206
5242
  @flow = args[:flow] if args.key?(:flow)
5243
+ @page = args[:page] if args.key?(:page)
5207
5244
  @tracking_parameters = args[:tracking_parameters] if args.key?(:tracking_parameters)
5208
5245
  end
5209
5246
  end
@@ -8586,12 +8623,24 @@ module Google
8586
8623
  class GoogleCloudDialogflowCxV3beta1TestConfig
8587
8624
  include Google::Apis::Core::Hashable
8588
8625
 
8589
- # Flow name. If not set, default start flow is assumed. Format: `projects//
8590
- # locations//agents//flows/`.
8626
+ # Flow name to start the test case with. Format: `projects//locations//agents//
8627
+ # flows/`. Only one of `flow` and `page` should be set to indicate the starting
8628
+ # point of the test case. If both are set, `page` takes precedence over `flow`.
8629
+ # If neither is set, the test case will start with start page on the default
8630
+ # start flow.
8591
8631
  # Corresponds to the JSON property `flow`
8592
8632
  # @return [String]
8593
8633
  attr_accessor :flow
8594
8634
 
8635
+ # The page to start the test case with. Format: `projects//locations//agents//
8636
+ # flows//pages/`. Only one of `flow` and `page` should be set to indicate the
8637
+ # starting point of the test case. If both are set, `page` takes precedence over
8638
+ # `flow`. If neither is set, the test case will start with start page on the
8639
+ # default start flow.
8640
+ # Corresponds to the JSON property `page`
8641
+ # @return [String]
8642
+ attr_accessor :page
8643
+
8595
8644
  # Session parameters to be compared when calculating differences.
8596
8645
  # Corresponds to the JSON property `trackingParameters`
8597
8646
  # @return [Array<String>]
@@ -8604,6 +8653,7 @@ module Google
8604
8653
  # Update properties of this object
8605
8654
  def update!(**args)
8606
8655
  @flow = args[:flow] if args.key?(:flow)
8656
+ @page = args[:page] if args.key?(:page)
8607
8657
  @tracking_parameters = args[:tracking_parameters] if args.key?(:tracking_parameters)
8608
8658
  end
8609
8659
  end
@@ -9679,7 +9729,9 @@ module Google
9679
9729
  # Required. The language of this query. See [Language Support](https://cloud.
9680
9730
  # google.com/dialogflow/docs/reference/language) for a list of the currently
9681
9731
  # supported language codes. Note that queries in the same session do not
9682
- # necessarily need to specify the same language.
9732
+ # necessarily need to specify the same language. This field is ignored when used
9733
+ # in the context of a WebhookResponse.followup_event_input field, because the
9734
+ # language was already defined in the originating detect intent request.
9683
9735
  # Corresponds to the JSON property `languageCode`
9684
9736
  # @return [String]
9685
9737
  attr_accessor :language_code
@@ -12416,7 +12468,9 @@ module Google
12416
12468
  # Required. The language of this query. See [Language Support](https://cloud.
12417
12469
  # google.com/dialogflow/docs/reference/language) for a list of the currently
12418
12470
  # supported language codes. Note that queries in the same session do not
12419
- # necessarily need to specify the same language.
12471
+ # necessarily need to specify the same language. This field is ignored when used
12472
+ # in the context of a WebhookResponse.followup_event_input field, because the
12473
+ # language was already defined in the originating detect intent request.
12420
12474
  # Corresponds to the JSON property `languageCode`
12421
12475
  # @return [String]
12422
12476
  attr_accessor :language_code
@@ -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.27.0"
19
+ GEM_VERSION = "0.28.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 = "20220222"
25
+ REVISION = "20220309"
26
26
  end
27
27
  end
28
28
  end
@@ -3990,6 +3990,7 @@ module Google
3990
3990
  # @private
3991
3991
  class Representation < Google::Apis::Core::JsonRepresentation
3992
3992
  property :flow, as: 'flow'
3993
+ property :page, as: 'page'
3993
3994
  collection :tracking_parameters, as: 'trackingParameters'
3994
3995
  end
3995
3996
  end
@@ -4946,6 +4947,7 @@ module Google
4946
4947
  # @private
4947
4948
  class Representation < Google::Apis::Core::JsonRepresentation
4948
4949
  property :flow, as: 'flow'
4950
+ property :page, as: 'page'
4949
4951
  collection :tracking_parameters, as: 'trackingParameters'
4950
4952
  end
4951
4953
  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.27.0
4
+ version: 0.28.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-02-28 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_v3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3/v0.27.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3/v0.28.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: []