google-cloud-dialogflow-cx-v3 0.5.0 → 0.6.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.
Files changed (30) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/google/cloud/dialogflow/cx/v3/advanced_settings_pb.rb +0 -2
  4. data/lib/google/cloud/dialogflow/cx/v3/agent_pb.rb +0 -1
  5. data/lib/google/cloud/dialogflow/cx/v3/agents/client.rb +12 -0
  6. data/lib/google/cloud/dialogflow/cx/v3/audio_config_pb.rb +0 -2
  7. data/lib/google/cloud/dialogflow/cx/v3/changelog_pb.rb +0 -1
  8. data/lib/google/cloud/dialogflow/cx/v3/deployment_pb.rb +0 -2
  9. data/lib/google/cloud/dialogflow/cx/v3/environment_pb.rb +0 -1
  10. data/lib/google/cloud/dialogflow/cx/v3/flow_pb.rb +0 -1
  11. data/lib/google/cloud/dialogflow/cx/v3/flows/client.rb +12 -0
  12. data/lib/google/cloud/dialogflow/cx/v3/fulfillment_pb.rb +0 -2
  13. data/lib/google/cloud/dialogflow/cx/v3/intent_pb.rb +0 -2
  14. data/lib/google/cloud/dialogflow/cx/v3/page_pb.rb +0 -1
  15. data/lib/google/cloud/dialogflow/cx/v3/response_message_pb.rb +0 -1
  16. data/lib/google/cloud/dialogflow/cx/v3/security_settings_pb.rb +0 -1
  17. data/lib/google/cloud/dialogflow/cx/v3/session_pb.rb +1 -3
  18. data/lib/google/cloud/dialogflow/cx/v3/test_case_pb.rb +1 -0
  19. data/lib/google/cloud/dialogflow/cx/v3/test_cases/client.rb +12 -0
  20. data/lib/google/cloud/dialogflow/cx/v3/validation_message_pb.rb +0 -2
  21. data/lib/google/cloud/dialogflow/cx/v3/version.rb +1 -1
  22. data/lib/google/cloud/dialogflow/cx/v3/version_pb.rb +0 -5
  23. data/lib/google/cloud/dialogflow/cx/v3.rb +4 -2
  24. data/proto_docs/google/cloud/dialogflow/cx/v3/agent.rb +12 -0
  25. data/proto_docs/google/cloud/dialogflow/cx/v3/environment.rb +1 -1
  26. data/proto_docs/google/cloud/dialogflow/cx/v3/flow.rb +12 -0
  27. data/proto_docs/google/cloud/dialogflow/cx/v3/security_settings.rb +1 -1
  28. data/proto_docs/google/cloud/dialogflow/cx/v3/session.rb +3 -2
  29. data/proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb +28 -1
  30. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b2e4d6df916cd1ec66541de62560a1df00498546cae45346bc8659ab70800e9e
4
- data.tar.gz: 81b7cfda16f3f0edaa278a1a48554fc809966eb673c193a54a72115e47dc5144
3
+ metadata.gz: 62a8a51082300c837aea56ca47db06fab878d7f92855bafbeae16f942c8ee185
4
+ data.tar.gz: 56f0814b99f365f2c841a6634fd3f35a2b82445ecc21405a0c6ce5c7917ced65
5
5
  SHA512:
6
- metadata.gz: ee476d6dbf2ea36cad25c20e0ad09180b12b7a0ab31566b4db1503288f5c8aff372ecdcdf69da30dbd03dbe5fe45c602496027ac9cac42425ab44121169db51b
7
- data.tar.gz: de84b957b161b685b62d0fd90438aec138d4a11184b3dc5bc4e410e6cfb834f7f87870f2be302b6159a24d9cd45431d5642920620672f8b1579e41cfb8aedd27
6
+ metadata.gz: 83a0d0acc63fad59bc25e513233204ba567283bbe6cec5e8f73f2a9e5b3c9e32660a4b0dabcc188b54e18215ae07e67553f324e47c55e9cdbb98ed82f89e2924
7
+ data.tar.gz: ddff91c59f8c13fbd5a669f05c5ec772c8e08509bef6676f06eb1235dd1b5002b82dc0ab37698fb45489a106f022c8924666452c4c5526c1d6aaa56a80639476
data/README.md CHANGED
@@ -37,7 +37,7 @@ request = ::Google::Cloud::Dialogflow::CX::V3::ListPagesRequest.new # (request f
37
37
  response = client.list_pages request
38
38
  ```
39
39
 
40
- View the [Client Library Documentation](https://googleapis.dev/ruby/google-cloud-dialogflow-cx-v3/latest)
40
+ View the [Client Library Documentation](https://cloud.google.com/ruby/docs/reference/google-cloud-dialogflow-cx-v3/latest)
41
41
  for class and method documentation.
42
42
 
43
43
  See also the [Product Documentation](https://cloud.google.com/dialogflow)
@@ -2,8 +2,6 @@
2
2
  # source: google/cloud/dialogflow/cx/v3/advanced_settings.proto
3
3
 
4
4
  require 'google/api/field_behavior_pb'
5
- require 'google/protobuf/duration_pb'
6
- require 'google/api/annotations_pb'
7
5
  require 'google/protobuf'
8
6
 
9
7
  Google::Protobuf::DescriptorPool.generated_pool.build do
@@ -7,7 +7,6 @@ require 'google/api/field_behavior_pb'
7
7
  require 'google/api/resource_pb'
8
8
  require 'google/cloud/dialogflow/cx/v3/advanced_settings_pb'
9
9
  require 'google/cloud/dialogflow/cx/v3/flow_pb'
10
- require 'google/cloud/dialogflow/cx/v3/security_settings_pb'
11
10
  require 'google/longrunning/operations_pb'
12
11
  require 'google/protobuf/empty_pb'
13
12
  require 'google/protobuf/field_mask_pb'
@@ -651,6 +651,12 @@ module Google
651
651
  # export the agent to. The format of this URI must be
652
652
  # `gs://<bucket-name>/<object-name>`.
653
653
  # If left unspecified, the serialized agent is returned inline.
654
+ #
655
+ # Dialogflow performs a write operation for the Cloud Storage object
656
+ # on the caller's behalf, so your request authentication must
657
+ # have write permissions for the object. For more information, see
658
+ # [Dialogflow access
659
+ # control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
654
660
  # @param environment [::String]
655
661
  # Optional. Environment name. If not set, draft environment is assumed.
656
662
  # Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent
@@ -769,6 +775,12 @@ module Google
769
775
  # The [Google Cloud Storage](https://cloud.google.com/storage/docs/) URI
770
776
  # to restore agent from. The format of this URI must be
771
777
  # `gs://<bucket-name>/<object-name>`.
778
+ #
779
+ # Dialogflow performs a read operation for the Cloud Storage object
780
+ # on the caller's behalf, so your request authentication must
781
+ # have read permissions for the object. For more information, see
782
+ # [Dialogflow access
783
+ # control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
772
784
  # @param agent_content [::String]
773
785
  # Uncompressed raw byte content for agent.
774
786
  # @param restore_option [::Google::Cloud::Dialogflow::CX::V3::RestoreAgentRequest::RestoreOption]
@@ -4,8 +4,6 @@
4
4
  require 'google/api/field_behavior_pb'
5
5
  require 'google/api/resource_pb'
6
6
  require 'google/protobuf/duration_pb'
7
- require 'google/protobuf/timestamp_pb'
8
- require 'google/api/annotations_pb'
9
7
  require 'google/protobuf'
10
8
 
11
9
  Google::Protobuf::DescriptorPool.generated_pool.build do
@@ -5,7 +5,6 @@ require 'google/api/annotations_pb'
5
5
  require 'google/api/client_pb'
6
6
  require 'google/api/field_behavior_pb'
7
7
  require 'google/api/resource_pb'
8
- require 'google/protobuf/struct_pb'
9
8
  require 'google/protobuf/timestamp_pb'
10
9
  require 'google/protobuf'
11
10
 
@@ -5,8 +5,6 @@ require 'google/api/annotations_pb'
5
5
  require 'google/api/client_pb'
6
6
  require 'google/api/field_behavior_pb'
7
7
  require 'google/api/resource_pb'
8
- require 'google/protobuf/empty_pb'
9
- require 'google/protobuf/field_mask_pb'
10
8
  require 'google/protobuf/timestamp_pb'
11
9
  require 'google/protobuf'
12
10
 
@@ -6,7 +6,6 @@ require 'google/api/client_pb'
6
6
  require 'google/api/field_behavior_pb'
7
7
  require 'google/api/resource_pb'
8
8
  require 'google/cloud/dialogflow/cx/v3/test_case_pb'
9
- require 'google/cloud/dialogflow/cx/v3/webhook_pb'
10
9
  require 'google/longrunning/operations_pb'
11
10
  require 'google/protobuf/empty_pb'
12
11
  require 'google/protobuf/field_mask_pb'
@@ -5,7 +5,6 @@ require 'google/api/annotations_pb'
5
5
  require 'google/api/client_pb'
6
6
  require 'google/api/field_behavior_pb'
7
7
  require 'google/api/resource_pb'
8
- require 'google/cloud/dialogflow/cx/v3/advanced_settings_pb'
9
8
  require 'google/cloud/dialogflow/cx/v3/page_pb'
10
9
  require 'google/cloud/dialogflow/cx/v3/validation_message_pb'
11
10
  require 'google/longrunning/operations_pb'
@@ -1011,6 +1011,12 @@ module Google
1011
1011
  # The [Google Cloud Storage](https://cloud.google.com/storage/docs/) URI
1012
1012
  # to import flow from. The format of this URI must be
1013
1013
  # `gs://<bucket-name>/<object-name>`.
1014
+ #
1015
+ # Dialogflow performs a read operation for the Cloud Storage object
1016
+ # on the caller's behalf, so your request authentication must
1017
+ # have read permissions for the object. For more information, see
1018
+ # [Dialogflow access
1019
+ # control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
1014
1020
  # @param flow_content [::String]
1015
1021
  # Uncompressed raw byte content for flow.
1016
1022
  # @param import_option [::Google::Cloud::Dialogflow::CX::V3::ImportFlowRequest::ImportOption]
@@ -1126,6 +1132,12 @@ module Google
1126
1132
  # export the flow to. The format of this URI must be
1127
1133
  # `gs://<bucket-name>/<object-name>`.
1128
1134
  # If left unspecified, the serialized flow is returned inline.
1135
+ #
1136
+ # Dialogflow performs a write operation for the Cloud Storage object
1137
+ # on the caller's behalf, so your request authentication must
1138
+ # have write permissions for the object. For more information, see
1139
+ # [Dialogflow access
1140
+ # control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
1129
1141
  # @param include_referenced_flows [::Boolean]
1130
1142
  # Optional. Whether to export flows referenced by the specified flow.
1131
1143
  #
@@ -2,10 +2,8 @@
2
2
  # source: google/cloud/dialogflow/cx/v3/fulfillment.proto
3
3
 
4
4
  require 'google/api/resource_pb'
5
- require 'google/cloud/dialogflow/cx/v3/advanced_settings_pb'
6
5
  require 'google/cloud/dialogflow/cx/v3/response_message_pb'
7
6
  require 'google/protobuf/struct_pb'
8
- require 'google/api/annotations_pb'
9
7
  require 'google/protobuf'
10
8
 
11
9
  Google::Protobuf::DescriptorPool.generated_pool.build do
@@ -5,10 +5,8 @@ require 'google/api/annotations_pb'
5
5
  require 'google/api/client_pb'
6
6
  require 'google/api/field_behavior_pb'
7
7
  require 'google/api/resource_pb'
8
- require 'google/longrunning/operations_pb'
9
8
  require 'google/protobuf/empty_pb'
10
9
  require 'google/protobuf/field_mask_pb'
11
- require 'google/protobuf/timestamp_pb'
12
10
  require 'google/protobuf'
13
11
 
14
12
  Google::Protobuf::DescriptorPool.generated_pool.build do
@@ -5,7 +5,6 @@ require 'google/api/annotations_pb'
5
5
  require 'google/api/client_pb'
6
6
  require 'google/api/field_behavior_pb'
7
7
  require 'google/api/resource_pb'
8
- require 'google/cloud/dialogflow/cx/v3/advanced_settings_pb'
9
8
  require 'google/cloud/dialogflow/cx/v3/fulfillment_pb'
10
9
  require 'google/protobuf/empty_pb'
11
10
  require 'google/protobuf/field_mask_pb'
@@ -3,7 +3,6 @@
3
3
 
4
4
  require 'google/api/field_behavior_pb'
5
5
  require 'google/protobuf/struct_pb'
6
- require 'google/api/annotations_pb'
7
6
  require 'google/protobuf'
8
7
 
9
8
  Google::Protobuf::DescriptorPool.generated_pool.build do
@@ -5,7 +5,6 @@ require 'google/api/annotations_pb'
5
5
  require 'google/api/client_pb'
6
6
  require 'google/api/field_behavior_pb'
7
7
  require 'google/api/resource_pb'
8
- require 'google/longrunning/operations_pb'
9
8
  require 'google/protobuf/empty_pb'
10
9
  require 'google/protobuf/field_mask_pb'
11
10
  require 'google/protobuf'
@@ -2,11 +2,10 @@
2
2
  # source: google/cloud/dialogflow/cx/v3/session.proto
3
3
 
4
4
  require 'google/api/annotations_pb'
5
+ require 'google/api/client_pb'
5
6
  require 'google/api/field_behavior_pb'
6
7
  require 'google/api/resource_pb'
7
- require 'google/cloud/dialogflow/cx/v3/advanced_settings_pb'
8
8
  require 'google/cloud/dialogflow/cx/v3/audio_config_pb'
9
- require 'google/cloud/dialogflow/cx/v3/flow_pb'
10
9
  require 'google/cloud/dialogflow/cx/v3/intent_pb'
11
10
  require 'google/cloud/dialogflow/cx/v3/page_pb'
12
11
  require 'google/cloud/dialogflow/cx/v3/response_message_pb'
@@ -15,7 +14,6 @@ require 'google/protobuf/duration_pb'
15
14
  require 'google/protobuf/struct_pb'
16
15
  require 'google/rpc/status_pb'
17
16
  require 'google/type/latlng_pb'
18
- require 'google/api/client_pb'
19
17
  require 'google/protobuf'
20
18
 
21
19
  Google::Protobuf::DescriptorPool.generated_pool.build do
@@ -41,6 +41,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
41
41
  add_message "google.cloud.dialogflow.cx.v3.TestConfig" do
42
42
  repeated :tracking_parameters, :string, 1
43
43
  optional :flow, :string, 2
44
+ optional :page, :string, 3
44
45
  end
45
46
  add_message "google.cloud.dialogflow.cx.v3.ConversationTurn" do
46
47
  optional :user_input, :message, 1, "google.cloud.dialogflow.cx.v3.ConversationTurn.UserInput"
@@ -953,6 +953,12 @@ module Google
953
953
  # The [Google Cloud Storage](https://cloud.google.com/storage/docs/) URI
954
954
  # to import test cases from. The format of this URI must be
955
955
  # `gs://<bucket-name>/<object-name>`.
956
+ #
957
+ # Dialogflow performs a read operation for the Cloud Storage object
958
+ # on the caller's behalf, so your request authentication must
959
+ # have read permissions for the object. For more information, see
960
+ # [Dialogflow access
961
+ # control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
956
962
  # @param content [::String]
957
963
  # Uncompressed raw byte content for test cases.
958
964
  #
@@ -1062,6 +1068,12 @@ module Google
1062
1068
  # export the test cases to. The format of this URI must be
1063
1069
  # `gs://<bucket-name>/<object-name>`. If unspecified, the serialized test
1064
1070
  # cases is returned inline.
1071
+ #
1072
+ # Dialogflow performs a write operation for the Cloud Storage object
1073
+ # on the caller's behalf, so your request authentication must
1074
+ # have write permissions for the object. For more information, see
1075
+ # [Dialogflow access
1076
+ # control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
1065
1077
  # @param data_format [::Google::Cloud::Dialogflow::CX::V3::ExportTestCasesRequest::DataFormat]
1066
1078
  # The data format of the exported test cases. If not specified, `BLOB` is
1067
1079
  # assumed.
@@ -1,8 +1,6 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
2
  # source: google/cloud/dialogflow/cx/v3/validation_message.proto
3
3
 
4
- require 'google/protobuf/struct_pb'
5
- require 'google/api/annotations_pb'
6
4
  require 'google/protobuf'
7
5
 
8
6
  Google::Protobuf::DescriptorPool.generated_pool.build do
@@ -22,7 +22,7 @@ module Google
22
22
  module Dialogflow
23
23
  module CX
24
24
  module V3
25
- VERSION = "0.5.0"
25
+ VERSION = "0.6.0"
26
26
  end
27
27
  end
28
28
  end
@@ -5,12 +5,7 @@ require 'google/api/annotations_pb'
5
5
  require 'google/api/client_pb'
6
6
  require 'google/api/field_behavior_pb'
7
7
  require 'google/api/resource_pb'
8
- require 'google/cloud/dialogflow/cx/v3/entity_type_pb'
9
8
  require 'google/cloud/dialogflow/cx/v3/flow_pb'
10
- require 'google/cloud/dialogflow/cx/v3/intent_pb'
11
- require 'google/cloud/dialogflow/cx/v3/page_pb'
12
- require 'google/cloud/dialogflow/cx/v3/transition_route_group_pb'
13
- require 'google/cloud/dialogflow/cx/v3/webhook_pb'
14
9
  require 'google/longrunning/operations_pb'
15
10
  require 'google/protobuf/empty_pb'
16
11
  require 'google/protobuf/field_mask_pb'
@@ -18,7 +18,6 @@
18
18
 
19
19
  require "google/cloud/dialogflow/cx/v3/pages"
20
20
  require "google/cloud/dialogflow/cx/v3/flows"
21
- require "google/cloud/dialogflow/cx/v3/security_settings_service"
22
21
  require "google/cloud/dialogflow/cx/v3/agents"
23
22
  require "google/cloud/dialogflow/cx/v3/changelogs"
24
23
  require "google/cloud/dialogflow/cx/v3/deployments"
@@ -28,10 +27,11 @@ require "google/cloud/dialogflow/cx/v3/session_entity_types"
28
27
  require "google/cloud/dialogflow/cx/v3/sessions"
29
28
  require "google/cloud/dialogflow/cx/v3/transition_route_groups"
30
29
  require "google/cloud/dialogflow/cx/v3/test_cases"
31
- require "google/cloud/dialogflow/cx/v3/webhooks"
32
30
  require "google/cloud/dialogflow/cx/v3/environments"
33
31
  require "google/cloud/dialogflow/cx/v3/experiments"
32
+ require "google/cloud/dialogflow/cx/v3/security_settings_service"
34
33
  require "google/cloud/dialogflow/cx/v3/versions"
34
+ require "google/cloud/dialogflow/cx/v3/webhooks"
35
35
  require "google/cloud/dialogflow/cx/v3/version"
36
36
 
37
37
  module Google
@@ -41,6 +41,8 @@ module Google
41
41
  ##
42
42
  # To load this package, including all its services, and instantiate a client:
43
43
  #
44
+ # @example
45
+ #
44
46
  # require "google/cloud/dialogflow/cx/v3"
45
47
  # client = ::Google::Cloud::Dialogflow::CX::V3::Pages::Client.new
46
48
  #
@@ -195,6 +195,12 @@ module Google
195
195
  # export the agent to. The format of this URI must be
196
196
  # `gs://<bucket-name>/<object-name>`.
197
197
  # If left unspecified, the serialized agent is returned inline.
198
+ #
199
+ # Dialogflow performs a write operation for the Cloud Storage object
200
+ # on the caller's behalf, so your request authentication must
201
+ # have write permissions for the object. For more information, see
202
+ # [Dialogflow access
203
+ # control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
198
204
  # @!attribute [rw] environment
199
205
  # @return [::String]
200
206
  # Optional. Environment name. If not set, draft environment is assumed.
@@ -228,6 +234,12 @@ module Google
228
234
  # The [Google Cloud Storage](https://cloud.google.com/storage/docs/) URI
229
235
  # to restore agent from. The format of this URI must be
230
236
  # `gs://<bucket-name>/<object-name>`.
237
+ #
238
+ # Dialogflow performs a read operation for the Cloud Storage object
239
+ # on the caller's behalf, so your request authentication must
240
+ # have read permissions for the object. For more information, see
241
+ # [Dialogflow access
242
+ # control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
231
243
  # @!attribute [rw] agent_content
232
244
  # @return [::String]
233
245
  # Uncompressed raw byte content for agent.
@@ -78,7 +78,7 @@ module Google
78
78
  # @!attribute [rw] enable_continuous_run
79
79
  # @return [::Boolean]
80
80
  # Whether to run test cases in {::Google::Cloud::Dialogflow::CX::V3::Environment::TestCasesConfig#test_cases TestCasesConfig.test_cases} periodically.
81
- # Default false. If set to ture, run once a day.
81
+ # Default false. If set to true, run once a day.
82
82
  # @!attribute [rw] enable_predeployment_run
83
83
  # @return [::Boolean]
84
84
  # Whether to run test cases in {::Google::Cloud::Dialogflow::CX::V3::Environment::TestCasesConfig#test_cases TestCasesConfig.test_cases} before
@@ -361,6 +361,12 @@ module Google
361
361
  # The [Google Cloud Storage](https://cloud.google.com/storage/docs/) URI
362
362
  # to import flow from. The format of this URI must be
363
363
  # `gs://<bucket-name>/<object-name>`.
364
+ #
365
+ # Dialogflow performs a read operation for the Cloud Storage object
366
+ # on the caller's behalf, so your request authentication must
367
+ # have read permissions for the object. For more information, see
368
+ # [Dialogflow access
369
+ # control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
364
370
  # @!attribute [rw] flow_content
365
371
  # @return [::String]
366
372
  # Uncompressed raw byte content for flow.
@@ -411,6 +417,12 @@ module Google
411
417
  # export the flow to. The format of this URI must be
412
418
  # `gs://<bucket-name>/<object-name>`.
413
419
  # If left unspecified, the serialized flow is returned inline.
420
+ #
421
+ # Dialogflow performs a write operation for the Cloud Storage object
422
+ # on the caller's behalf, so your request authentication must
423
+ # have write permissions for the object. For more information, see
424
+ # [Dialogflow access
425
+ # control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
414
426
  # @!attribute [rw] include_referenced_flows
415
427
  # @return [::Boolean]
416
428
  # Optional. Whether to export flows referenced by the specified flow.
@@ -188,7 +188,7 @@ module Google
188
188
  extend ::Google::Protobuf::MessageExts::ClassMethods
189
189
 
190
190
  # Settings for exporting conversations to
191
- # [Insights](https://cloud.google.com/dialogflow/priv/docs/insights).
191
+ # [Insights](https://cloud.google.com/contact-center/insights/docs).
192
192
  # @!attribute [rw] enable_insights_export
193
193
  # @return [::Boolean]
194
194
  # If enabled, we will automatically exports
@@ -624,8 +624,9 @@ module Google
624
624
  # filled for {::Google::Cloud::Dialogflow::CX::V3::Match::MatchType `INTENT`} match type.
625
625
  # @!attribute [rw] event
626
626
  # @return [::String]
627
- # The event that matched the query. Only filled for
628
- # {::Google::Cloud::Dialogflow::CX::V3::Match::MatchType `EVENT`} match type.
627
+ # The event that matched the query. Filled for
628
+ # {::Google::Cloud::Dialogflow::CX::V3::Match::MatchType `EVENT`}, {::Google::Cloud::Dialogflow::CX::V3::Match::MatchType `NO_MATCH`} and
629
+ # {::Google::Cloud::Dialogflow::CX::V3::Match::MatchType `NO_INPUT`} match types.
629
630
  # @!attribute [rw] parameters
630
631
  # @return [::Google::Protobuf::Struct]
631
632
  # The collection of parameters extracted from the query.
@@ -91,9 +91,24 @@ module Google
91
91
  # Session parameters to be compared when calculating differences.
92
92
  # @!attribute [rw] flow
93
93
  # @return [::String]
94
- # Flow name. If not set, default start flow is assumed.
94
+ # Flow name to start the test case with.
95
95
  # Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent
96
96
  # ID>/flows/<Flow ID>`.
97
+ #
98
+ # Only one of `flow` and `page` should be set to indicate the starting point
99
+ # of the test case. If both are set, `page` takes precedence over `flow`. If
100
+ # neither is set, the test case will start with start page on the default
101
+ # start flow.
102
+ # @!attribute [rw] page
103
+ # @return [::String]
104
+ # The {::Google::Cloud::Dialogflow::CX::V3::Page page} to start the test case with.
105
+ # Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent
106
+ # ID>/flows/<Flow ID>/pages/<Page ID>`.
107
+ #
108
+ # Only one of `flow` and `page` should be set to indicate the starting point
109
+ # of the test case. If both are set, `page` takes precedence over `flow`. If
110
+ # neither is set, the test case will start with start page on the default
111
+ # start flow.
97
112
  class TestConfig
98
113
  include ::Google::Protobuf::MessageExts
99
114
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -565,6 +580,12 @@ module Google
565
580
  # The [Google Cloud Storage](https://cloud.google.com/storage/docs/) URI
566
581
  # to import test cases from. The format of this URI must be
567
582
  # `gs://<bucket-name>/<object-name>`.
583
+ #
584
+ # Dialogflow performs a read operation for the Cloud Storage object
585
+ # on the caller's behalf, so your request authentication must
586
+ # have read permissions for the object. For more information, see
587
+ # [Dialogflow access
588
+ # control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
568
589
  # @!attribute [rw] content
569
590
  # @return [::String]
570
591
  # Uncompressed raw byte content for test cases.
@@ -617,6 +638,12 @@ module Google
617
638
  # export the test cases to. The format of this URI must be
618
639
  # `gs://<bucket-name>/<object-name>`. If unspecified, the serialized test
619
640
  # cases is returned inline.
641
+ #
642
+ # Dialogflow performs a write operation for the Cloud Storage object
643
+ # on the caller's behalf, so your request authentication must
644
+ # have write permissions for the object. For more information, see
645
+ # [Dialogflow access
646
+ # control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
620
647
  # @!attribute [rw] data_format
621
648
  # @return [::Google::Cloud::Dialogflow::CX::V3::ExportTestCasesRequest::DataFormat]
622
649
  # The data format of the exported test cases. If not specified, `BLOB` is
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-dialogflow-cx-v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.6.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-01-11 00:00:00.000000000 Z
11
+ date: 2022-03-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -335,7 +335,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
335
335
  - !ruby/object:Gem::Version
336
336
  version: '0'
337
337
  requirements: []
338
- rubygems_version: 3.3.4
338
+ rubygems_version: 3.3.5
339
339
  signing_key:
340
340
  specification_version: 4
341
341
  summary: API Client library for the Dialogflow CX V3 API