google-cloud-dialogflow-cx-v3 0.10.2 → 0.11.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (69) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/google/cloud/dialogflow/cx/v3/agent_services_pb.rb +2 -1
  4. data/lib/google/cloud/dialogflow/cx/v3/agents/client.rb +8 -6
  5. data/lib/google/cloud/dialogflow/cx/v3/agents.rb +1 -1
  6. data/lib/google/cloud/dialogflow/cx/v3/changelogs.rb +1 -1
  7. data/lib/google/cloud/dialogflow/cx/v3/deployment_services_pb.rb +4 -2
  8. data/lib/google/cloud/dialogflow/cx/v3/deployments/client.rb +11 -7
  9. data/lib/google/cloud/dialogflow/cx/v3/deployments.rb +1 -1
  10. data/lib/google/cloud/dialogflow/cx/v3/entity_types/client.rb +5 -3
  11. data/lib/google/cloud/dialogflow/cx/v3/entity_types.rb +1 -1
  12. data/lib/google/cloud/dialogflow/cx/v3/environment_services_pb.rb +26 -13
  13. data/lib/google/cloud/dialogflow/cx/v3/environments/client.rb +40 -23
  14. data/lib/google/cloud/dialogflow/cx/v3/environments.rb +3 -2
  15. data/lib/google/cloud/dialogflow/cx/v3/experiment_services_pb.rb +15 -9
  16. data/lib/google/cloud/dialogflow/cx/v3/experiments/client.rb +28 -18
  17. data/lib/google/cloud/dialogflow/cx/v3/experiments.rb +1 -1
  18. data/lib/google/cloud/dialogflow/cx/v3/flow_services_pb.rb +4 -2
  19. data/lib/google/cloud/dialogflow/cx/v3/flows/client.rb +8 -6
  20. data/lib/google/cloud/dialogflow/cx/v3/flows.rb +1 -1
  21. data/lib/google/cloud/dialogflow/cx/v3/intents.rb +1 -1
  22. data/lib/google/cloud/dialogflow/cx/v3/pages.rb +1 -1
  23. data/lib/google/cloud/dialogflow/cx/v3/response_message_pb.rb +1 -0
  24. data/lib/google/cloud/dialogflow/cx/v3/security_settings_service/client.rb +14 -9
  25. data/lib/google/cloud/dialogflow/cx/v3/security_settings_service.rb +1 -1
  26. data/lib/google/cloud/dialogflow/cx/v3/security_settings_services_pb.rb +7 -4
  27. data/lib/google/cloud/dialogflow/cx/v3/session_entity_type_services_pb.rb +2 -1
  28. data/lib/google/cloud/dialogflow/cx/v3/session_entity_types/client.rb +2 -1
  29. data/lib/google/cloud/dialogflow/cx/v3/session_entity_types.rb +3 -2
  30. data/lib/google/cloud/dialogflow/cx/v3/session_pb.rb +1 -0
  31. data/lib/google/cloud/dialogflow/cx/v3/session_services_pb.rb +10 -5
  32. data/lib/google/cloud/dialogflow/cx/v3/sessions/client.rb +10 -5
  33. data/lib/google/cloud/dialogflow/cx/v3/sessions.rb +4 -3
  34. data/lib/google/cloud/dialogflow/cx/v3/test_case_services_pb.rb +16 -8
  35. data/lib/google/cloud/dialogflow/cx/v3/test_cases/client.rb +27 -18
  36. data/lib/google/cloud/dialogflow/cx/v3/test_cases.rb +1 -1
  37. data/lib/google/cloud/dialogflow/cx/v3/transition_route_group_services_pb.rb +11 -5
  38. data/lib/google/cloud/dialogflow/cx/v3/transition_route_groups/client.rb +21 -11
  39. data/lib/google/cloud/dialogflow/cx/v3/transition_route_groups.rb +3 -2
  40. data/lib/google/cloud/dialogflow/cx/v3/version.rb +1 -1
  41. data/lib/google/cloud/dialogflow/cx/v3/version_services_pb.rb +6 -3
  42. data/lib/google/cloud/dialogflow/cx/v3/versions/client.rb +22 -18
  43. data/lib/google/cloud/dialogflow/cx/v3/versions.rb +1 -1
  44. data/lib/google/cloud/dialogflow/cx/v3/webhooks/client.rb +4 -3
  45. data/lib/google/cloud/dialogflow/cx/v3/webhooks.rb +1 -1
  46. data/lib/google/cloud/dialogflow/cx/v3.rb +2 -2
  47. data/proto_docs/google/api/client.rb +318 -0
  48. data/proto_docs/google/api/launch_stage.rb +71 -0
  49. data/proto_docs/google/cloud/dialogflow/cx/v3/agent.rb +55 -31
  50. data/proto_docs/google/cloud/dialogflow/cx/v3/audio_config.rb +16 -12
  51. data/proto_docs/google/cloud/dialogflow/cx/v3/changelog.rb +6 -3
  52. data/proto_docs/google/cloud/dialogflow/cx/v3/deployment.rb +13 -8
  53. data/proto_docs/google/cloud/dialogflow/cx/v3/entity_type.rb +24 -12
  54. data/proto_docs/google/cloud/dialogflow/cx/v3/environment.rb +65 -41
  55. data/proto_docs/google/cloud/dialogflow/cx/v3/experiment.rb +31 -19
  56. data/proto_docs/google/cloud/dialogflow/cx/v3/flow.rb +38 -22
  57. data/proto_docs/google/cloud/dialogflow/cx/v3/fulfillment.rb +10 -5
  58. data/proto_docs/google/cloud/dialogflow/cx/v3/intent.rb +27 -15
  59. data/proto_docs/google/cloud/dialogflow/cx/v3/page.rb +62 -37
  60. data/proto_docs/google/cloud/dialogflow/cx/v3/response_message.rb +32 -21
  61. data/proto_docs/google/cloud/dialogflow/cx/v3/security_settings.rb +35 -25
  62. data/proto_docs/google/cloud/dialogflow/cx/v3/session.rb +109 -68
  63. data/proto_docs/google/cloud/dialogflow/cx/v3/session_entity_type.rb +22 -15
  64. data/proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb +82 -55
  65. data/proto_docs/google/cloud/dialogflow/cx/v3/transition_route_group.rb +32 -20
  66. data/proto_docs/google/cloud/dialogflow/cx/v3/version.rb +36 -26
  67. data/proto_docs/google/cloud/dialogflow/cx/v3/webhook.rb +106 -66
  68. data/proto_docs/google/rpc/status.rb +4 -2
  69. metadata +7 -5
@@ -26,8 +26,9 @@ module Google
26
26
  # @!attribute [rw] name
27
27
  # @return [::String]
28
28
  # The unique identifier of the test case.
29
- # {::Google::Cloud::Dialogflow::CX::V3::TestCases::Client#create_test_case TestCases.CreateTestCase} will populate the name automatically.
30
- # Otherwise use format: `projects/<Project ID>/locations/<LocationID>/agents/
29
+ # {::Google::Cloud::Dialogflow::CX::V3::TestCases::Client#create_test_case TestCases.CreateTestCase}
30
+ # will populate the name automatically. Otherwise use format:
31
+ # `projects/<Project ID>/locations/<LocationID>/agents/
31
32
  # <AgentID>/testCases/<TestCase ID>`.
32
33
  # @!attribute [rw] tags
33
34
  # @return [::Array<::String>]
@@ -36,8 +37,8 @@ module Google
36
37
  # has a limit of 30 characters.
37
38
  # @!attribute [rw] display_name
38
39
  # @return [::String]
39
- # Required. The human-readable name of the test case, unique within the agent. Limit of
40
- # 200 characters.
40
+ # Required. The human-readable name of the test case, unique within the
41
+ # agent. Limit of 200 characters.
41
42
  # @!attribute [rw] notes
42
43
  # @return [::String]
43
44
  # Additional freeform notes about the test case. Limit of 400 characters.
@@ -129,8 +130,9 @@ module Google
129
130
  # The input from the human user.
130
131
  # @!attribute [rw] input
131
132
  # @return [::Google::Cloud::Dialogflow::CX::V3::QueryInput]
132
- # Supports {::Google::Cloud::Dialogflow::CX::V3::QueryInput#text text input}, {::Google::Cloud::Dialogflow::CX::V3::QueryInput#event event input},
133
- # {::Google::Cloud::Dialogflow::CX::V3::QueryInput#dtmf dtmf input} in the test case.
133
+ # Supports {::Google::Cloud::Dialogflow::CX::V3::QueryInput#text text input},
134
+ # {::Google::Cloud::Dialogflow::CX::V3::QueryInput#event event input}, [dtmf
135
+ # input][google.cloud.dialogflow.cx.v3.QueryInput.dtmf] in the test case.
134
136
  # @!attribute [rw] injected_parameters
135
137
  # @return [::Google::Protobuf::Struct]
136
138
  # Parameters that need to be injected into the conversation during intent
@@ -164,15 +166,16 @@ module Google
164
166
  # output for the turn. Required to calculate the testing coverage.
165
167
  # @!attribute [rw] triggered_intent
166
168
  # @return [::Google::Cloud::Dialogflow::CX::V3::Intent]
167
- # The {::Google::Cloud::Dialogflow::CX::V3::Intent Intent} that triggered the response. Only name and displayName
168
- # will be set.
169
+ # The {::Google::Cloud::Dialogflow::CX::V3::Intent Intent} that triggered the
170
+ # response. Only name and displayName will be set.
169
171
  # @!attribute [rw] current_page
170
172
  # @return [::Google::Cloud::Dialogflow::CX::V3::Page]
171
- # The {::Google::Cloud::Dialogflow::CX::V3::Page Page} on which the utterance was spoken. Only name and displayName
172
- # will be set.
173
+ # The {::Google::Cloud::Dialogflow::CX::V3::Page Page} on which the utterance was
174
+ # spoken. Only name and displayName will be set.
173
175
  # @!attribute [rw] text_responses
174
176
  # @return [::Array<::Google::Cloud::Dialogflow::CX::V3::ResponseMessage::Text>]
175
- # The {::Google::Cloud::Dialogflow::CX::V3::ResponseMessage::Text text} responses from the agent for the turn.
177
+ # The {::Google::Cloud::Dialogflow::CX::V3::ResponseMessage::Text text} responses
178
+ # from the agent for the turn.
176
179
  # @!attribute [rw] status
177
180
  # @return [::Google::Rpc::Status]
178
181
  # Response error from the agent in the test result. If set, other output
@@ -229,12 +232,12 @@ module Google
229
232
  # The source or target of a transition.
230
233
  # @!attribute [rw] page
231
234
  # @return [::Google::Cloud::Dialogflow::CX::V3::Page]
232
- # Indicates a transition to a {::Google::Cloud::Dialogflow::CX::V3::Page Page}. Only some fields such as name and
233
- # displayname will be set.
235
+ # Indicates a transition to a {::Google::Cloud::Dialogflow::CX::V3::Page Page}.
236
+ # Only some fields such as name and displayname will be set.
234
237
  # @!attribute [rw] flow
235
238
  # @return [::Google::Cloud::Dialogflow::CX::V3::Flow]
236
- # Indicates a transition to a {::Google::Cloud::Dialogflow::CX::V3::Flow Flow}. Only some fields such as name and
237
- # displayname will be set.
239
+ # Indicates a transition to a {::Google::Cloud::Dialogflow::CX::V3::Flow Flow}.
240
+ # Only some fields such as name and displayname will be set.
238
241
  class TransitionNode
239
242
  include ::Google::Protobuf::MessageExts
240
243
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -336,7 +339,8 @@ module Google
336
339
  end
337
340
  end
338
341
 
339
- # The request message for {::Google::Cloud::Dialogflow::CX::V3::TestCases::Client#calculate_coverage TestCases.CalculateCoverage}.
342
+ # The request message for
343
+ # {::Google::Cloud::Dialogflow::CX::V3::TestCases::Client#calculate_coverage TestCases.CalculateCoverage}.
340
344
  # @!attribute [rw] agent
341
345
  # @return [::String]
342
346
  # Required. The agent to calculate coverage for.
@@ -364,7 +368,8 @@ module Google
364
368
  end
365
369
  end
366
370
 
367
- # The response message for {::Google::Cloud::Dialogflow::CX::V3::TestCases::Client#calculate_coverage TestCases.CalculateCoverage}.
371
+ # The response message for
372
+ # {::Google::Cloud::Dialogflow::CX::V3::TestCases::Client#calculate_coverage TestCases.CalculateCoverage}.
368
373
  # @!attribute [rw] agent
369
374
  # @return [::String]
370
375
  # The agent to calculate coverage for.
@@ -383,7 +388,8 @@ module Google
383
388
  extend ::Google::Protobuf::MessageExts::ClassMethods
384
389
  end
385
390
 
386
- # The request message for {::Google::Cloud::Dialogflow::CX::V3::TestCases::Client#list_test_cases TestCases.ListTestCases}.
391
+ # The request message for
392
+ # {::Google::Cloud::Dialogflow::CX::V3::TestCases::Client#list_test_cases TestCases.ListTestCases}.
387
393
  # @!attribute [rw] parent
388
394
  # @return [::String]
389
395
  # Required. The agent to list all pages for.
@@ -418,7 +424,8 @@ module Google
418
424
  end
419
425
  end
420
426
 
421
- # The response message for {::Google::Cloud::Dialogflow::CX::V3::TestCases::Client#list_test_cases TestCases.ListTestCases}.
427
+ # The response message for
428
+ # {::Google::Cloud::Dialogflow::CX::V3::TestCases::Client#list_test_cases TestCases.ListTestCases}.
422
429
  # @!attribute [rw] test_cases
423
430
  # @return [::Array<::Google::Cloud::Dialogflow::CX::V3::TestCase>]
424
431
  # The list of test cases. There will be a maximum number of items returned
@@ -432,7 +439,8 @@ module Google
432
439
  extend ::Google::Protobuf::MessageExts::ClassMethods
433
440
  end
434
441
 
435
- # The request message for {::Google::Cloud::Dialogflow::CX::V3::TestCases::Client#batch_delete_test_cases TestCases.BatchDeleteTestCases}.
442
+ # The request message for
443
+ # {::Google::Cloud::Dialogflow::CX::V3::TestCases::Client#batch_delete_test_cases TestCases.BatchDeleteTestCases}.
436
444
  # @!attribute [rw] parent
437
445
  # @return [::String]
438
446
  # Required. The agent to delete test cases from.
@@ -446,7 +454,8 @@ module Google
446
454
  extend ::Google::Protobuf::MessageExts::ClassMethods
447
455
  end
448
456
 
449
- # The request message for {::Google::Cloud::Dialogflow::CX::V3::TestCases::Client#create_test_case TestCases.CreateTestCase}.
457
+ # The request message for
458
+ # {::Google::Cloud::Dialogflow::CX::V3::TestCases::Client#create_test_case TestCases.CreateTestCase}.
450
459
  # @!attribute [rw] parent
451
460
  # @return [::String]
452
461
  # Required. The agent to create the test case for.
@@ -459,7 +468,8 @@ module Google
459
468
  extend ::Google::Protobuf::MessageExts::ClassMethods
460
469
  end
461
470
 
462
- # The request message for {::Google::Cloud::Dialogflow::CX::V3::TestCases::Client#update_test_case TestCases.UpdateTestCase}.
471
+ # The request message for
472
+ # {::Google::Cloud::Dialogflow::CX::V3::TestCases::Client#update_test_case TestCases.UpdateTestCase}.
463
473
  # @!attribute [rw] test_case
464
474
  # @return [::Google::Cloud::Dialogflow::CX::V3::TestCase]
465
475
  # Required. The test case to update.
@@ -467,13 +477,15 @@ module Google
467
477
  # @return [::Google::Protobuf::FieldMask]
468
478
  # Required. The mask to specify which fields should be updated. The
469
479
  # {::Google::Cloud::Dialogflow::CX::V3::TestCase#creation_time `creationTime`} and
470
- # {::Google::Cloud::Dialogflow::CX::V3::TestCase#last_test_result `lastTestResult`} cannot be updated.
480
+ # {::Google::Cloud::Dialogflow::CX::V3::TestCase#last_test_result `lastTestResult`}
481
+ # cannot be updated.
471
482
  class UpdateTestCaseRequest
472
483
  include ::Google::Protobuf::MessageExts
473
484
  extend ::Google::Protobuf::MessageExts::ClassMethods
474
485
  end
475
486
 
476
- # The request message for {::Google::Cloud::Dialogflow::CX::V3::TestCases::Client#get_test_case TestCases.GetTestCase}.
487
+ # The request message for
488
+ # {::Google::Cloud::Dialogflow::CX::V3::TestCases::Client#get_test_case TestCases.GetTestCase}.
477
489
  # @!attribute [rw] name
478
490
  # @return [::String]
479
491
  # Required. The name of the testcase.
@@ -484,11 +496,12 @@ module Google
484
496
  extend ::Google::Protobuf::MessageExts::ClassMethods
485
497
  end
486
498
 
487
- # The request message for {::Google::Cloud::Dialogflow::CX::V3::TestCases::Client#run_test_case TestCases.RunTestCase}.
499
+ # The request message for
500
+ # {::Google::Cloud::Dialogflow::CX::V3::TestCases::Client#run_test_case TestCases.RunTestCase}.
488
501
  # @!attribute [rw] name
489
502
  # @return [::String]
490
- # Required. Format of test case name to run: `projects/<Project ID>/locations/
491
- # <Location ID>/agents/<AgentID>/testCases/<TestCase ID>`.
503
+ # Required. Format of test case name to run: `projects/<Project
504
+ # ID>/locations/ <Location ID>/agents/<AgentID>/testCases/<TestCase ID>`.
492
505
  # @!attribute [rw] environment
493
506
  # @return [::String]
494
507
  # Optional. Environment name. If not set, draft environment is assumed.
@@ -499,7 +512,8 @@ module Google
499
512
  extend ::Google::Protobuf::MessageExts::ClassMethods
500
513
  end
501
514
 
502
- # The response message for {::Google::Cloud::Dialogflow::CX::V3::TestCases::Client#run_test_case TestCases.RunTestCase}.
515
+ # The response message for
516
+ # {::Google::Cloud::Dialogflow::CX::V3::TestCases::Client#run_test_case TestCases.RunTestCase}.
503
517
  # @!attribute [rw] result
504
518
  # @return [::Google::Cloud::Dialogflow::CX::V3::TestCaseResult]
505
519
  # The result.
@@ -508,45 +522,50 @@ module Google
508
522
  extend ::Google::Protobuf::MessageExts::ClassMethods
509
523
  end
510
524
 
511
- # Metadata returned for the {::Google::Cloud::Dialogflow::CX::V3::TestCases::Client#run_test_case TestCases.RunTestCase} long running operation.
512
- # This message currently has no fields.
525
+ # Metadata returned for the
526
+ # {::Google::Cloud::Dialogflow::CX::V3::TestCases::Client#run_test_case TestCases.RunTestCase}
527
+ # long running operation. This message currently has no fields.
513
528
  class RunTestCaseMetadata
514
529
  include ::Google::Protobuf::MessageExts
515
530
  extend ::Google::Protobuf::MessageExts::ClassMethods
516
531
  end
517
532
 
518
- # The request message for {::Google::Cloud::Dialogflow::CX::V3::TestCases::Client#batch_run_test_cases TestCases.BatchRunTestCases}.
533
+ # The request message for
534
+ # {::Google::Cloud::Dialogflow::CX::V3::TestCases::Client#batch_run_test_cases TestCases.BatchRunTestCases}.
519
535
  # @!attribute [rw] parent
520
536
  # @return [::String]
521
- # Required. Agent name. Format: `projects/<Project ID>/locations/<Location ID>/agents/
522
- # <AgentID>`.
537
+ # Required. Agent name. Format: `projects/<Project ID>/locations/<Location
538
+ # ID>/agents/ <AgentID>`.
523
539
  # @!attribute [rw] environment
524
540
  # @return [::String]
525
- # Optional. If not set, draft environment is assumed. Format: `projects/<Project
526
- # ID>/locations/<Location ID>/agents/<Agent ID>/environments/<Environment
527
- # ID>`.
541
+ # Optional. If not set, draft environment is assumed. Format:
542
+ # `projects/<Project ID>/locations/<Location ID>/agents/<Agent
543
+ # ID>/environments/<Environment ID>`.
528
544
  # @!attribute [rw] test_cases
529
545
  # @return [::Array<::String>]
530
- # Required. Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent
531
- # ID>/testCases/<TestCase ID>`.
546
+ # Required. Format: `projects/<Project ID>/locations/<Location
547
+ # ID>/agents/<Agent ID>/testCases/<TestCase ID>`.
532
548
  class BatchRunTestCasesRequest
533
549
  include ::Google::Protobuf::MessageExts
534
550
  extend ::Google::Protobuf::MessageExts::ClassMethods
535
551
  end
536
552
 
537
- # The response message for {::Google::Cloud::Dialogflow::CX::V3::TestCases::Client#batch_run_test_cases TestCases.BatchRunTestCases}.
553
+ # The response message for
554
+ # {::Google::Cloud::Dialogflow::CX::V3::TestCases::Client#batch_run_test_cases TestCases.BatchRunTestCases}.
538
555
  # @!attribute [rw] results
539
556
  # @return [::Array<::Google::Cloud::Dialogflow::CX::V3::TestCaseResult>]
540
557
  # The test case results. The detailed
541
- # {::Google::Cloud::Dialogflow::CX::V3::TestCaseResult#conversation_turns conversation turns} are empty in this
542
- # response.
558
+ # [conversation
559
+ # turns][google.cloud.dialogflow.cx.v3.TestCaseResult.conversation_turns] are
560
+ # empty in this response.
543
561
  class BatchRunTestCasesResponse
544
562
  include ::Google::Protobuf::MessageExts
545
563
  extend ::Google::Protobuf::MessageExts::ClassMethods
546
564
  end
547
565
 
548
- # Metadata returned for the {::Google::Cloud::Dialogflow::CX::V3::TestCases::Client#batch_run_test_cases TestCases.BatchRunTestCases} long running
549
- # operation.
566
+ # Metadata returned for the
567
+ # {::Google::Cloud::Dialogflow::CX::V3::TestCases::Client#batch_run_test_cases TestCases.BatchRunTestCases}
568
+ # long running operation.
550
569
  # @!attribute [rw] errors
551
570
  # @return [::Array<::Google::Cloud::Dialogflow::CX::V3::TestError>]
552
571
  # The test errors.
@@ -570,7 +589,8 @@ module Google
570
589
  extend ::Google::Protobuf::MessageExts::ClassMethods
571
590
  end
572
591
 
573
- # The request message for {::Google::Cloud::Dialogflow::CX::V3::TestCases::Client#import_test_cases TestCases.ImportTestCases}.
592
+ # The request message for
593
+ # {::Google::Cloud::Dialogflow::CX::V3::TestCases::Client#import_test_cases TestCases.ImportTestCases}.
574
594
  # @!attribute [rw] parent
575
595
  # @return [::String]
576
596
  # Required. The agent to import test cases to.
@@ -594,7 +614,8 @@ module Google
594
614
  extend ::Google::Protobuf::MessageExts::ClassMethods
595
615
  end
596
616
 
597
- # The response message for {::Google::Cloud::Dialogflow::CX::V3::TestCases::Client#import_test_cases TestCases.ImportTestCases}.
617
+ # The response message for
618
+ # {::Google::Cloud::Dialogflow::CX::V3::TestCases::Client#import_test_cases TestCases.ImportTestCases}.
598
619
  # @!attribute [rw] names
599
620
  # @return [::Array<::String>]
600
621
  # The unique identifiers of the new test cases.
@@ -605,8 +626,9 @@ module Google
605
626
  extend ::Google::Protobuf::MessageExts::ClassMethods
606
627
  end
607
628
 
608
- # Metadata returned for the {::Google::Cloud::Dialogflow::CX::V3::TestCases::Client#import_test_cases TestCases.ImportTestCases} long running
609
- # operation.
629
+ # Metadata returned for the
630
+ # {::Google::Cloud::Dialogflow::CX::V3::TestCases::Client#import_test_cases TestCases.ImportTestCases}
631
+ # long running operation.
610
632
  # @!attribute [rw] errors
611
633
  # @return [::Array<::Google::Cloud::Dialogflow::CX::V3::TestCaseError>]
612
634
  # Errors for failed test cases.
@@ -627,7 +649,8 @@ module Google
627
649
  extend ::Google::Protobuf::MessageExts::ClassMethods
628
650
  end
629
651
 
630
- # The request message for {::Google::Cloud::Dialogflow::CX::V3::TestCases::Client#export_test_cases TestCases.ExportTestCases}.
652
+ # The request message for
653
+ # {::Google::Cloud::Dialogflow::CX::V3::TestCases::Client#export_test_cases TestCases.ExportTestCases}.
631
654
  # @!attribute [rw] parent
632
655
  # @return [::String]
633
656
  # Required. The agent where to export test cases from.
@@ -677,7 +700,8 @@ module Google
677
700
  end
678
701
  end
679
702
 
680
- # The response message for {::Google::Cloud::Dialogflow::CX::V3::TestCases::Client#export_test_cases TestCases.ExportTestCases}.
703
+ # The response message for
704
+ # {::Google::Cloud::Dialogflow::CX::V3::TestCases::Client#export_test_cases TestCases.ExportTestCases}.
681
705
  # @!attribute [rw] gcs_uri
682
706
  # @return [::String]
683
707
  # The URI to a file containing the exported test cases. This field is
@@ -691,15 +715,16 @@ module Google
691
715
  extend ::Google::Protobuf::MessageExts::ClassMethods
692
716
  end
693
717
 
694
- # Metadata returned for the {::Google::Cloud::Dialogflow::CX::V3::TestCases::Client#export_test_cases TestCases.ExportTestCases} long running
695
- # operation.
696
- # This message currently has no fields.
718
+ # Metadata returned for the
719
+ # {::Google::Cloud::Dialogflow::CX::V3::TestCases::Client#export_test_cases TestCases.ExportTestCases}
720
+ # long running operation. This message currently has no fields.
697
721
  class ExportTestCasesMetadata
698
722
  include ::Google::Protobuf::MessageExts
699
723
  extend ::Google::Protobuf::MessageExts::ClassMethods
700
724
  end
701
725
 
702
- # The request message for {::Google::Cloud::Dialogflow::CX::V3::TestCases::Client#list_test_case_results TestCases.ListTestCaseResults}.
726
+ # The request message for
727
+ # {::Google::Cloud::Dialogflow::CX::V3::TestCases::Client#list_test_case_results TestCases.ListTestCaseResults}.
703
728
  # @!attribute [rw] parent
704
729
  # @return [::String]
705
730
  # Required. The test case to list results for.
@@ -744,7 +769,8 @@ module Google
744
769
  extend ::Google::Protobuf::MessageExts::ClassMethods
745
770
  end
746
771
 
747
- # The response message for {::Google::Cloud::Dialogflow::CX::V3::TestCases::Client#list_test_case_results TestCases.ListTestCaseResults}.
772
+ # The response message for
773
+ # {::Google::Cloud::Dialogflow::CX::V3::TestCases::Client#list_test_case_results TestCases.ListTestCaseResults}.
748
774
  # @!attribute [rw] test_case_results
749
775
  # @return [::Array<::Google::Cloud::Dialogflow::CX::V3::TestCaseResult>]
750
776
  # The list of test case results.
@@ -757,7 +783,8 @@ module Google
757
783
  extend ::Google::Protobuf::MessageExts::ClassMethods
758
784
  end
759
785
 
760
- # The request message for {::Google::Cloud::Dialogflow::CX::V3::TestCases::Client#get_test_case_result TestCases.GetTestCaseResult}.
786
+ # The request message for
787
+ # {::Google::Cloud::Dialogflow::CX::V3::TestCases::Client#get_test_case_result TestCases.GetTestCaseResult}.
761
788
  # @!attribute [rw] name
762
789
  # @return [::String]
763
790
  # Required. The name of the testcase.
@@ -23,27 +23,30 @@ module Google
23
23
  module CX
24
24
  module V3
25
25
  # An TransitionRouteGroup represents a group of
26
- # {::Google::Cloud::Dialogflow::CX::V3::TransitionRoute `TransitionRoutes`} to be used by a {::Google::Cloud::Dialogflow::CX::V3::Page Page}.
26
+ # {::Google::Cloud::Dialogflow::CX::V3::TransitionRoute `TransitionRoutes`} to be
27
+ # used by a {::Google::Cloud::Dialogflow::CX::V3::Page Page}.
27
28
  # @!attribute [rw] name
28
29
  # @return [::String]
29
30
  # The unique identifier of the transition route group.
30
- # {::Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroups::Client#create_transition_route_group TransitionRouteGroups.CreateTransitionRouteGroup} populates the name
31
- # automatically.
32
- # Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent
33
- # ID>/flows/<Flow ID>/transitionRouteGroups/<Transition Route Group ID>`.
31
+ # {::Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroups::Client#create_transition_route_group TransitionRouteGroups.CreateTransitionRouteGroup}
32
+ # populates the name automatically. Format: `projects/<Project
33
+ # ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow
34
+ # ID>/transitionRouteGroups/<Transition Route Group ID>`.
34
35
  # @!attribute [rw] display_name
35
36
  # @return [::String]
36
- # Required. The human-readable name of the transition route group, unique within
37
- # the flow. The display name can be no longer than 30 characters.
37
+ # Required. The human-readable name of the transition route group, unique
38
+ # within the flow. The display name can be no longer than 30 characters.
38
39
  # @!attribute [rw] transition_routes
39
40
  # @return [::Array<::Google::Cloud::Dialogflow::CX::V3::TransitionRoute>]
40
- # Transition routes associated with the {::Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroup TransitionRouteGroup}.
41
+ # Transition routes associated with the
42
+ # {::Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroup TransitionRouteGroup}.
41
43
  class TransitionRouteGroup
42
44
  include ::Google::Protobuf::MessageExts
43
45
  extend ::Google::Protobuf::MessageExts::ClassMethods
44
46
  end
45
47
 
46
- # The request message for {::Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroups::Client#list_transition_route_groups TransitionRouteGroups.ListTransitionRouteGroups}.
48
+ # The request message for
49
+ # {::Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroups::Client#list_transition_route_groups TransitionRouteGroups.ListTransitionRouteGroups}.
47
50
  # @!attribute [rw] parent
48
51
  # @return [::String]
49
52
  # Required. The flow to list all transition route groups for.
@@ -76,7 +79,8 @@ module Google
76
79
  extend ::Google::Protobuf::MessageExts::ClassMethods
77
80
  end
78
81
 
79
- # The response message for {::Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroups::Client#list_transition_route_groups TransitionRouteGroups.ListTransitionRouteGroups}.
82
+ # The response message for
83
+ # {::Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroups::Client#list_transition_route_groups TransitionRouteGroups.ListTransitionRouteGroups}.
80
84
  # @!attribute [rw] transition_route_groups
81
85
  # @return [::Array<::Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroup>]
82
86
  # The list of transition route groups. There will be a maximum number of
@@ -92,10 +96,12 @@ module Google
92
96
  extend ::Google::Protobuf::MessageExts::ClassMethods
93
97
  end
94
98
 
95
- # The request message for {::Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroups::Client#get_transition_route_group TransitionRouteGroups.GetTransitionRouteGroup}.
99
+ # The request message for
100
+ # {::Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroups::Client#get_transition_route_group TransitionRouteGroups.GetTransitionRouteGroup}.
96
101
  # @!attribute [rw] name
97
102
  # @return [::String]
98
- # Required. The name of the {::Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroup TransitionRouteGroup}.
103
+ # Required. The name of the
104
+ # {::Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroup TransitionRouteGroup}.
99
105
  # Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent
100
106
  # ID>/flows/<Flow ID>/transitionRouteGroups/<Transition Route Group ID>`.
101
107
  # @!attribute [rw] language_code
@@ -117,11 +123,13 @@ module Google
117
123
  extend ::Google::Protobuf::MessageExts::ClassMethods
118
124
  end
119
125
 
120
- # The request message for {::Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroups::Client#create_transition_route_group TransitionRouteGroups.CreateTransitionRouteGroup}.
126
+ # The request message for
127
+ # {::Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroups::Client#create_transition_route_group TransitionRouteGroups.CreateTransitionRouteGroup}.
121
128
  # @!attribute [rw] parent
122
129
  # @return [::String]
123
- # Required. The flow to create an {::Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroup TransitionRouteGroup} for.
124
- # Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent
130
+ # Required. The flow to create an
131
+ # {::Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroup TransitionRouteGroup}
132
+ # for. Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent
125
133
  # ID>/flows/<Flow ID>`.
126
134
  # @!attribute [rw] transition_route_group
127
135
  # @return [::Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroup]
@@ -144,7 +152,8 @@ module Google
144
152
  extend ::Google::Protobuf::MessageExts::ClassMethods
145
153
  end
146
154
 
147
- # The request message for {::Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroups::Client#update_transition_route_group TransitionRouteGroups.UpdateTransitionRouteGroup}.
155
+ # The request message for
156
+ # {::Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroups::Client#update_transition_route_group TransitionRouteGroups.UpdateTransitionRouteGroup}.
148
157
  # @!attribute [rw] transition_route_group
149
158
  # @return [::Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroup]
150
159
  # Required. The transition route group to update.
@@ -169,12 +178,15 @@ module Google
169
178
  extend ::Google::Protobuf::MessageExts::ClassMethods
170
179
  end
171
180
 
172
- # The request message for {::Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroups::Client#delete_transition_route_group TransitionRouteGroups.DeleteTransitionRouteGroup}.
181
+ # The request message for
182
+ # {::Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroups::Client#delete_transition_route_group TransitionRouteGroups.DeleteTransitionRouteGroup}.
173
183
  # @!attribute [rw] name
174
184
  # @return [::String]
175
- # Required. The name of the {::Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroup TransitionRouteGroup} to delete.
176
- # Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent
177
- # ID>/flows/<Flow ID>/transitionRouteGroups/<Transition Route Group ID>`.
185
+ # Required. The name of the
186
+ # {::Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroup TransitionRouteGroup}
187
+ # to delete. Format: `projects/<Project ID>/locations/<Location
188
+ # ID>/agents/<Agent ID>/flows/<Flow ID>/transitionRouteGroups/<Transition
189
+ # Route Group ID>`.
178
190
  # @!attribute [rw] force
179
191
  # @return [::Boolean]
180
192
  # This field has no effect for transition route group that no page is using.
@@ -55,8 +55,8 @@ module Google
55
55
  # Output only. Create time of the version.
56
56
  # @!attribute [r] state
57
57
  # @return [::Google::Cloud::Dialogflow::CX::V3::Version::State]
58
- # Output only. The state of this version. This field is read-only and cannot be set by
59
- # create and update methods.
58
+ # Output only. The state of this version. This field is read-only and cannot
59
+ # be set by create and update methods.
60
60
  class Version
61
61
  include ::Google::Protobuf::MessageExts
62
62
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -77,12 +77,13 @@ module Google
77
77
  end
78
78
  end
79
79
 
80
- # The request message for {::Google::Cloud::Dialogflow::CX::V3::Versions::Client#list_versions Versions.ListVersions}.
80
+ # The request message for
81
+ # {::Google::Cloud::Dialogflow::CX::V3::Versions::Client#list_versions Versions.ListVersions}.
81
82
  # @!attribute [rw] parent
82
83
  # @return [::String]
83
- # Required. The {::Google::Cloud::Dialogflow::CX::V3::Flow Flow} to list all versions for.
84
- # Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent
85
- # ID>/flows/<Flow ID>`.
84
+ # Required. The {::Google::Cloud::Dialogflow::CX::V3::Flow Flow} to list all
85
+ # versions for. Format: `projects/<Project ID>/locations/<Location
86
+ # ID>/agents/<Agent ID>/flows/<Flow ID>`.
86
87
  # @!attribute [rw] page_size
87
88
  # @return [::Integer]
88
89
  # The maximum number of items to return in a single page. By default 20 and
@@ -95,7 +96,8 @@ module Google
95
96
  extend ::Google::Protobuf::MessageExts::ClassMethods
96
97
  end
97
98
 
98
- # The response message for {::Google::Cloud::Dialogflow::CX::V3::Versions::Client#list_versions Versions.ListVersions}.
99
+ # The response message for
100
+ # {::Google::Cloud::Dialogflow::CX::V3::Versions::Client#list_versions Versions.ListVersions}.
99
101
  # @!attribute [rw] versions
100
102
  # @return [::Array<::Google::Cloud::Dialogflow::CX::V3::Version>]
101
103
  # A list of versions. There will be a maximum number of items returned based
@@ -110,7 +112,8 @@ module Google
110
112
  extend ::Google::Protobuf::MessageExts::ClassMethods
111
113
  end
112
114
 
113
- # The request message for {::Google::Cloud::Dialogflow::CX::V3::Versions::Client#get_version Versions.GetVersion}.
115
+ # The request message for
116
+ # {::Google::Cloud::Dialogflow::CX::V3::Versions::Client#get_version Versions.GetVersion}.
114
117
  # @!attribute [rw] name
115
118
  # @return [::String]
116
119
  # Required. The name of the {::Google::Cloud::Dialogflow::CX::V3::Version Version}.
@@ -121,11 +124,13 @@ module Google
121
124
  extend ::Google::Protobuf::MessageExts::ClassMethods
122
125
  end
123
126
 
124
- # The request message for {::Google::Cloud::Dialogflow::CX::V3::Versions::Client#create_version Versions.CreateVersion}.
127
+ # The request message for
128
+ # {::Google::Cloud::Dialogflow::CX::V3::Versions::Client#create_version Versions.CreateVersion}.
125
129
  # @!attribute [rw] parent
126
130
  # @return [::String]
127
- # Required. The {::Google::Cloud::Dialogflow::CX::V3::Flow Flow} to create an {::Google::Cloud::Dialogflow::CX::V3::Version Version} for.
128
- # Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent
131
+ # Required. The {::Google::Cloud::Dialogflow::CX::V3::Flow Flow} to create an
132
+ # {::Google::Cloud::Dialogflow::CX::V3::Version Version} for. Format:
133
+ # `projects/<Project ID>/locations/<Location ID>/agents/<Agent
129
134
  # ID>/flows/<Flow ID>`.
130
135
  # @!attribute [rw] version
131
136
  # @return [::Google::Cloud::Dialogflow::CX::V3::Version]
@@ -135,36 +140,39 @@ module Google
135
140
  extend ::Google::Protobuf::MessageExts::ClassMethods
136
141
  end
137
142
 
138
- # The request message for {::Google::Cloud::Dialogflow::CX::V3::Versions::Client#update_version Versions.UpdateVersion}.
143
+ # The request message for
144
+ # {::Google::Cloud::Dialogflow::CX::V3::Versions::Client#update_version Versions.UpdateVersion}.
139
145
  # @!attribute [rw] version
140
146
  # @return [::Google::Cloud::Dialogflow::CX::V3::Version]
141
147
  # Required. The version to update.
142
148
  # @!attribute [rw] update_mask
143
149
  # @return [::Google::Protobuf::FieldMask]
144
- # Required. The mask to control which fields get updated. Currently only `description`
145
- # and `display_name` can be updated.
150
+ # Required. The mask to control which fields get updated. Currently only
151
+ # `description` and `display_name` can be updated.
146
152
  class UpdateVersionRequest
147
153
  include ::Google::Protobuf::MessageExts
148
154
  extend ::Google::Protobuf::MessageExts::ClassMethods
149
155
  end
150
156
 
151
- # The request message for {::Google::Cloud::Dialogflow::CX::V3::Versions::Client#delete_version Versions.DeleteVersion}.
157
+ # The request message for
158
+ # {::Google::Cloud::Dialogflow::CX::V3::Versions::Client#delete_version Versions.DeleteVersion}.
152
159
  # @!attribute [rw] name
153
160
  # @return [::String]
154
- # Required. The name of the {::Google::Cloud::Dialogflow::CX::V3::Version Version} to delete.
155
- # Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent
156
- # ID>/flows/<Flow ID>/versions/<Version ID>`.
161
+ # Required. The name of the {::Google::Cloud::Dialogflow::CX::V3::Version Version}
162
+ # to delete. Format: `projects/<Project ID>/locations/<Location
163
+ # ID>/agents/<Agent ID>/flows/<Flow ID>/versions/<Version ID>`.
157
164
  class DeleteVersionRequest
158
165
  include ::Google::Protobuf::MessageExts
159
166
  extend ::Google::Protobuf::MessageExts::ClassMethods
160
167
  end
161
168
 
162
- # The request message for {::Google::Cloud::Dialogflow::CX::V3::Versions::Client#load_version Versions.LoadVersion}.
169
+ # The request message for
170
+ # {::Google::Cloud::Dialogflow::CX::V3::Versions::Client#load_version Versions.LoadVersion}.
163
171
  # @!attribute [rw] name
164
172
  # @return [::String]
165
- # Required. The {::Google::Cloud::Dialogflow::CX::V3::Version Version} to be loaded to draft flow.
166
- # Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent
167
- # ID>/flows/<Flow ID>/versions/<Version ID>`.
173
+ # Required. The {::Google::Cloud::Dialogflow::CX::V3::Version Version} to be loaded
174
+ # to draft flow. Format: `projects/<Project ID>/locations/<Location
175
+ # ID>/agents/<Agent ID>/flows/<Flow ID>/versions/<Version ID>`.
168
176
  # @!attribute [rw] allow_override_agent_resources
169
177
  # @return [::Boolean]
170
178
  # This field is used to prevent accidental overwrite of other agent
@@ -176,11 +184,12 @@ module Google
176
184
  extend ::Google::Protobuf::MessageExts::ClassMethods
177
185
  end
178
186
 
179
- # The request message for {::Google::Cloud::Dialogflow::CX::V3::Versions::Client#compare_versions Versions.CompareVersions}.
187
+ # The request message for
188
+ # {::Google::Cloud::Dialogflow::CX::V3::Versions::Client#compare_versions Versions.CompareVersions}.
180
189
  # @!attribute [rw] base_version
181
190
  # @return [::String]
182
- # Required. Name of the base flow version to compare with the target version. Use
183
- # version ID `0` to indicate the draft version of the specified flow.
191
+ # Required. Name of the base flow version to compare with the target version.
192
+ # Use version ID `0` to indicate the draft version of the specified flow.
184
193
  #
185
194
  # Format: `projects/<Project ID>/locations/<Location ID>/agents/
186
195
  # <Agent ID>/flows/<Flow ID>/versions/<Version ID>`.
@@ -204,7 +213,8 @@ module Google
204
213
  extend ::Google::Protobuf::MessageExts::ClassMethods
205
214
  end
206
215
 
207
- # The response message for {::Google::Cloud::Dialogflow::CX::V3::Versions::Client#compare_versions Versions.CompareVersions}.
216
+ # The response message for
217
+ # {::Google::Cloud::Dialogflow::CX::V3::Versions::Client#compare_versions Versions.CompareVersions}.
208
218
  # @!attribute [rw] base_version_content_json
209
219
  # @return [::String]
210
220
  # JSON representation of the base version content.