google-cloud-dialogflow-cx-v3 1.3.0 → 1.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (66) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/google/cloud/dialogflow/cx/v3/agents/client.rb +13 -0
  4. data/lib/google/cloud/dialogflow/cx/v3/agents/operations.rb +7 -0
  5. data/lib/google/cloud/dialogflow/cx/v3/agents/rest/client.rb +13 -0
  6. data/lib/google/cloud/dialogflow/cx/v3/agents/rest/operations.rb +7 -0
  7. data/lib/google/cloud/dialogflow/cx/v3/changelogs/client.rb +7 -0
  8. data/lib/google/cloud/dialogflow/cx/v3/changelogs/rest/client.rb +7 -0
  9. data/lib/google/cloud/dialogflow/cx/v3/deployments/client.rb +7 -0
  10. data/lib/google/cloud/dialogflow/cx/v3/deployments/rest/client.rb +7 -0
  11. data/lib/google/cloud/dialogflow/cx/v3/entity_types/client.rb +15 -0
  12. data/lib/google/cloud/dialogflow/cx/v3/entity_types/operations.rb +7 -0
  13. data/lib/google/cloud/dialogflow/cx/v3/entity_types/rest/client.rb +15 -0
  14. data/lib/google/cloud/dialogflow/cx/v3/entity_types/rest/operations.rb +7 -0
  15. data/lib/google/cloud/dialogflow/cx/v3/environments/client.rb +7 -0
  16. data/lib/google/cloud/dialogflow/cx/v3/environments/operations.rb +7 -0
  17. data/lib/google/cloud/dialogflow/cx/v3/environments/rest/client.rb +7 -0
  18. data/lib/google/cloud/dialogflow/cx/v3/environments/rest/operations.rb +7 -0
  19. data/lib/google/cloud/dialogflow/cx/v3/experiments/client.rb +7 -0
  20. data/lib/google/cloud/dialogflow/cx/v3/experiments/rest/client.rb +7 -0
  21. data/lib/google/cloud/dialogflow/cx/v3/flows/client.rb +11 -0
  22. data/lib/google/cloud/dialogflow/cx/v3/flows/operations.rb +7 -0
  23. data/lib/google/cloud/dialogflow/cx/v3/flows/rest/client.rb +11 -0
  24. data/lib/google/cloud/dialogflow/cx/v3/flows/rest/operations.rb +7 -0
  25. data/lib/google/cloud/dialogflow/cx/v3/generators/client.rb +7 -0
  26. data/lib/google/cloud/dialogflow/cx/v3/generators/rest/client.rb +7 -0
  27. data/lib/google/cloud/dialogflow/cx/v3/intents/client.rb +15 -0
  28. data/lib/google/cloud/dialogflow/cx/v3/intents/operations.rb +7 -0
  29. data/lib/google/cloud/dialogflow/cx/v3/intents/rest/client.rb +15 -0
  30. data/lib/google/cloud/dialogflow/cx/v3/intents/rest/operations.rb +7 -0
  31. data/lib/google/cloud/dialogflow/cx/v3/pages/client.rb +7 -0
  32. data/lib/google/cloud/dialogflow/cx/v3/pages/rest/client.rb +7 -0
  33. data/lib/google/cloud/dialogflow/cx/v3/security_settings_service/client.rb +7 -0
  34. data/lib/google/cloud/dialogflow/cx/v3/security_settings_service/rest/client.rb +7 -0
  35. data/lib/google/cloud/dialogflow/cx/v3/session_entity_types/client.rb +7 -0
  36. data/lib/google/cloud/dialogflow/cx/v3/session_entity_types/rest/client.rb +7 -0
  37. data/lib/google/cloud/dialogflow/cx/v3/sessions/client.rb +7 -0
  38. data/lib/google/cloud/dialogflow/cx/v3/sessions/rest/client.rb +7 -0
  39. data/lib/google/cloud/dialogflow/cx/v3/test_cases/client.rb +11 -0
  40. data/lib/google/cloud/dialogflow/cx/v3/test_cases/operations.rb +7 -0
  41. data/lib/google/cloud/dialogflow/cx/v3/test_cases/rest/client.rb +11 -0
  42. data/lib/google/cloud/dialogflow/cx/v3/test_cases/rest/operations.rb +7 -0
  43. data/lib/google/cloud/dialogflow/cx/v3/transition_route_groups/client.rb +7 -0
  44. data/lib/google/cloud/dialogflow/cx/v3/transition_route_groups/rest/client.rb +7 -0
  45. data/lib/google/cloud/dialogflow/cx/v3/version.rb +1 -1
  46. data/lib/google/cloud/dialogflow/cx/v3/versions/client.rb +7 -0
  47. data/lib/google/cloud/dialogflow/cx/v3/versions/operations.rb +7 -0
  48. data/lib/google/cloud/dialogflow/cx/v3/versions/rest/client.rb +7 -0
  49. data/lib/google/cloud/dialogflow/cx/v3/versions/rest/operations.rb +7 -0
  50. data/lib/google/cloud/dialogflow/cx/v3/webhooks/client.rb +7 -0
  51. data/lib/google/cloud/dialogflow/cx/v3/webhooks/rest/client.rb +7 -0
  52. data/proto_docs/google/cloud/dialogflow/cx/v3/agent.rb +12 -0
  53. data/proto_docs/google/cloud/dialogflow/cx/v3/entity_type.rb +12 -0
  54. data/proto_docs/google/cloud/dialogflow/cx/v3/experiment.rb +4 -0
  55. data/proto_docs/google/cloud/dialogflow/cx/v3/flow.rb +8 -0
  56. data/proto_docs/google/cloud/dialogflow/cx/v3/fulfillment.rb +4 -0
  57. data/proto_docs/google/cloud/dialogflow/cx/v3/intent.rb +12 -0
  58. data/proto_docs/google/cloud/dialogflow/cx/v3/page.rb +12 -0
  59. data/proto_docs/google/cloud/dialogflow/cx/v3/response_message.rb +28 -0
  60. data/proto_docs/google/cloud/dialogflow/cx/v3/security_settings.rb +4 -0
  61. data/proto_docs/google/cloud/dialogflow/cx/v3/session.rb +32 -0
  62. data/proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb +22 -0
  63. data/proto_docs/google/cloud/dialogflow/cx/v3/webhook.rb +18 -0
  64. data/proto_docs/google/longrunning/operations.rb +4 -0
  65. data/proto_docs/google/protobuf/struct.rb +12 -0
  66. metadata +6 -9
@@ -807,6 +807,13 @@ module Google
807
807
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
808
808
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
809
809
  # * (`nil`) indicating no credentials
810
+ #
811
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
812
+ # external source for authentication to Google Cloud, you must validate it before
813
+ # providing it to a Google API client library. Providing an unvalidated credential
814
+ # configuration to Google APIs can compromise the security of your systems and data.
815
+ # For more information, refer to [Validate credential configurations from external
816
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
810
817
  # @return [::Object]
811
818
  # @!attribute [rw] scope
812
819
  # The OAuth scopes
@@ -764,6 +764,13 @@ module Google
764
764
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
765
765
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
766
766
  # * (`nil`) indicating no credentials
767
+ #
768
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
769
+ # external source for authentication to Google Cloud, you must validate it before
770
+ # providing it to a Google API client library. Providing an unvalidated credential
771
+ # configuration to Google APIs can compromise the security of your systems and data.
772
+ # For more information, refer to [Validate credential configurations from external
773
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
767
774
  # @return [::Object]
768
775
  # @!attribute [rw] scope
769
776
  # The OAuth scopes
@@ -703,6 +703,13 @@ module Google
703
703
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
704
704
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
705
705
  # * (`nil`) indicating no credentials
706
+ #
707
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
708
+ # external source for authentication to Google Cloud, you must validate it before
709
+ # providing it to a Google API client library. Providing an unvalidated credential
710
+ # configuration to Google APIs can compromise the security of your systems and data.
711
+ # For more information, refer to [Validate credential configurations from external
712
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
706
713
  # @return [::Object]
707
714
  # @!attribute [rw] scope
708
715
  # The OAuth scopes
@@ -660,6 +660,13 @@ module Google
660
660
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
661
661
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
662
662
  # * (`nil`) indicating no credentials
663
+ #
664
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
665
+ # external source for authentication to Google Cloud, you must validate it before
666
+ # providing it to a Google API client library. Providing an unvalidated credential
667
+ # configuration to Google APIs can compromise the security of your systems and data.
668
+ # For more information, refer to [Validate credential configurations from external
669
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
663
670
  # @return [::Object]
664
671
  # @!attribute [rw] scope
665
672
  # The OAuth scopes
@@ -720,6 +720,13 @@ module Google
720
720
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
721
721
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
722
722
  # * (`nil`) indicating no credentials
723
+ #
724
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
725
+ # external source for authentication to Google Cloud, you must validate it before
726
+ # providing it to a Google API client library. Providing an unvalidated credential
727
+ # configuration to Google APIs can compromise the security of your systems and data.
728
+ # For more information, refer to [Validate credential configurations from external
729
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
723
730
  # @return [::Object]
724
731
  # @!attribute [rw] scope
725
732
  # The OAuth scopes
@@ -677,6 +677,13 @@ module Google
677
677
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
678
678
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
679
679
  # * (`nil`) indicating no credentials
680
+ #
681
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
682
+ # external source for authentication to Google Cloud, you must validate it before
683
+ # providing it to a Google API client library. Providing an unvalidated credential
684
+ # configuration to Google APIs can compromise the security of your systems and data.
685
+ # For more information, refer to [Validate credential configurations from external
686
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
680
687
  # @return [::Object]
681
688
  # @!attribute [rw] scope
682
689
  # The OAuth scopes
@@ -867,6 +867,13 @@ module Google
867
867
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
868
868
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
869
869
  # * (`nil`) indicating no credentials
870
+ #
871
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
872
+ # external source for authentication to Google Cloud, you must validate it before
873
+ # providing it to a Google API client library. Providing an unvalidated credential
874
+ # configuration to Google APIs can compromise the security of your systems and data.
875
+ # For more information, refer to [Validate credential configurations from external
876
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
870
877
  # @return [::Object]
871
878
  # @!attribute [rw] scope
872
879
  # The OAuth scopes
@@ -740,6 +740,13 @@ module Google
740
740
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
741
741
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
742
742
  # * (`nil`) indicating no credentials
743
+ #
744
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
745
+ # external source for authentication to Google Cloud, you must validate it before
746
+ # providing it to a Google API client library. Providing an unvalidated credential
747
+ # configuration to Google APIs can compromise the security of your systems and data.
748
+ # For more information, refer to [Validate credential configurations from external
749
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
743
750
  # @return [::Object]
744
751
  # @!attribute [rw] scope
745
752
  # The OAuth scopes
@@ -1022,9 +1022,13 @@ module Google
1022
1022
  # have read permissions for the object. For more information, see
1023
1023
  # [Dialogflow access
1024
1024
  # control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
1025
+ #
1026
+ # Note: The following fields are mutually exclusive: `gcs_uri`, `content`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1025
1027
  # @param content [::String]
1026
1028
  # Uncompressed raw byte content for test cases.
1027
1029
  #
1030
+ # Note: The following fields are mutually exclusive: `content`, `gcs_uri`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1031
+ #
1028
1032
  # @yield [response, operation] Access the result along with the RPC operation
1029
1033
  # @yieldparam response [::Gapic::Operation]
1030
1034
  # @yieldparam operation [::GRPC::ActiveCall::Operation]
@@ -1485,6 +1489,13 @@ module Google
1485
1489
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
1486
1490
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
1487
1491
  # * (`nil`) indicating no credentials
1492
+ #
1493
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
1494
+ # external source for authentication to Google Cloud, you must validate it before
1495
+ # providing it to a Google API client library. Providing an unvalidated credential
1496
+ # configuration to Google APIs can compromise the security of your systems and data.
1497
+ # For more information, refer to [Validate credential configurations from external
1498
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
1488
1499
  # @return [::Object]
1489
1500
  # @!attribute [rw] scope
1490
1501
  # The OAuth scopes
@@ -641,6 +641,13 @@ module Google
641
641
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
642
642
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
643
643
  # * (`nil`) indicating no credentials
644
+ #
645
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
646
+ # external source for authentication to Google Cloud, you must validate it before
647
+ # providing it to a Google API client library. Providing an unvalidated credential
648
+ # configuration to Google APIs can compromise the security of your systems and data.
649
+ # For more information, refer to [Validate credential configurations from external
650
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
644
651
  # @return [::Object]
645
652
  # @!attribute [rw] scope
646
653
  # The OAuth scopes
@@ -960,8 +960,12 @@ module Google
960
960
  # have read permissions for the object. For more information, see
961
961
  # [Dialogflow access
962
962
  # control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
963
+ #
964
+ # Note: The following fields are mutually exclusive: `gcs_uri`, `content`. If a field in that set is populated, all other fields in the set will automatically be cleared.
963
965
  # @param content [::String]
964
966
  # Uncompressed raw byte content for test cases.
967
+ #
968
+ # Note: The following fields are mutually exclusive: `content`, `gcs_uri`. If a field in that set is populated, all other fields in the set will automatically be cleared.
965
969
  # @yield [result, operation] Access the result along with the TransportOperation object
966
970
  # @yieldparam result [::Gapic::Operation]
967
971
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -1393,6 +1397,13 @@ module Google
1393
1397
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
1394
1398
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
1395
1399
  # * (`nil`) indicating no credentials
1400
+ #
1401
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
1402
+ # external source for authentication to Google Cloud, you must validate it before
1403
+ # providing it to a Google API client library. Providing an unvalidated credential
1404
+ # configuration to Google APIs can compromise the security of your systems and data.
1405
+ # For more information, refer to [Validate credential configurations from external
1406
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
1396
1407
  # @return [::Object]
1397
1408
  # @!attribute [rw] scope
1398
1409
  # The OAuth scopes
@@ -503,6 +503,13 @@ module Google
503
503
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
504
504
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
505
505
  # * (`nil`) indicating no credentials
506
+ #
507
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
508
+ # external source for authentication to Google Cloud, you must validate it before
509
+ # providing it to a Google API client library. Providing an unvalidated credential
510
+ # configuration to Google APIs can compromise the security of your systems and data.
511
+ # For more information, refer to [Validate credential configurations from external
512
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
506
513
  # @return [::Object]
507
514
  # @!attribute [rw] scope
508
515
  # The OAuth scopes
@@ -783,6 +783,13 @@ module Google
783
783
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
784
784
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
785
785
  # * (`nil`) indicating no credentials
786
+ #
787
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
788
+ # external source for authentication to Google Cloud, you must validate it before
789
+ # providing it to a Google API client library. Providing an unvalidated credential
790
+ # configuration to Google APIs can compromise the security of your systems and data.
791
+ # For more information, refer to [Validate credential configurations from external
792
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
786
793
  # @return [::Object]
787
794
  # @!attribute [rw] scope
788
795
  # The OAuth scopes
@@ -740,6 +740,13 @@ module Google
740
740
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
741
741
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
742
742
  # * (`nil`) indicating no credentials
743
+ #
744
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
745
+ # external source for authentication to Google Cloud, you must validate it before
746
+ # providing it to a Google API client library. Providing an unvalidated credential
747
+ # configuration to Google APIs can compromise the security of your systems and data.
748
+ # For more information, refer to [Validate credential configurations from external
749
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
743
750
  # @return [::Object]
744
751
  # @!attribute [rw] scope
745
752
  # The OAuth scopes
@@ -22,7 +22,7 @@ module Google
22
22
  module Dialogflow
23
23
  module CX
24
24
  module V3
25
- VERSION = "1.3.0"
25
+ VERSION = "1.4.0"
26
26
  end
27
27
  end
28
28
  end
@@ -943,6 +943,13 @@ module Google
943
943
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
944
944
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
945
945
  # * (`nil`) indicating no credentials
946
+ #
947
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
948
+ # external source for authentication to Google Cloud, you must validate it before
949
+ # providing it to a Google API client library. Providing an unvalidated credential
950
+ # configuration to Google APIs can compromise the security of your systems and data.
951
+ # For more information, refer to [Validate credential configurations from external
952
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
946
953
  # @return [::Object]
947
954
  # @!attribute [rw] scope
948
955
  # The OAuth scopes
@@ -641,6 +641,13 @@ module Google
641
641
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
642
642
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
643
643
  # * (`nil`) indicating no credentials
644
+ #
645
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
646
+ # external source for authentication to Google Cloud, you must validate it before
647
+ # providing it to a Google API client library. Providing an unvalidated credential
648
+ # configuration to Google APIs can compromise the security of your systems and data.
649
+ # For more information, refer to [Validate credential configurations from external
650
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
644
651
  # @return [::Object]
645
652
  # @!attribute [rw] scope
646
653
  # The OAuth scopes
@@ -886,6 +886,13 @@ module Google
886
886
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
887
887
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
888
888
  # * (`nil`) indicating no credentials
889
+ #
890
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
891
+ # external source for authentication to Google Cloud, you must validate it before
892
+ # providing it to a Google API client library. Providing an unvalidated credential
893
+ # configuration to Google APIs can compromise the security of your systems and data.
894
+ # For more information, refer to [Validate credential configurations from external
895
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
889
896
  # @return [::Object]
890
897
  # @!attribute [rw] scope
891
898
  # The OAuth scopes
@@ -503,6 +503,13 @@ module Google
503
503
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
504
504
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
505
505
  # * (`nil`) indicating no credentials
506
+ #
507
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
508
+ # external source for authentication to Google Cloud, you must validate it before
509
+ # providing it to a Google API client library. Providing an unvalidated credential
510
+ # configuration to Google APIs can compromise the security of your systems and data.
511
+ # For more information, refer to [Validate credential configurations from external
512
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
506
513
  # @return [::Object]
507
514
  # @!attribute [rw] scope
508
515
  # The OAuth scopes
@@ -707,6 +707,13 @@ module Google
707
707
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
708
708
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
709
709
  # * (`nil`) indicating no credentials
710
+ #
711
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
712
+ # external source for authentication to Google Cloud, you must validate it before
713
+ # providing it to a Google API client library. Providing an unvalidated credential
714
+ # configuration to Google APIs can compromise the security of your systems and data.
715
+ # For more information, refer to [Validate credential configurations from external
716
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
710
717
  # @return [::Object]
711
718
  # @!attribute [rw] scope
712
719
  # The OAuth scopes
@@ -664,6 +664,13 @@ module Google
664
664
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
665
665
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
666
666
  # * (`nil`) indicating no credentials
667
+ #
668
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
669
+ # external source for authentication to Google Cloud, you must validate it before
670
+ # providing it to a Google API client library. Providing an unvalidated credential
671
+ # configuration to Google APIs can compromise the security of your systems and data.
672
+ # For more information, refer to [Validate credential configurations from external
673
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
667
674
  # @return [::Object]
668
675
  # @!attribute [rw] scope
669
676
  # The OAuth scopes
@@ -389,16 +389,22 @@ module Google
389
389
  # The URI to a file containing the exported agent. This field is populated
390
390
  # if `agent_uri` is specified in
391
391
  # {::Google::Cloud::Dialogflow::CX::V3::ExportAgentRequest ExportAgentRequest}.
392
+ #
393
+ # Note: The following fields are mutually exclusive: `agent_uri`, `agent_content`, `commit_sha`. If a field in that set is populated, all other fields in the set will automatically be cleared.
392
394
  # @!attribute [rw] agent_content
393
395
  # @return [::String]
394
396
  # Uncompressed raw byte content for agent. This field is populated
395
397
  # if none of `agent_uri` and `git_destination` are specified in
396
398
  # {::Google::Cloud::Dialogflow::CX::V3::ExportAgentRequest ExportAgentRequest}.
399
+ #
400
+ # Note: The following fields are mutually exclusive: `agent_content`, `agent_uri`, `commit_sha`. If a field in that set is populated, all other fields in the set will automatically be cleared.
397
401
  # @!attribute [rw] commit_sha
398
402
  # @return [::String]
399
403
  # Commit SHA of the git push. This field is populated if
400
404
  # `git_destination` is specified in
401
405
  # {::Google::Cloud::Dialogflow::CX::V3::ExportAgentRequest ExportAgentRequest}.
406
+ #
407
+ # Note: The following fields are mutually exclusive: `commit_sha`, `agent_uri`, `agent_content`. If a field in that set is populated, all other fields in the set will automatically be cleared.
402
408
  class ExportAgentResponse
403
409
  include ::Google::Protobuf::MessageExts
404
410
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -421,12 +427,18 @@ module Google
421
427
  # have read permissions for the object. For more information, see
422
428
  # [Dialogflow access
423
429
  # control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
430
+ #
431
+ # Note: The following fields are mutually exclusive: `agent_uri`, `agent_content`, `git_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
424
432
  # @!attribute [rw] agent_content
425
433
  # @return [::String]
426
434
  # Uncompressed raw byte content for agent.
435
+ #
436
+ # Note: The following fields are mutually exclusive: `agent_content`, `agent_uri`, `git_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
427
437
  # @!attribute [rw] git_source
428
438
  # @return [::Google::Cloud::Dialogflow::CX::V3::RestoreAgentRequest::GitSource]
429
439
  # Setting for restoring from a git branch
440
+ #
441
+ # Note: The following fields are mutually exclusive: `git_source`, `agent_uri`, `agent_content`. If a field in that set is populated, all other fields in the set will automatically be cleared.
430
442
  # @!attribute [rw] restore_option
431
443
  # @return [::Google::Cloud::Dialogflow::CX::V3::RestoreAgentRequest::RestoreOption]
432
444
  # Agent restore mode. If not specified, `KEEP` is assumed.
@@ -183,9 +183,13 @@ module Google
183
183
  # have write permissions for the object. For more information, see
184
184
  # [Dialogflow access
185
185
  # control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
186
+ #
187
+ # Note: The following fields are mutually exclusive: `entity_types_uri`, `entity_types_content_inline`. If a field in that set is populated, all other fields in the set will automatically be cleared.
186
188
  # @!attribute [rw] entity_types_content_inline
187
189
  # @return [::Boolean]
188
190
  # Optional. The option to return the serialized entity types inline.
191
+ #
192
+ # Note: The following fields are mutually exclusive: `entity_types_content_inline`, `entity_types_uri`. If a field in that set is populated, all other fields in the set will automatically be cleared.
189
193
  # @!attribute [rw] data_format
190
194
  # @return [::Google::Cloud::Dialogflow::CX::V3::ExportEntityTypesRequest::DataFormat]
191
195
  # Optional. The data format of the exported entity types. If not specified,
@@ -228,11 +232,15 @@ module Google
228
232
  # The URI to a file containing the exported entity types. This field is
229
233
  # populated only if `entity_types_uri` is specified in
230
234
  # {::Google::Cloud::Dialogflow::CX::V3::ExportEntityTypesRequest ExportEntityTypesRequest}.
235
+ #
236
+ # Note: The following fields are mutually exclusive: `entity_types_uri`, `entity_types_content`. If a field in that set is populated, all other fields in the set will automatically be cleared.
231
237
  # @!attribute [rw] entity_types_content
232
238
  # @return [::Google::Cloud::Dialogflow::CX::V3::InlineDestination]
233
239
  # Uncompressed byte content for entity types. This field is populated only
234
240
  # if `entity_types_content_inline` is set to true in
235
241
  # {::Google::Cloud::Dialogflow::CX::V3::ExportEntityTypesRequest ExportEntityTypesRequest}.
242
+ #
243
+ # Note: The following fields are mutually exclusive: `entity_types_content`, `entity_types_uri`. If a field in that set is populated, all other fields in the set will automatically be cleared.
236
244
  class ExportEntityTypesResponse
237
245
  include ::Google::Protobuf::MessageExts
238
246
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -263,9 +271,13 @@ module Google
263
271
  # have read permissions for the object. For more information, see
264
272
  # [Dialogflow access
265
273
  # control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
274
+ #
275
+ # Note: The following fields are mutually exclusive: `entity_types_uri`, `entity_types_content`. If a field in that set is populated, all other fields in the set will automatically be cleared.
266
276
  # @!attribute [rw] entity_types_content
267
277
  # @return [::Google::Cloud::Dialogflow::CX::V3::InlineSource]
268
278
  # Uncompressed byte content of entity types.
279
+ #
280
+ # Note: The following fields are mutually exclusive: `entity_types_content`, `entity_types_uri`. If a field in that set is populated, all other fields in the set will automatically be cleared.
269
281
  # @!attribute [rw] merge_option
270
282
  # @return [::Google::Cloud::Dialogflow::CX::V3::ImportEntityTypesRequest::MergeOption]
271
283
  # Required. Merge option for importing entity types.
@@ -146,9 +146,13 @@ module Google
146
146
  # @!attribute [rw] ratio
147
147
  # @return [::Float]
148
148
  # Ratio value of a metric.
149
+ #
150
+ # Note: The following fields are mutually exclusive: `ratio`, `count`. If a field in that set is populated, all other fields in the set will automatically be cleared.
149
151
  # @!attribute [rw] count
150
152
  # @return [::Float]
151
153
  # Count value of a metric.
154
+ #
155
+ # Note: The following fields are mutually exclusive: `count`, `ratio`. If a field in that set is populated, all other fields in the set will automatically be cleared.
152
156
  # @!attribute [rw] confidence_interval
153
157
  # @return [::Google::Cloud::Dialogflow::CX::V3::Experiment::Result::ConfidenceInterval]
154
158
  # The probability that the treatment is better than all other treatments
@@ -418,9 +418,13 @@ module Google
418
418
  # have read permissions for the object. For more information, see
419
419
  # [Dialogflow access
420
420
  # control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
421
+ #
422
+ # Note: The following fields are mutually exclusive: `flow_uri`, `flow_content`. If a field in that set is populated, all other fields in the set will automatically be cleared.
421
423
  # @!attribute [rw] flow_content
422
424
  # @return [::String]
423
425
  # Uncompressed raw byte content for flow.
426
+ #
427
+ # Note: The following fields are mutually exclusive: `flow_content`, `flow_uri`. If a field in that set is populated, all other fields in the set will automatically be cleared.
424
428
  # @!attribute [rw] import_option
425
429
  # @return [::Google::Cloud::Dialogflow::CX::V3::ImportFlowRequest::ImportOption]
426
430
  # Flow import mode. If not specified, `KEEP` is assumed.
@@ -508,9 +512,13 @@ module Google
508
512
  # The URI to a file containing the exported flow. This field is populated
509
513
  # only if `flow_uri` is specified in
510
514
  # {::Google::Cloud::Dialogflow::CX::V3::ExportFlowRequest ExportFlowRequest}.
515
+ #
516
+ # Note: The following fields are mutually exclusive: `flow_uri`, `flow_content`. If a field in that set is populated, all other fields in the set will automatically be cleared.
511
517
  # @!attribute [rw] flow_content
512
518
  # @return [::String]
513
519
  # Uncompressed raw byte content for flow.
520
+ #
521
+ # Note: The following fields are mutually exclusive: `flow_content`, `flow_uri`. If a field in that set is populated, all other fields in the set will automatically be cleared.
514
522
  class ExportFlowResponse
515
523
  include ::Google::Protobuf::MessageExts
516
524
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -129,9 +129,13 @@ module Google
129
129
  # @!attribute [rw] message
130
130
  # @return [::Google::Cloud::Dialogflow::CX::V3::ResponseMessage]
131
131
  # Returned message.
132
+ #
133
+ # Note: The following fields are mutually exclusive: `message`, `additional_cases`. If a field in that set is populated, all other fields in the set will automatically be cleared.
132
134
  # @!attribute [rw] additional_cases
133
135
  # @return [::Google::Cloud::Dialogflow::CX::V3::Fulfillment::ConditionalCases]
134
136
  # Additional cases to be evaluated.
137
+ #
138
+ # Note: The following fields are mutually exclusive: `additional_cases`, `message`. If a field in that set is populated, all other fields in the set will automatically be cleared.
135
139
  class CaseContent
136
140
  include ::Google::Protobuf::MessageExts
137
141
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -328,9 +328,13 @@ module Google
328
328
  # have read permissions for the object. For more information, see
329
329
  # [Dialogflow access
330
330
  # control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
331
+ #
332
+ # Note: The following fields are mutually exclusive: `intents_uri`, `intents_content`. If a field in that set is populated, all other fields in the set will automatically be cleared.
331
333
  # @!attribute [rw] intents_content
332
334
  # @return [::Google::Cloud::Dialogflow::CX::V3::InlineSource]
333
335
  # Uncompressed byte content of intents.
336
+ #
337
+ # Note: The following fields are mutually exclusive: `intents_content`, `intents_uri`. If a field in that set is populated, all other fields in the set will automatically be cleared.
334
338
  # @!attribute [rw] merge_option
335
339
  # @return [::Google::Cloud::Dialogflow::CX::V3::ImportIntentsRequest::MergeOption]
336
340
  # Merge option for importing intents. If not specified, `REJECT` is assumed.
@@ -433,9 +437,13 @@ module Google
433
437
  # have write permissions for the object. For more information, see
434
438
  # [Dialogflow access
435
439
  # control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
440
+ #
441
+ # Note: The following fields are mutually exclusive: `intents_uri`, `intents_content_inline`. If a field in that set is populated, all other fields in the set will automatically be cleared.
436
442
  # @!attribute [rw] intents_content_inline
437
443
  # @return [::Boolean]
438
444
  # Optional. The option to return the serialized intents inline.
445
+ #
446
+ # Note: The following fields are mutually exclusive: `intents_content_inline`, `intents_uri`. If a field in that set is populated, all other fields in the set will automatically be cleared.
439
447
  # @!attribute [rw] data_format
440
448
  # @return [::Google::Cloud::Dialogflow::CX::V3::ExportIntentsRequest::DataFormat]
441
449
  # Optional. The data format of the exported intents. If not specified, `BLOB`
@@ -467,11 +475,15 @@ module Google
467
475
  # The URI to a file containing the exported intents. This field is
468
476
  # populated only if `intents_uri` is specified in
469
477
  # {::Google::Cloud::Dialogflow::CX::V3::ExportIntentsRequest ExportIntentsRequest}.
478
+ #
479
+ # Note: The following fields are mutually exclusive: `intents_uri`, `intents_content`. If a field in that set is populated, all other fields in the set will automatically be cleared.
470
480
  # @!attribute [rw] intents_content
471
481
  # @return [::Google::Cloud::Dialogflow::CX::V3::InlineDestination]
472
482
  # Uncompressed byte content for intents. This field is populated only if
473
483
  # `intents_content_inline` is set to true in
474
484
  # {::Google::Cloud::Dialogflow::CX::V3::ExportIntentsRequest ExportIntentsRequest}.
485
+ #
486
+ # Note: The following fields are mutually exclusive: `intents_content`, `intents_uri`. If a field in that set is populated, all other fields in the set will automatically be cleared.
475
487
  class ExportIntentsResponse
476
488
  include ::Google::Protobuf::MessageExts
477
489
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -257,11 +257,15 @@ module Google
257
257
  # The target page to transition to.
258
258
  # Format:
259
259
  # `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/pages/<PageID>`.
260
+ #
261
+ # Note: The following fields are mutually exclusive: `target_page`, `target_flow`. If a field in that set is populated, all other fields in the set will automatically be cleared.
260
262
  # @!attribute [rw] target_flow
261
263
  # @return [::String]
262
264
  # The target flow to transition to.
263
265
  # Format:
264
266
  # `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>`.
267
+ #
268
+ # Note: The following fields are mutually exclusive: `target_flow`, `target_page`. If a field in that set is populated, all other fields in the set will automatically be cleared.
265
269
  class EventHandler
266
270
  include ::Google::Protobuf::MessageExts
267
271
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -321,11 +325,15 @@ module Google
321
325
  # The target page to transition to.
322
326
  # Format:
323
327
  # `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/pages/<PageID>`.
328
+ #
329
+ # Note: The following fields are mutually exclusive: `target_page`, `target_flow`. If a field in that set is populated, all other fields in the set will automatically be cleared.
324
330
  # @!attribute [rw] target_flow
325
331
  # @return [::String]
326
332
  # The target flow to transition to.
327
333
  # Format:
328
334
  # `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>`.
335
+ #
336
+ # Note: The following fields are mutually exclusive: `target_flow`, `target_page`. If a field in that set is populated, all other fields in the set will automatically be cleared.
329
337
  class TransitionRoute
330
338
  include ::Google::Protobuf::MessageExts
331
339
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -540,11 +548,15 @@ module Google
540
548
  # The target page to transition to.
541
549
  # Format:
542
550
  # `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/pages/<PageID>`.
551
+ #
552
+ # Note: The following fields are mutually exclusive: `target_page`, `target_flow`. If a field in that set is populated, all other fields in the set will automatically be cleared.
543
553
  # @!attribute [rw] target_flow
544
554
  # @return [::String]
545
555
  # The target flow to transition to.
546
556
  # Format:
547
557
  # `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>`.
558
+ #
559
+ # Note: The following fields are mutually exclusive: `target_flow`, `target_page`. If a field in that set is populated, all other fields in the set will automatically be cleared.
548
560
  # @!attribute [rw] data_store_connections
549
561
  # @return [::Array<::Google::Cloud::Dialogflow::CX::V3::DataStoreConnection>]
550
562
  # Optional. List of related data store connections.