google-cloud-dialogflow-cx-v3 0.15.0 → 0.16.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (57) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/google/cloud/dialogflow/cx/v3/agents/client.rb +7 -2
  4. data/lib/google/cloud/dialogflow/cx/v3/agents/operations.rb +2 -2
  5. data/lib/google/cloud/dialogflow/cx/v3/agents/rest/client.rb +7 -2
  6. data/lib/google/cloud/dialogflow/cx/v3/agents/rest/operations.rb +2 -2
  7. data/lib/google/cloud/dialogflow/cx/v3/changelogs/client.rb +2 -2
  8. data/lib/google/cloud/dialogflow/cx/v3/changelogs/rest/client.rb +2 -2
  9. data/lib/google/cloud/dialogflow/cx/v3/deployments/client.rb +2 -2
  10. data/lib/google/cloud/dialogflow/cx/v3/deployments/rest/client.rb +2 -2
  11. data/lib/google/cloud/dialogflow/cx/v3/entity_types/client.rb +2 -2
  12. data/lib/google/cloud/dialogflow/cx/v3/entity_types/rest/client.rb +2 -2
  13. data/lib/google/cloud/dialogflow/cx/v3/environments/client.rb +2 -2
  14. data/lib/google/cloud/dialogflow/cx/v3/environments/operations.rb +2 -2
  15. data/lib/google/cloud/dialogflow/cx/v3/environments/rest/client.rb +2 -2
  16. data/lib/google/cloud/dialogflow/cx/v3/environments/rest/operations.rb +2 -2
  17. data/lib/google/cloud/dialogflow/cx/v3/experiments/client.rb +2 -2
  18. data/lib/google/cloud/dialogflow/cx/v3/experiments/rest/client.rb +2 -2
  19. data/lib/google/cloud/dialogflow/cx/v3/flows/client.rb +2 -2
  20. data/lib/google/cloud/dialogflow/cx/v3/flows/operations.rb +2 -2
  21. data/lib/google/cloud/dialogflow/cx/v3/flows/rest/client.rb +2 -2
  22. data/lib/google/cloud/dialogflow/cx/v3/flows/rest/operations.rb +2 -2
  23. data/lib/google/cloud/dialogflow/cx/v3/intents/client.rb +2 -2
  24. data/lib/google/cloud/dialogflow/cx/v3/intents/rest/client.rb +2 -2
  25. data/lib/google/cloud/dialogflow/cx/v3/pages/client.rb +2 -2
  26. data/lib/google/cloud/dialogflow/cx/v3/pages/rest/client.rb +2 -2
  27. data/lib/google/cloud/dialogflow/cx/v3/security_settings_service/client.rb +2 -2
  28. data/lib/google/cloud/dialogflow/cx/v3/security_settings_service/rest/client.rb +2 -2
  29. data/lib/google/cloud/dialogflow/cx/v3/session_entity_types/client.rb +2 -2
  30. data/lib/google/cloud/dialogflow/cx/v3/session_entity_types/rest/client.rb +2 -2
  31. data/lib/google/cloud/dialogflow/cx/v3/session_pb.rb +22 -0
  32. data/lib/google/cloud/dialogflow/cx/v3/sessions/client.rb +2 -2
  33. data/lib/google/cloud/dialogflow/cx/v3/sessions/rest/client.rb +2 -2
  34. data/lib/google/cloud/dialogflow/cx/v3/test_case_pb.rb +1 -0
  35. data/lib/google/cloud/dialogflow/cx/v3/test_cases/client.rb +2 -2
  36. data/lib/google/cloud/dialogflow/cx/v3/test_cases/operations.rb +2 -2
  37. data/lib/google/cloud/dialogflow/cx/v3/test_cases/rest/client.rb +2 -2
  38. data/lib/google/cloud/dialogflow/cx/v3/test_cases/rest/operations.rb +2 -2
  39. data/lib/google/cloud/dialogflow/cx/v3/transition_route_groups/client.rb +2 -2
  40. data/lib/google/cloud/dialogflow/cx/v3/transition_route_groups/rest/client.rb +2 -2
  41. data/lib/google/cloud/dialogflow/cx/v3/version.rb +1 -1
  42. data/lib/google/cloud/dialogflow/cx/v3/versions/client.rb +2 -2
  43. data/lib/google/cloud/dialogflow/cx/v3/versions/operations.rb +2 -2
  44. data/lib/google/cloud/dialogflow/cx/v3/versions/rest/client.rb +2 -2
  45. data/lib/google/cloud/dialogflow/cx/v3/versions/rest/operations.rb +2 -2
  46. data/lib/google/cloud/dialogflow/cx/v3/webhook_pb.rb +1 -0
  47. data/lib/google/cloud/dialogflow/cx/v3/webhooks/client.rb +2 -2
  48. data/lib/google/cloud/dialogflow/cx/v3/webhooks/rest/client.rb +2 -2
  49. data/proto_docs/google/api/client.rb +67 -4
  50. data/proto_docs/google/cloud/dialogflow/cx/v3/agent.rb +1 -1
  51. data/proto_docs/google/cloud/dialogflow/cx/v3/audio_config.rb +19 -3
  52. data/proto_docs/google/cloud/dialogflow/cx/v3/deployment.rb +1 -1
  53. data/proto_docs/google/cloud/dialogflow/cx/v3/gcs.rb +2 -4
  54. data/proto_docs/google/cloud/dialogflow/cx/v3/session.rb +81 -3
  55. data/proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb +6 -3
  56. data/proto_docs/google/cloud/dialogflow/cx/v3/webhook.rb +4 -0
  57. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ddb7d71c443719e66ccfd0d62f2f548a1546759aeea014c6eb9d5970bf6e8db5
4
- data.tar.gz: 1a9ffda36b9a300b4f4760e3d4c4592daa840658e0d8ae6aef1582694a93c01e
3
+ metadata.gz: 5eb011c9d6fcc019cf4e76acdcb936e0edb2c2609e8a2f149deeee6fe67c2869
4
+ data.tar.gz: 130abfc5557f7cefa783919cb1dd9b283261c3bcc60b28423e170786743894d7
5
5
  SHA512:
6
- metadata.gz: d82959d9f359b5646dbe2973846bcf677a24666d791b91c72323f4a809115c324f786c901aa54f9b4bda6a3faaddb9035901b4faf35ec15cb1906dfd806a962b
7
- data.tar.gz: 07c61cb2542b533d8a69139342e69c0d802e2927737321f931c47be8bf4e5fdac7069ca175b40ce0d9fec12a572dd8a37b56040fb48816fcd546c83f8da2d470
6
+ metadata.gz: c06488fa809f12d64bd5c75d5e7a036df125edb36e5c8ff9debfe1f08048a52f8aa5b33c6d641d6430d1cb3e8721af26fa3243a04e92605ab8e281e3fa9b6444
7
+ data.tar.gz: 2fdf24c6c1b2e273c9c232ba62fbadd7cee1ab8fd57f8e60a1cb17d2e445e58d8cb3eff123870a388ae68a837f3f7461a7613e54b824780f4c7c7d3aab1e240f
data/README.md CHANGED
@@ -47,7 +47,7 @@ for general usage information.
47
47
 
48
48
  To enable logging for this library, set the logger for the underlying [gRPC](https://github.com/grpc/grpc/tree/master/src/ruby) library.
49
49
  The logger that you set may be a Ruby stdlib [`Logger`](https://ruby-doc.org/current/stdlibs/logger/Logger.html) as shown below,
50
- or a [`Google::Cloud::Logging::Logger`](https://googleapis.dev/ruby/google-cloud-logging/latest)
50
+ or a [`Google::Cloud::Logging::Logger`](https://cloud.google.com/ruby/docs/reference/google-cloud-logging/latest)
51
51
  that will write logs to [Cloud Logging](https://cloud.google.com/logging/). See [grpc/logconfig.rb](https://github.com/grpc/grpc/blob/master/src/ruby/lib/grpc/logconfig.rb)
52
52
  and the gRPC [spec_helper.rb](https://github.com/grpc/grpc/blob/master/src/ruby/spec/spec_helper.rb) for additional information.
53
53
 
@@ -71,6 +71,11 @@ module Google
71
71
  initial_delay: 0.1, max_delay: 60.0, multiplier: 1.3, retry_codes: [14]
72
72
  }
73
73
 
74
+ default_config.rpcs.create_agent.timeout = 180.0
75
+ default_config.rpcs.create_agent.retry_policy = {
76
+ initial_delay: 0.1, max_delay: 60.0, multiplier: 1.3, retry_codes: [14]
77
+ }
78
+
74
79
  default_config
75
80
  end
76
81
  yield @configure if block_given?
@@ -1092,9 +1097,9 @@ module Google
1092
1097
  # * (`String`) The path to a service account key file in JSON format
1093
1098
  # * (`Hash`) A service account key as a Hash
1094
1099
  # * (`Google::Auth::Credentials`) A googleauth credentials object
1095
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
1100
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
1096
1101
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
1097
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
1102
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
1098
1103
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
1099
1104
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
1100
1105
  # * (`nil`) indicating no credentials
@@ -621,9 +621,9 @@ module Google
621
621
  # * (`String`) The path to a service account key file in JSON format
622
622
  # * (`Hash`) A service account key as a Hash
623
623
  # * (`Google::Auth::Credentials`) A googleauth credentials object
624
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
624
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
625
625
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
626
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
626
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
627
627
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
628
628
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
629
629
  # * (`nil`) indicating no credentials
@@ -73,6 +73,11 @@ module Google
73
73
  initial_delay: 0.1, max_delay: 60.0, multiplier: 1.3, retry_codes: [14]
74
74
  }
75
75
 
76
+ default_config.rpcs.create_agent.timeout = 180.0
77
+ default_config.rpcs.create_agent.retry_policy = {
78
+ initial_delay: 0.1, max_delay: 60.0, multiplier: 1.3, retry_codes: [14]
79
+ }
80
+
76
81
  default_config
77
82
  end
78
83
  yield @configure if block_given?
@@ -859,9 +864,9 @@ module Google
859
864
  # * (`String`) The path to a service account key file in JSON format
860
865
  # * (`Hash`) A service account key as a Hash
861
866
  # * (`Google::Auth::Credentials`) A googleauth credentials object
862
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
867
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
863
868
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
864
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
869
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
865
870
  # * (`nil`) indicating no credentials
866
871
  # @return [::Object]
867
872
  # @!attribute [rw] scope
@@ -412,9 +412,9 @@ module Google
412
412
  # * (`String`) The path to a service account key file in JSON format
413
413
  # * (`Hash`) A service account key as a Hash
414
414
  # * (`Google::Auth::Credentials`) A googleauth credentials object
415
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
415
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
416
416
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
417
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
417
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
418
418
  # * (`nil`) indicating no credentials
419
419
  # @return [::Object]
420
420
  # @!attribute [rw] scope
@@ -406,9 +406,9 @@ module Google
406
406
  # * (`String`) The path to a service account key file in JSON format
407
407
  # * (`Hash`) A service account key as a Hash
408
408
  # * (`Google::Auth::Credentials`) A googleauth credentials object
409
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
409
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
410
410
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
411
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
411
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
412
412
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
413
413
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
414
414
  # * (`nil`) indicating no credentials
@@ -348,9 +348,9 @@ module Google
348
348
  # * (`String`) The path to a service account key file in JSON format
349
349
  # * (`Hash`) A service account key as a Hash
350
350
  # * (`Google::Auth::Credentials`) A googleauth credentials object
351
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
351
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
352
352
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
353
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
353
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
354
354
  # * (`nil`) indicating no credentials
355
355
  # @return [::Object]
356
356
  # @!attribute [rw] scope
@@ -390,9 +390,9 @@ module Google
390
390
  # * (`String`) The path to a service account key file in JSON format
391
391
  # * (`Hash`) A service account key as a Hash
392
392
  # * (`Google::Auth::Credentials`) A googleauth credentials object
393
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
393
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
394
394
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
395
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
395
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
396
396
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
397
397
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
398
398
  # * (`nil`) indicating no credentials
@@ -332,9 +332,9 @@ module Google
332
332
  # * (`String`) The path to a service account key file in JSON format
333
333
  # * (`Hash`) A service account key as a Hash
334
334
  # * (`Google::Auth::Credentials`) A googleauth credentials object
335
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
335
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
336
336
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
337
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
337
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
338
338
  # * (`nil`) indicating no credentials
339
339
  # @return [::Object]
340
340
  # @!attribute [rw] scope
@@ -722,9 +722,9 @@ module Google
722
722
  # * (`String`) The path to a service account key file in JSON format
723
723
  # * (`Hash`) A service account key as a Hash
724
724
  # * (`Google::Auth::Credentials`) A googleauth credentials object
725
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
725
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
726
726
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
727
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
727
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
728
728
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
729
729
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
730
730
  # * (`nil`) indicating no credentials
@@ -595,9 +595,9 @@ module Google
595
595
  # * (`String`) The path to a service account key file in JSON format
596
596
  # * (`Hash`) A service account key as a Hash
597
597
  # * (`Google::Auth::Credentials`) A googleauth credentials object
598
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
598
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
599
599
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
600
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
600
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
601
601
  # * (`nil`) indicating no credentials
602
602
  # @return [::Object]
603
603
  # @!attribute [rw] scope
@@ -1110,9 +1110,9 @@ module Google
1110
1110
  # * (`String`) The path to a service account key file in JSON format
1111
1111
  # * (`Hash`) A service account key as a Hash
1112
1112
  # * (`Google::Auth::Credentials`) A googleauth credentials object
1113
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
1113
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
1114
1114
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
1115
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
1115
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
1116
1116
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
1117
1117
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
1118
1118
  # * (`nil`) indicating no credentials
@@ -621,9 +621,9 @@ module Google
621
621
  # * (`String`) The path to a service account key file in JSON format
622
622
  # * (`Hash`) A service account key as a Hash
623
623
  # * (`Google::Auth::Credentials`) A googleauth credentials object
624
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
624
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
625
625
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
626
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
626
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
627
627
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
628
628
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
629
629
  # * (`nil`) indicating no credentials
@@ -855,9 +855,9 @@ module Google
855
855
  # * (`String`) The path to a service account key file in JSON format
856
856
  # * (`Hash`) A service account key as a Hash
857
857
  # * (`Google::Auth::Credentials`) A googleauth credentials object
858
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
858
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
859
859
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
860
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
860
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
861
861
  # * (`nil`) indicating no credentials
862
862
  # @return [::Object]
863
863
  # @!attribute [rw] scope
@@ -412,9 +412,9 @@ module Google
412
412
  # * (`String`) The path to a service account key file in JSON format
413
413
  # * (`Hash`) A service account key as a Hash
414
414
  # * (`Google::Auth::Credentials`) A googleauth credentials object
415
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
415
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
416
416
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
417
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
417
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
418
418
  # * (`nil`) indicating no credentials
419
419
  # @return [::Object]
420
420
  # @!attribute [rw] scope
@@ -835,9 +835,9 @@ module Google
835
835
  # * (`String`) The path to a service account key file in JSON format
836
836
  # * (`Hash`) A service account key as a Hash
837
837
  # * (`Google::Auth::Credentials`) A googleauth credentials object
838
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
838
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
839
839
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
840
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
840
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
841
841
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
842
842
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
843
843
  # * (`nil`) indicating no credentials
@@ -662,9 +662,9 @@ module Google
662
662
  # * (`String`) The path to a service account key file in JSON format
663
663
  # * (`Hash`) A service account key as a Hash
664
664
  # * (`Google::Auth::Credentials`) A googleauth credentials object
665
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
665
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
666
666
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
667
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
667
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
668
668
  # * (`nil`) indicating no credentials
669
669
  # @return [::Object]
670
670
  # @!attribute [rw] scope
@@ -1265,9 +1265,9 @@ module Google
1265
1265
  # * (`String`) The path to a service account key file in JSON format
1266
1266
  # * (`Hash`) A service account key as a Hash
1267
1267
  # * (`Google::Auth::Credentials`) A googleauth credentials object
1268
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
1268
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
1269
1269
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
1270
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
1270
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
1271
1271
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
1272
1272
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
1273
1273
  # * (`nil`) indicating no credentials
@@ -621,9 +621,9 @@ module Google
621
621
  # * (`String`) The path to a service account key file in JSON format
622
622
  # * (`Hash`) A service account key as a Hash
623
623
  # * (`Google::Auth::Credentials`) A googleauth credentials object
624
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
624
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
625
625
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
626
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
626
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
627
627
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
628
628
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
629
629
  # * (`nil`) indicating no credentials
@@ -1002,9 +1002,9 @@ module Google
1002
1002
  # * (`String`) The path to a service account key file in JSON format
1003
1003
  # * (`Hash`) A service account key as a Hash
1004
1004
  # * (`Google::Auth::Credentials`) A googleauth credentials object
1005
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
1005
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
1006
1006
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
1007
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
1007
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
1008
1008
  # * (`nil`) indicating no credentials
1009
1009
  # @return [::Object]
1010
1010
  # @!attribute [rw] scope
@@ -412,9 +412,9 @@ module Google
412
412
  # * (`String`) The path to a service account key file in JSON format
413
413
  # * (`Hash`) A service account key as a Hash
414
414
  # * (`Google::Auth::Credentials`) A googleauth credentials object
415
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
415
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
416
416
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
417
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
417
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
418
418
  # * (`nil`) indicating no credentials
419
419
  # @return [::Object]
420
420
  # @!attribute [rw] scope
@@ -704,9 +704,9 @@ module Google
704
704
  # * (`String`) The path to a service account key file in JSON format
705
705
  # * (`Hash`) A service account key as a Hash
706
706
  # * (`Google::Auth::Credentials`) A googleauth credentials object
707
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
707
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
708
708
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
709
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
709
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
710
710
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
711
711
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
712
712
  # * (`nil`) indicating no credentials
@@ -577,9 +577,9 @@ module Google
577
577
  # * (`String`) The path to a service account key file in JSON format
578
578
  # * (`Hash`) A service account key as a Hash
579
579
  # * (`Google::Auth::Credentials`) A googleauth credentials object
580
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
580
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
581
581
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
582
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
582
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
583
583
  # * (`nil`) indicating no credentials
584
584
  # @return [::Object]
585
585
  # @!attribute [rw] scope
@@ -759,9 +759,9 @@ module Google
759
759
  # * (`String`) The path to a service account key file in JSON format
760
760
  # * (`Hash`) A service account key as a Hash
761
761
  # * (`Google::Auth::Credentials`) A googleauth credentials object
762
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
762
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
763
763
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
764
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
764
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
765
765
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
766
766
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
767
767
  # * (`nil`) indicating no credentials
@@ -632,9 +632,9 @@ module Google
632
632
  # * (`String`) The path to a service account key file in JSON format
633
633
  # * (`Hash`) A service account key as a Hash
634
634
  # * (`Google::Auth::Credentials`) A googleauth credentials object
635
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
635
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
636
636
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
637
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
637
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
638
638
  # * (`nil`) indicating no credentials
639
639
  # @return [::Object]
640
640
  # @!attribute [rw] scope
@@ -655,9 +655,9 @@ module Google
655
655
  # * (`String`) The path to a service account key file in JSON format
656
656
  # * (`Hash`) A service account key as a Hash
657
657
  # * (`Google::Auth::Credentials`) A googleauth credentials object
658
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
658
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
659
659
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
660
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
660
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
661
661
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
662
662
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
663
663
  # * (`nil`) indicating no credentials
@@ -528,9 +528,9 @@ module Google
528
528
  # * (`String`) The path to a service account key file in JSON format
529
529
  # * (`Hash`) A service account key as a Hash
530
530
  # * (`Google::Auth::Credentials`) A googleauth credentials object
531
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
531
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
532
532
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
533
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
533
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
534
534
  # * (`nil`) indicating no credentials
535
535
  # @return [::Object]
536
536
  # @!attribute [rw] scope
@@ -670,9 +670,9 @@ module Google
670
670
  # * (`String`) The path to a service account key file in JSON format
671
671
  # * (`Hash`) A service account key as a Hash
672
672
  # * (`Google::Auth::Credentials`) A googleauth credentials object
673
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
673
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
674
674
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
675
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
675
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
676
676
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
677
677
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
678
678
  # * (`nil`) indicating no credentials
@@ -543,9 +543,9 @@ module Google
543
543
  # * (`String`) The path to a service account key file in JSON format
544
544
  # * (`Hash`) A service account key as a Hash
545
545
  # * (`Google::Auth::Credentials`) A googleauth credentials object
546
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
546
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
547
547
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
548
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
548
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
549
549
  # * (`nil`) indicating no credentials
550
550
  # @return [::Object]
551
551
  # @!attribute [rw] scope
@@ -44,8 +44,29 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
44
44
  optional :query_input, :message, 3, "google.cloud.dialogflow.cx.v3.QueryInput"
45
45
  optional :output_audio_config, :message, 4, "google.cloud.dialogflow.cx.v3.OutputAudioConfig"
46
46
  optional :enable_partial_response, :bool, 5
47
+ optional :enable_debugging_info, :bool, 8
48
+ end
49
+ add_message "google.cloud.dialogflow.cx.v3.CloudConversationDebuggingInfo" do
50
+ optional :audio_data_chunks, :int32, 1
51
+ optional :result_end_time_offset, :message, 2, "google.protobuf.Duration"
52
+ optional :first_audio_duration, :message, 3, "google.protobuf.Duration"
53
+ optional :single_utterance, :bool, 5
54
+ repeated :speech_partial_results_end_times, :message, 6, "google.protobuf.Duration"
55
+ repeated :speech_final_results_end_times, :message, 7, "google.protobuf.Duration"
56
+ optional :partial_responses, :int32, 8
57
+ optional :speaker_id_passive_latency_ms_offset, :int32, 9
58
+ optional :bargein_event_triggered, :bool, 10
59
+ optional :speech_single_utterance, :bool, 11
60
+ repeated :dtmf_partial_results_times, :message, 12, "google.protobuf.Duration"
61
+ repeated :dtmf_final_results_times, :message, 13, "google.protobuf.Duration"
62
+ optional :single_utterance_end_time_offset, :message, 14, "google.protobuf.Duration"
63
+ optional :no_speech_timeout, :message, 15, "google.protobuf.Duration"
64
+ optional :is_input_text, :bool, 16
65
+ optional :client_half_close_time_offset, :message, 17, "google.protobuf.Duration"
66
+ optional :client_half_close_streaming_time_offset, :message, 18, "google.protobuf.Duration"
47
67
  end
48
68
  add_message "google.cloud.dialogflow.cx.v3.StreamingDetectIntentResponse" do
69
+ optional :debugging_info, :message, 4, "google.cloud.dialogflow.cx.v3.CloudConversationDebuggingInfo"
49
70
  oneof :response do
50
71
  optional :recognition_result, :message, 1, "google.cloud.dialogflow.cx.v3.StreamingRecognitionResult"
51
72
  optional :detect_intent_response, :message, 2, "google.cloud.dialogflow.cx.v3.DetectIntentResponse"
@@ -186,6 +207,7 @@ module Google
186
207
  DetectIntentResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.dialogflow.cx.v3.DetectIntentResponse").msgclass
187
208
  DetectIntentResponse::ResponseType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.dialogflow.cx.v3.DetectIntentResponse.ResponseType").enummodule
188
209
  StreamingDetectIntentRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.dialogflow.cx.v3.StreamingDetectIntentRequest").msgclass
210
+ CloudConversationDebuggingInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.dialogflow.cx.v3.CloudConversationDebuggingInfo").msgclass
189
211
  StreamingDetectIntentResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.dialogflow.cx.v3.StreamingDetectIntentResponse").msgclass
190
212
  StreamingRecognitionResult = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.dialogflow.cx.v3.StreamingRecognitionResult").msgclass
191
213
  StreamingRecognitionResult::MessageType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.dialogflow.cx.v3.StreamingRecognitionResult.MessageType").enummodule
@@ -608,9 +608,9 @@ module Google
608
608
  # * (`String`) The path to a service account key file in JSON format
609
609
  # * (`Hash`) A service account key as a Hash
610
610
  # * (`Google::Auth::Credentials`) A googleauth credentials object
611
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
611
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
612
612
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
613
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
613
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
614
614
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
615
615
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
616
616
  # * (`nil`) indicating no credentials
@@ -445,9 +445,9 @@ module Google
445
445
  # * (`String`) The path to a service account key file in JSON format
446
446
  # * (`Hash`) A service account key as a Hash
447
447
  # * (`Google::Auth::Credentials`) A googleauth credentials object
448
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
448
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
449
449
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
450
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
450
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
451
451
  # * (`nil`) indicating no credentials
452
452
  # @return [::Object]
453
453
  # @!attribute [rw] scope
@@ -73,6 +73,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
73
73
  value :PAGE, 2
74
74
  value :PARAMETERS, 3
75
75
  value :UTTERANCE, 4
76
+ value :FLOW, 5
76
77
  end
77
78
  add_message "google.cloud.dialogflow.cx.v3.TransitionCoverage" do
78
79
  repeated :transitions, :message, 1, "google.cloud.dialogflow.cx.v3.TransitionCoverage.Transition"
@@ -1430,9 +1430,9 @@ module Google
1430
1430
  # * (`String`) The path to a service account key file in JSON format
1431
1431
  # * (`Hash`) A service account key as a Hash
1432
1432
  # * (`Google::Auth::Credentials`) A googleauth credentials object
1433
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
1433
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
1434
1434
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
1435
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
1435
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
1436
1436
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
1437
1437
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
1438
1438
  # * (`nil`) indicating no credentials
@@ -621,9 +621,9 @@ module Google
621
621
  # * (`String`) The path to a service account key file in JSON format
622
622
  # * (`Hash`) A service account key as a Hash
623
623
  # * (`Google::Auth::Credentials`) A googleauth credentials object
624
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
624
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
625
625
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
626
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
626
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
627
627
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
628
628
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
629
629
  # * (`nil`) indicating no credentials
@@ -1110,9 +1110,9 @@ module Google
1110
1110
  # * (`String`) The path to a service account key file in JSON format
1111
1111
  # * (`Hash`) A service account key as a Hash
1112
1112
  # * (`Google::Auth::Credentials`) A googleauth credentials object
1113
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
1113
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
1114
1114
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
1115
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
1115
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
1116
1116
  # * (`nil`) indicating no credentials
1117
1117
  # @return [::Object]
1118
1118
  # @!attribute [rw] scope
@@ -412,9 +412,9 @@ module Google
412
412
  # * (`String`) The path to a service account key file in JSON format
413
413
  # * (`Hash`) A service account key as a Hash
414
414
  # * (`Google::Auth::Credentials`) A googleauth credentials object
415
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
415
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
416
416
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
417
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
417
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
418
418
  # * (`nil`) indicating no credentials
419
419
  # @return [::Object]
420
420
  # @!attribute [rw] scope
@@ -730,9 +730,9 @@ module Google
730
730
  # * (`String`) The path to a service account key file in JSON format
731
731
  # * (`Hash`) A service account key as a Hash
732
732
  # * (`Google::Auth::Credentials`) A googleauth credentials object
733
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
733
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
734
734
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
735
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
735
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
736
736
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
737
737
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
738
738
  # * (`nil`) indicating no credentials
@@ -603,9 +603,9 @@ module Google
603
603
  # * (`String`) The path to a service account key file in JSON format
604
604
  # * (`Hash`) A service account key as a Hash
605
605
  # * (`Google::Auth::Credentials`) A googleauth credentials object
606
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
606
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
607
607
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
608
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
608
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
609
609
  # * (`nil`) indicating no credentials
610
610
  # @return [::Object]
611
611
  # @!attribute [rw] scope
@@ -22,7 +22,7 @@ module Google
22
22
  module Dialogflow
23
23
  module CX
24
24
  module V3
25
- VERSION = "0.15.0"
25
+ VERSION = "0.16.0"
26
26
  end
27
27
  end
28
28
  end
@@ -893,9 +893,9 @@ module Google
893
893
  # * (`String`) The path to a service account key file in JSON format
894
894
  # * (`Hash`) A service account key as a Hash
895
895
  # * (`Google::Auth::Credentials`) A googleauth credentials object
896
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
896
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
897
897
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
898
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
898
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
899
899
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
900
900
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
901
901
  # * (`nil`) indicating no credentials
@@ -621,9 +621,9 @@ module Google
621
621
  # * (`String`) The path to a service account key file in JSON format
622
622
  # * (`Hash`) A service account key as a Hash
623
623
  # * (`Google::Auth::Credentials`) A googleauth credentials object
624
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
624
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
625
625
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
626
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
626
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
627
627
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
628
628
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
629
629
  # * (`nil`) indicating no credentials
@@ -706,9 +706,9 @@ module Google
706
706
  # * (`String`) The path to a service account key file in JSON format
707
707
  # * (`Hash`) A service account key as a Hash
708
708
  # * (`Google::Auth::Credentials`) A googleauth credentials object
709
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
709
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
710
710
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
711
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
711
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
712
712
  # * (`nil`) indicating no credentials
713
713
  # @return [::Object]
714
714
  # @!attribute [rw] scope
@@ -412,9 +412,9 @@ module Google
412
412
  # * (`String`) The path to a service account key file in JSON format
413
413
  # * (`Hash`) A service account key as a Hash
414
414
  # * (`Google::Auth::Credentials`) A googleauth credentials object
415
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
415
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
416
416
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
417
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
417
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
418
418
  # * (`nil`) indicating no credentials
419
419
  # @return [::Object]
420
420
  # @!attribute [rw] scope
@@ -75,6 +75,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
75
75
  optional :trigger_intent, :string, 11
76
76
  optional :transcript, :string, 12
77
77
  optional :trigger_event, :string, 14
78
+ optional :dtmf_digits, :string, 17
78
79
  end
79
80
  end
80
81
  add_message "google.cloud.dialogflow.cx.v3.WebhookRequest.FulfillmentInfo" do
@@ -659,9 +659,9 @@ module Google
659
659
  # * (`String`) The path to a service account key file in JSON format
660
660
  # * (`Hash`) A service account key as a Hash
661
661
  # * (`Google::Auth::Credentials`) A googleauth credentials object
662
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
662
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
663
663
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
664
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
664
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
665
665
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
666
666
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
667
667
  # * (`nil`) indicating no credentials
@@ -532,9 +532,9 @@ module Google
532
532
  # * (`String`) The path to a service account key file in JSON format
533
533
  # * (`Hash`) A service account key as a Hash
534
534
  # * (`Google::Auth::Credentials`) A googleauth credentials object
535
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
535
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
536
536
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
537
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
537
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
538
538
  # * (`nil`) indicating no credentials
539
539
  # @return [::Object]
540
540
  # @!attribute [rw] scope
@@ -35,7 +35,9 @@ module Google
35
35
  # Details about how and where to publish client libraries.
36
36
  # @!attribute [rw] version
37
37
  # @return [::String]
38
- # Version of the API to apply these settings to.
38
+ # Version of the API to apply these settings to. This is the full protobuf
39
+ # package for the API, ending in the version element.
40
+ # Examples: "google.cloud.speech.v1" and "google.spanner.admin.database.v1".
39
41
  # @!attribute [rw] launch_stage
40
42
  # @return [::Google::Api::LaunchStage]
41
43
  # Launch stage of this version of the API.
@@ -81,7 +83,7 @@ module Google
81
83
  # long-running operation pattern.
82
84
  # @!attribute [rw] new_issue_uri
83
85
  # @return [::String]
84
- # Link to a place that API users can report issues. Example:
86
+ # Link to a *public* URI where users can report issues. Example:
85
87
  # https://issuetracker.google.com/issues/new?component=190865&template=1161103
86
88
  # @!attribute [rw] documentation_uri
87
89
  # @return [::String]
@@ -111,6 +113,10 @@ module Google
111
113
  # Client library settings. If the same version string appears multiple
112
114
  # times in this list, then the last one wins. Settings from earlier
113
115
  # settings with the same version string are discarded.
116
+ # @!attribute [rw] proto_reference_documentation_uri
117
+ # @return [::String]
118
+ # Optional link to proto reference documentation. Example:
119
+ # https://cloud.google.com/pubsub/lite/docs/reference/rpc
114
120
  class Publishing
115
121
  include ::Google::Protobuf::MessageExts
116
122
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -203,9 +209,57 @@ module Google
203
209
  # @!attribute [rw] common
204
210
  # @return [::Google::Api::CommonLanguageSettings]
205
211
  # Some settings.
212
+ # @!attribute [rw] renamed_services
213
+ # @return [::Google::Protobuf::Map{::String => ::String}]
214
+ # Map from original service names to renamed versions.
215
+ # This is used when the default generated types
216
+ # would cause a naming conflict. (Neither name is
217
+ # fully-qualified.)
218
+ # Example: Subscriber to SubscriberServiceApi.
219
+ # @!attribute [rw] renamed_resources
220
+ # @return [::Google::Protobuf::Map{::String => ::String}]
221
+ # Map from full resource types to the effective short name
222
+ # for the resource. This is used when otherwise resource
223
+ # named from different services would cause naming collisions.
224
+ # Example entry:
225
+ # "datalabeling.googleapis.com/Dataset": "DataLabelingDataset"
226
+ # @!attribute [rw] ignored_resources
227
+ # @return [::Array<::String>]
228
+ # List of full resource types to ignore during generation.
229
+ # This is typically used for API-specific Location resources,
230
+ # which should be handled by the generator as if they were actually
231
+ # the common Location resources.
232
+ # Example entry: "documentai.googleapis.com/Location"
233
+ # @!attribute [rw] forced_namespace_aliases
234
+ # @return [::Array<::String>]
235
+ # Namespaces which must be aliased in snippets due to
236
+ # a known (but non-generator-predictable) naming collision
237
+ # @!attribute [rw] handwritten_signatures
238
+ # @return [::Array<::String>]
239
+ # Method signatures (in the form "service.method(signature)")
240
+ # which are provided separately, so shouldn't be generated.
241
+ # Snippets *calling* these methods are still generated, however.
206
242
  class DotnetSettings
207
243
  include ::Google::Protobuf::MessageExts
208
244
  extend ::Google::Protobuf::MessageExts::ClassMethods
245
+
246
+ # @!attribute [rw] key
247
+ # @return [::String]
248
+ # @!attribute [rw] value
249
+ # @return [::String]
250
+ class RenamedServicesEntry
251
+ include ::Google::Protobuf::MessageExts
252
+ extend ::Google::Protobuf::MessageExts::ClassMethods
253
+ end
254
+
255
+ # @!attribute [rw] key
256
+ # @return [::String]
257
+ # @!attribute [rw] value
258
+ # @return [::String]
259
+ class RenamedResourcesEntry
260
+ include ::Google::Protobuf::MessageExts
261
+ extend ::Google::Protobuf::MessageExts::ClassMethods
262
+ end
209
263
  end
210
264
 
211
265
  # Settings for Ruby client libraries.
@@ -240,8 +294,8 @@ module Google
240
294
  # Example of a YAML configuration::
241
295
  #
242
296
  # publishing:
243
- # method_behavior:
244
- # - selector: CreateAdDomain
297
+ # method_settings:
298
+ # - selector: google.cloud.speech.v2.Speech.BatchRecognize
245
299
  # long_running:
246
300
  # initial_poll_delay:
247
301
  # seconds: 60 # 1 minute
@@ -299,6 +353,15 @@ module Google
299
353
 
300
354
  # Street View Org.
301
355
  STREET_VIEW = 4
356
+
357
+ # Shopping Org.
358
+ SHOPPING = 5
359
+
360
+ # Geo Org.
361
+ GEO = 6
362
+
363
+ # Generative AI - https://developers.generativeai.google
364
+ GENERATIVE_AI = 7
302
365
  end
303
366
 
304
367
  # To where should client libraries be published?
@@ -257,7 +257,7 @@ module Google
257
257
  # @!attribute [rw] agent_uri
258
258
  # @return [::String]
259
259
  # The URI to a file containing the exported agent. This field is populated
260
- # only if `agent_uri` is specified in
260
+ # if `agent_uri` is specified in
261
261
  # {::Google::Cloud::Dialogflow::CX::V3::ExportAgentRequest ExportAgentRequest}.
262
262
  # @!attribute [rw] agent_content
263
263
  # @return [::String]
@@ -90,6 +90,12 @@ module Google
90
90
  # [Cloud Speech API
91
91
  # documentation](https://cloud.google.com/speech-to-text/docs/basics#select-model)
92
92
  # for more details.
93
+ # If you specify a model, the following models typically have the best
94
+ # performance:
95
+ #
96
+ # - phone_call (best for Agent Assist and telephony)
97
+ # - latest_short (best for Dialogflow non-telephony)
98
+ # - command_and_search (best for very short utterances and commands)
93
99
  # @!attribute [rw] model_variant
94
100
  # @return [::Google::Cloud::Dialogflow::CX::V3::SpeechModelVariant]
95
101
  # Optional. Which variant of the [Speech
@@ -185,12 +191,22 @@ module Google
185
191
  extend ::Google::Protobuf::MessageExts::ClassMethods
186
192
  end
187
193
 
188
- # Settings related to speech generating.
194
+ # Settings related to speech synthesizing.
189
195
  # @!attribute [rw] synthesize_speech_configs
190
196
  # @return [::Google::Protobuf::Map{::String => ::Google::Cloud::Dialogflow::CX::V3::SynthesizeSpeechConfig}]
191
- # Configuration of how speech should be synthesized, mapping from
192
- # language (https://dialogflow.com/docs/reference/language) to
197
+ # Configuration of how speech should be synthesized, mapping from language
198
+ # (https://cloud.google.com/dialogflow/cx/docs/reference/language) to
193
199
  # SynthesizeSpeechConfig.
200
+ #
201
+ # These settings affect:
202
+ #
203
+ # - The synthesize configuration used in [phone
204
+ # gateway](https://cloud.google.com/dialogflow/cx/docs/concept/integration/phone-gateway).
205
+ #
206
+ # - You no longer need to specify
207
+ # {::Google::Cloud::Dialogflow::CX::V3::OutputAudioConfig#synthesize_speech_config OutputAudioConfig.synthesize_speech_config}
208
+ # when invoking API calls. Your agent will use the pre-configured options
209
+ # for speech synthesizing.
194
210
  class TextToSpeechSettings
195
211
  include ::Google::Protobuf::MessageExts
196
212
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -22,7 +22,7 @@ module Google
22
22
  module Dialogflow
23
23
  module CX
24
24
  module V3
25
- # Represents an deployment in an environment. A deployment happens when a flow
25
+ # Represents a deployment in an environment. A deployment happens when a flow
26
26
  # version configured to be active in the environment. You can configure running
27
27
  # pre-deployment steps, e.g. running validation test cases, experiment
28
28
  # auto-rollout, etc.
@@ -27,10 +27,8 @@ module Google
27
27
  # @!attribute [rw] uri
28
28
  # @return [::String]
29
29
  # Required. The Google Cloud Storage URI for the exported objects. A URI is
30
- # of the form:
31
- # gs://bucket/object-name-or-prefix
32
- # Whether a full object name, or just a prefix, its usage depends on the
33
- # Dialogflow operation.
30
+ # of the form: `gs://bucket/object-name-or-prefix` Whether a full object
31
+ # name, or just a prefix, its usage depends on the Dialogflow operation.
34
32
  class GcsDestination
35
33
  include ::Google::Protobuf::MessageExts
36
34
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -173,11 +173,82 @@ module Google
173
173
  # response stream still contains only one final `DetectIntentResponse` even
174
174
  # if some `Fulfillment`s in the agent have been configured to return partial
175
175
  # responses.
176
+ # @!attribute [rw] enable_debugging_info
177
+ # @return [::Boolean]
178
+ # If true, `StreamingDetectIntentResponse.debugging_info` will get populated.
176
179
  class StreamingDetectIntentRequest
177
180
  include ::Google::Protobuf::MessageExts
178
181
  extend ::Google::Protobuf::MessageExts::ClassMethods
179
182
  end
180
183
 
184
+ # Cloud conversation info for easier debugging.
185
+ # It will get populated in `StreamingDetectIntentResponse` or
186
+ # `StreamingAnalyzeContentResponse` when the flag `enable_debugging_info` is
187
+ # set to true in corresponding requests.
188
+ # @!attribute [rw] audio_data_chunks
189
+ # @return [::Integer]
190
+ # Number of input audio data chunks in streaming requests.
191
+ # @!attribute [rw] result_end_time_offset
192
+ # @return [::Google::Protobuf::Duration]
193
+ # Time offset of the end of speech utterance relative to the
194
+ # beginning of the first audio chunk.
195
+ # @!attribute [rw] first_audio_duration
196
+ # @return [::Google::Protobuf::Duration]
197
+ # Duration of first audio chunk.
198
+ # @!attribute [rw] single_utterance
199
+ # @return [::Boolean]
200
+ # Whether client used single utterance mode.
201
+ # @!attribute [rw] speech_partial_results_end_times
202
+ # @return [::Array<::Google::Protobuf::Duration>]
203
+ # Time offsets of the speech partial results relative to the beginning of
204
+ # the stream.
205
+ # @!attribute [rw] speech_final_results_end_times
206
+ # @return [::Array<::Google::Protobuf::Duration>]
207
+ # Time offsets of the speech final results (is_final=true) relative to the
208
+ # beginning of the stream.
209
+ # @!attribute [rw] partial_responses
210
+ # @return [::Integer]
211
+ # Total number of partial responses.
212
+ # @!attribute [rw] speaker_id_passive_latency_ms_offset
213
+ # @return [::Integer]
214
+ # Time offset of Speaker ID stream close time relative to the Speech stream
215
+ # close time in milliseconds. Only meaningful for conversations involving
216
+ # passive verification.
217
+ # @!attribute [rw] bargein_event_triggered
218
+ # @return [::Boolean]
219
+ # Whether a barge-in event is triggered in this request.
220
+ # @!attribute [rw] speech_single_utterance
221
+ # @return [::Boolean]
222
+ # Whether speech uses single utterance mode.
223
+ # @!attribute [rw] dtmf_partial_results_times
224
+ # @return [::Array<::Google::Protobuf::Duration>]
225
+ # Time offsets of the DTMF partial results relative to the beginning of
226
+ # the stream.
227
+ # @!attribute [rw] dtmf_final_results_times
228
+ # @return [::Array<::Google::Protobuf::Duration>]
229
+ # Time offsets of the DTMF final results relative to the beginning of
230
+ # the stream.
231
+ # @!attribute [rw] single_utterance_end_time_offset
232
+ # @return [::Google::Protobuf::Duration]
233
+ # Time offset of the end-of-single-utterance signal relative to the
234
+ # beginning of the stream.
235
+ # @!attribute [rw] no_speech_timeout
236
+ # @return [::Google::Protobuf::Duration]
237
+ # No speech timeout settings observed at runtime.
238
+ # @!attribute [rw] is_input_text
239
+ # @return [::Boolean]
240
+ # Whether the streaming terminates with an injected text query.
241
+ # @!attribute [rw] client_half_close_time_offset
242
+ # @return [::Google::Protobuf::Duration]
243
+ # Client half close time in terms of input audio duration.
244
+ # @!attribute [rw] client_half_close_streaming_time_offset
245
+ # @return [::Google::Protobuf::Duration]
246
+ # Client half close time in terms of API streaming duration.
247
+ class CloudConversationDebuggingInfo
248
+ include ::Google::Protobuf::MessageExts
249
+ extend ::Google::Protobuf::MessageExts::ClassMethods
250
+ end
251
+
181
252
  # The top-level message returned from the
182
253
  # {::Google::Cloud::Dialogflow::CX::V3::Sessions::Client#streaming_detect_intent StreamingDetectIntent}
183
254
  # method.
@@ -212,6 +283,10 @@ module Google
212
283
  # @!attribute [rw] detect_intent_response
213
284
  # @return [::Google::Cloud::Dialogflow::CX::V3::DetectIntentResponse]
214
285
  # The response from detect intent.
286
+ # @!attribute [rw] debugging_info
287
+ # @return [::Google::Cloud::Dialogflow::CX::V3::CloudConversationDebuggingInfo]
288
+ # Debugging info that would get populated when
289
+ # `StreamingDetectIntentRequest.enable_debugging_info` is set to true.
215
290
  class StreamingDetectIntentResponse
216
291
  include ::Google::Protobuf::MessageExts
217
292
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -455,6 +530,8 @@ module Google
455
530
  # 3. Natural language speech audio to be processed.
456
531
  #
457
532
  # 4. An event to be triggered.
533
+ #
534
+ # 5. DTMF digits to invoke an intent and fill in parameter value.
458
535
  # @!attribute [rw] text
459
536
  # @return [::Google::Cloud::Dialogflow::CX::V3::TextInput]
460
537
  # The natural language text to be processed.
@@ -503,8 +580,9 @@ module Google
503
580
  # input, this field will contain the name of the event.
504
581
  # @!attribute [rw] dtmf
505
582
  # @return [::Google::Cloud::Dialogflow::CX::V3::DtmfInput]
506
- # If a [DTMF][DTMFInput] was provided as input, this field will contain
507
- # a copy of the [DTMFInput][].
583
+ # If a {::Google::Cloud::Dialogflow::CX::V3::DtmfInput DTMF} was provided as
584
+ # input, this field will contain a copy of the
585
+ # {::Google::Cloud::Dialogflow::CX::V3::DtmfInput DtmfInput}.
508
586
  # @!attribute [rw] language_code
509
587
  # @return [::String]
510
588
  # The language that was triggered during intent detection.
@@ -628,7 +706,7 @@ module Google
628
706
  # @!attribute [rw] audio
629
707
  # @return [::String]
630
708
  # The natural language speech audio to be processed.
631
- # A single request can contain up to 1 minute of speech audio data.
709
+ # A single request can contain up to 2 minutes of speech audio data.
632
710
  # The [transcribed
633
711
  # text][google.cloud.dialogflow.cx.v3.QueryResult.transcript] cannot contain
634
712
  # more than 256 bytes.
@@ -213,6 +213,9 @@ module Google
213
213
 
214
214
  # The message utterance.
215
215
  UTTERANCE = 4
216
+
217
+ # The flow.
218
+ FLOW = 5
216
219
  end
217
220
  end
218
221
 
@@ -255,7 +258,7 @@ module Google
255
258
  # The end node of a transition.
256
259
  # @!attribute [rw] covered
257
260
  # @return [::Boolean]
258
- # Whether or not the transition is covered by at least one of the
261
+ # Whether the transition is covered by at least one of the
259
262
  # agent's test cases.
260
263
  # @!attribute [rw] transition_route
261
264
  # @return [::Google::Cloud::Dialogflow::CX::V3::TransitionRoute]
@@ -304,7 +307,7 @@ module Google
304
307
  # Intent route or condition route.
305
308
  # @!attribute [rw] covered
306
309
  # @return [::Boolean]
307
- # Whether or not the transition route is covered by at least one of the
310
+ # Whether the transition route is covered by at least one of the
308
311
  # agent's test cases.
309
312
  class Transition
310
313
  include ::Google::Protobuf::MessageExts
@@ -331,7 +334,7 @@ module Google
331
334
  # The intent full resource name
332
335
  # @!attribute [rw] covered
333
336
  # @return [::Boolean]
334
- # Whether or not the intent is covered by at least one of the agent's
337
+ # Whether the intent is covered by at least one of the agent's
335
338
  # test cases.
336
339
  class Intent
337
340
  include ::Google::Protobuf::MessageExts
@@ -245,6 +245,10 @@ module Google
245
245
  # @return [::String]
246
246
  # If an {::Google::Cloud::Dialogflow::CX::V3::EventInput event} was provided as
247
247
  # input, this field will contain the name of the event.
248
+ # @!attribute [rw] dtmf_digits
249
+ # @return [::String]
250
+ # If {::Google::Cloud::Dialogflow::CX::V3::DtmfInput DTMF} was provided as input,
251
+ # this field will contain the DTMF digits.
248
252
  # @!attribute [rw] language_code
249
253
  # @return [::String]
250
254
  # The language code specified in the [original
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.15.0
4
+ version: 0.16.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: 2023-03-08 00:00:00.000000000 Z
11
+ date: 2023-05-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common