google-cloud-dialogflow-v2 0.31.0 → 0.32.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (75) hide show
  1. checksums.yaml +4 -4
  2. data/AUTHENTICATION.md +72 -101
  3. data/lib/google/cloud/dialogflow/v2/agents/client.rb +39 -14
  4. data/lib/google/cloud/dialogflow/v2/agents/operations.rb +28 -6
  5. data/lib/google/cloud/dialogflow/v2/agents/rest/client.rb +37 -9
  6. data/lib/google/cloud/dialogflow/v2/agents/rest/operations.rb +33 -8
  7. data/lib/google/cloud/dialogflow/v2/agents/rest/service_stub.rb +23 -2
  8. data/lib/google/cloud/dialogflow/v2/answer_records/client.rb +38 -14
  9. data/lib/google/cloud/dialogflow/v2/answer_records/rest/client.rb +36 -9
  10. data/lib/google/cloud/dialogflow/v2/answer_records/rest/service_stub.rb +23 -2
  11. data/lib/google/cloud/dialogflow/v2/contexts/client.rb +38 -14
  12. data/lib/google/cloud/dialogflow/v2/contexts/rest/client.rb +36 -9
  13. data/lib/google/cloud/dialogflow/v2/contexts/rest/service_stub.rb +23 -2
  14. data/lib/google/cloud/dialogflow/v2/conversation_datasets/client.rb +39 -14
  15. data/lib/google/cloud/dialogflow/v2/conversation_datasets/operations.rb +28 -6
  16. data/lib/google/cloud/dialogflow/v2/conversation_datasets/rest/client.rb +37 -9
  17. data/lib/google/cloud/dialogflow/v2/conversation_datasets/rest/operations.rb +33 -8
  18. data/lib/google/cloud/dialogflow/v2/conversation_datasets/rest/service_stub.rb +23 -2
  19. data/lib/google/cloud/dialogflow/v2/conversation_models/client.rb +39 -14
  20. data/lib/google/cloud/dialogflow/v2/conversation_models/operations.rb +28 -6
  21. data/lib/google/cloud/dialogflow/v2/conversation_models/rest/client.rb +37 -9
  22. data/lib/google/cloud/dialogflow/v2/conversation_models/rest/operations.rb +33 -8
  23. data/lib/google/cloud/dialogflow/v2/conversation_models/rest/service_stub.rb +23 -2
  24. data/lib/google/cloud/dialogflow/v2/conversation_profiles/client.rb +39 -14
  25. data/lib/google/cloud/dialogflow/v2/conversation_profiles/operations.rb +28 -6
  26. data/lib/google/cloud/dialogflow/v2/conversation_profiles/rest/client.rb +37 -9
  27. data/lib/google/cloud/dialogflow/v2/conversation_profiles/rest/operations.rb +33 -8
  28. data/lib/google/cloud/dialogflow/v2/conversation_profiles/rest/service_stub.rb +23 -2
  29. data/lib/google/cloud/dialogflow/v2/conversations/client.rb +38 -14
  30. data/lib/google/cloud/dialogflow/v2/conversations/rest/client.rb +36 -9
  31. data/lib/google/cloud/dialogflow/v2/conversations/rest/service_stub.rb +23 -2
  32. data/lib/google/cloud/dialogflow/v2/documents/client.rb +39 -14
  33. data/lib/google/cloud/dialogflow/v2/documents/operations.rb +28 -6
  34. data/lib/google/cloud/dialogflow/v2/documents/rest/client.rb +37 -9
  35. data/lib/google/cloud/dialogflow/v2/documents/rest/operations.rb +33 -8
  36. data/lib/google/cloud/dialogflow/v2/documents/rest/service_stub.rb +23 -2
  37. data/lib/google/cloud/dialogflow/v2/entity_types/client.rb +39 -14
  38. data/lib/google/cloud/dialogflow/v2/entity_types/operations.rb +28 -6
  39. data/lib/google/cloud/dialogflow/v2/entity_types/rest/client.rb +37 -9
  40. data/lib/google/cloud/dialogflow/v2/entity_types/rest/operations.rb +33 -8
  41. data/lib/google/cloud/dialogflow/v2/entity_types/rest/service_stub.rb +23 -2
  42. data/lib/google/cloud/dialogflow/v2/environments/client.rb +38 -14
  43. data/lib/google/cloud/dialogflow/v2/environments/rest/client.rb +36 -9
  44. data/lib/google/cloud/dialogflow/v2/environments/rest/service_stub.rb +23 -2
  45. data/lib/google/cloud/dialogflow/v2/fulfillments/client.rb +38 -14
  46. data/lib/google/cloud/dialogflow/v2/fulfillments/rest/client.rb +36 -9
  47. data/lib/google/cloud/dialogflow/v2/fulfillments/rest/service_stub.rb +23 -2
  48. data/lib/google/cloud/dialogflow/v2/intents/client.rb +39 -14
  49. data/lib/google/cloud/dialogflow/v2/intents/operations.rb +28 -6
  50. data/lib/google/cloud/dialogflow/v2/intents/rest/client.rb +37 -9
  51. data/lib/google/cloud/dialogflow/v2/intents/rest/operations.rb +33 -8
  52. data/lib/google/cloud/dialogflow/v2/intents/rest/service_stub.rb +23 -2
  53. data/lib/google/cloud/dialogflow/v2/knowledge_bases/client.rb +38 -14
  54. data/lib/google/cloud/dialogflow/v2/knowledge_bases/rest/client.rb +36 -9
  55. data/lib/google/cloud/dialogflow/v2/knowledge_bases/rest/service_stub.rb +23 -2
  56. data/lib/google/cloud/dialogflow/v2/participants/client.rb +38 -14
  57. data/lib/google/cloud/dialogflow/v2/participants/rest/client.rb +36 -9
  58. data/lib/google/cloud/dialogflow/v2/participants/rest/service_stub.rb +23 -2
  59. data/lib/google/cloud/dialogflow/v2/session_entity_types/client.rb +38 -14
  60. data/lib/google/cloud/dialogflow/v2/session_entity_types/rest/client.rb +36 -9
  61. data/lib/google/cloud/dialogflow/v2/session_entity_types/rest/service_stub.rb +23 -2
  62. data/lib/google/cloud/dialogflow/v2/sessions/client.rb +38 -14
  63. data/lib/google/cloud/dialogflow/v2/sessions/rest/client.rb +36 -9
  64. data/lib/google/cloud/dialogflow/v2/sessions/rest/service_stub.rb +23 -2
  65. data/lib/google/cloud/dialogflow/v2/version.rb +1 -1
  66. data/lib/google/cloud/dialogflow/v2/versions/client.rb +38 -14
  67. data/lib/google/cloud/dialogflow/v2/versions/rest/client.rb +36 -9
  68. data/lib/google/cloud/dialogflow/v2/versions/rest/service_stub.rb +23 -2
  69. data/proto_docs/google/api/client.rb +1 -0
  70. data/proto_docs/google/cloud/dialogflow/v2/agent.rb +1 -0
  71. data/proto_docs/google/cloud/dialogflow/v2/answer_record.rb +1 -0
  72. data/proto_docs/google/cloud/dialogflow/v2/audio_config.rb +1 -0
  73. data/proto_docs/google/cloud/dialogflow/v2/fulfillment.rb +1 -0
  74. data/proto_docs/google/cloud/dialogflow/v2/session.rb +1 -0
  75. metadata +6 -6
@@ -31,6 +31,9 @@ module Google
31
31
  # Service for managing {::Google::Cloud::Dialogflow::V2::Version Versions}.
32
32
  #
33
33
  class Client
34
+ # @private
35
+ DEFAULT_ENDPOINT_TEMPLATE = "dialogflow.$UNIVERSE_DOMAIN$"
36
+
34
37
  include Paths
35
38
 
36
39
  # @private
@@ -96,6 +99,15 @@ module Google
96
99
  @config
97
100
  end
98
101
 
102
+ ##
103
+ # The effective universe domain
104
+ #
105
+ # @return [String]
106
+ #
107
+ def universe_domain
108
+ @versions_stub.universe_domain
109
+ end
110
+
99
111
  ##
100
112
  # Create a new Versions client object.
101
113
  #
@@ -129,8 +141,9 @@ module Google
129
141
  credentials = @config.credentials
130
142
  # Use self-signed JWT if the endpoint is unchanged from default,
131
143
  # but only if the default endpoint does not have a region prefix.
132
- enable_self_signed_jwt = @config.endpoint == Configuration::DEFAULT_ENDPOINT &&
133
- !@config.endpoint.split(".").first.include?("-")
144
+ enable_self_signed_jwt = @config.endpoint.nil? ||
145
+ (@config.endpoint == Configuration::DEFAULT_ENDPOINT &&
146
+ !@config.endpoint.split(".").first.include?("-"))
134
147
  credentials ||= Credentials.default scope: @config.scope,
135
148
  enable_self_signed_jwt: enable_self_signed_jwt
136
149
  if credentials.is_a?(::String) || credentials.is_a?(::Hash)
@@ -139,20 +152,23 @@ module Google
139
152
  @quota_project_id = @config.quota_project
140
153
  @quota_project_id ||= credentials.quota_project_id if credentials.respond_to? :quota_project_id
141
154
 
142
- @location_client = Google::Cloud::Location::Locations::Client.new do |config|
143
- config.credentials = credentials
144
- config.quota_project = @quota_project_id
145
- config.endpoint = @config.endpoint
146
- end
147
-
148
155
  @versions_stub = ::Gapic::ServiceStub.new(
149
156
  ::Google::Cloud::Dialogflow::V2::Versions::Stub,
150
- credentials: credentials,
151
- endpoint: @config.endpoint,
157
+ credentials: credentials,
158
+ endpoint: @config.endpoint,
159
+ endpoint_template: DEFAULT_ENDPOINT_TEMPLATE,
160
+ universe_domain: @config.universe_domain,
152
161
  channel_args: @config.channel_args,
153
162
  interceptors: @config.interceptors,
154
163
  channel_pool_config: @config.channel_pool
155
164
  )
165
+
166
+ @location_client = Google::Cloud::Location::Locations::Client.new do |config|
167
+ config.credentials = credentials
168
+ config.quota_project = @quota_project_id
169
+ config.endpoint = @versions_stub.endpoint
170
+ config.universe_domain = @versions_stub.universe_domain
171
+ end
156
172
  end
157
173
 
158
174
  ##
@@ -662,9 +678,9 @@ module Google
662
678
  # end
663
679
  #
664
680
  # @!attribute [rw] endpoint
665
- # The hostname or hostname:port of the service endpoint.
666
- # Defaults to `"dialogflow.googleapis.com"`.
667
- # @return [::String]
681
+ # A custom service endpoint, as a hostname or hostname:port. The default is
682
+ # nil, indicating to use the default endpoint in the current universe domain.
683
+ # @return [::String,nil]
668
684
  # @!attribute [rw] credentials
669
685
  # Credentials to send with calls. You may provide any of the following types:
670
686
  # * (`String`) The path to a service account key file in JSON format
@@ -710,13 +726,20 @@ module Google
710
726
  # @!attribute [rw] quota_project
711
727
  # A separate project against which to charge quota.
712
728
  # @return [::String]
729
+ # @!attribute [rw] universe_domain
730
+ # The universe domain within which to make requests. This determines the
731
+ # default endpoint URL. The default value of nil uses the environment
732
+ # universe (usually the default "googleapis.com" universe).
733
+ # @return [::String,nil]
713
734
  #
714
735
  class Configuration
715
736
  extend ::Gapic::Config
716
737
 
738
+ # @private
739
+ # The endpoint specific to the default "googleapis.com" universe. Deprecated.
717
740
  DEFAULT_ENDPOINT = "dialogflow.googleapis.com"
718
741
 
719
- config_attr :endpoint, DEFAULT_ENDPOINT, ::String
742
+ config_attr :endpoint, nil, ::String, nil
720
743
  config_attr :credentials, nil do |value|
721
744
  allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
722
745
  allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
@@ -731,6 +754,7 @@ module Google
731
754
  config_attr :metadata, nil, ::Hash, nil
732
755
  config_attr :retry_policy, nil, ::Hash, ::Proc, nil
733
756
  config_attr :quota_project, nil, ::String, nil
757
+ config_attr :universe_domain, nil, ::String, nil
734
758
 
735
759
  # @private
736
760
  def initialize parent_config = nil
@@ -33,6 +33,9 @@ module Google
33
33
  # Service for managing {::Google::Cloud::Dialogflow::V2::Version Versions}.
34
34
  #
35
35
  class Client
36
+ # @private
37
+ DEFAULT_ENDPOINT_TEMPLATE = "dialogflow.$UNIVERSE_DOMAIN$"
38
+
36
39
  include Paths
37
40
 
38
41
  # @private
@@ -98,6 +101,15 @@ module Google
98
101
  @config
99
102
  end
100
103
 
104
+ ##
105
+ # The effective universe domain
106
+ #
107
+ # @return [String]
108
+ #
109
+ def universe_domain
110
+ @versions_stub.universe_domain
111
+ end
112
+
101
113
  ##
102
114
  # Create a new Versions REST client object.
103
115
  #
@@ -125,8 +137,9 @@ module Google
125
137
  credentials = @config.credentials
126
138
  # Use self-signed JWT if the endpoint is unchanged from default,
127
139
  # but only if the default endpoint does not have a region prefix.
128
- enable_self_signed_jwt = @config.endpoint == Configuration::DEFAULT_ENDPOINT &&
129
- !@config.endpoint.split(".").first.include?("-")
140
+ enable_self_signed_jwt = @config.endpoint.nil? ||
141
+ (@config.endpoint == Configuration::DEFAULT_ENDPOINT &&
142
+ !@config.endpoint.split(".").first.include?("-"))
130
143
  credentials ||= Credentials.default scope: @config.scope,
131
144
  enable_self_signed_jwt: enable_self_signed_jwt
132
145
  if credentials.is_a?(::String) || credentials.is_a?(::Hash)
@@ -136,14 +149,20 @@ module Google
136
149
  @quota_project_id = @config.quota_project
137
150
  @quota_project_id ||= credentials.quota_project_id if credentials.respond_to? :quota_project_id
138
151
 
152
+ @versions_stub = ::Google::Cloud::Dialogflow::V2::Versions::Rest::ServiceStub.new(
153
+ endpoint: @config.endpoint,
154
+ endpoint_template: DEFAULT_ENDPOINT_TEMPLATE,
155
+ universe_domain: @config.universe_domain,
156
+ credentials: credentials
157
+ )
158
+
139
159
  @location_client = Google::Cloud::Location::Locations::Rest::Client.new do |config|
140
160
  config.credentials = credentials
141
161
  config.quota_project = @quota_project_id
142
- config.endpoint = @config.endpoint
162
+ config.endpoint = @versions_stub.endpoint
163
+ config.universe_domain = @versions_stub.universe_domain
143
164
  config.bindings_override = @config.bindings_override
144
165
  end
145
-
146
- @versions_stub = ::Google::Cloud::Dialogflow::V2::Versions::Rest::ServiceStub.new endpoint: @config.endpoint, credentials: credentials
147
166
  end
148
167
 
149
168
  ##
@@ -618,9 +637,9 @@ module Google
618
637
  # end
619
638
  #
620
639
  # @!attribute [rw] endpoint
621
- # The hostname or hostname:port of the service endpoint.
622
- # Defaults to `"dialogflow.googleapis.com"`.
623
- # @return [::String]
640
+ # A custom service endpoint, as a hostname or hostname:port. The default is
641
+ # nil, indicating to use the default endpoint in the current universe domain.
642
+ # @return [::String,nil]
624
643
  # @!attribute [rw] credentials
625
644
  # Credentials to send with calls. You may provide any of the following types:
626
645
  # * (`String`) The path to a service account key file in JSON format
@@ -657,13 +676,20 @@ module Google
657
676
  # @!attribute [rw] quota_project
658
677
  # A separate project against which to charge quota.
659
678
  # @return [::String]
679
+ # @!attribute [rw] universe_domain
680
+ # The universe domain within which to make requests. This determines the
681
+ # default endpoint URL. The default value of nil uses the environment
682
+ # universe (usually the default "googleapis.com" universe).
683
+ # @return [::String,nil]
660
684
  #
661
685
  class Configuration
662
686
  extend ::Gapic::Config
663
687
 
688
+ # @private
689
+ # The endpoint specific to the default "googleapis.com" universe. Deprecated.
664
690
  DEFAULT_ENDPOINT = "dialogflow.googleapis.com"
665
691
 
666
- config_attr :endpoint, DEFAULT_ENDPOINT, ::String
692
+ config_attr :endpoint, nil, ::String, nil
667
693
  config_attr :credentials, nil do |value|
668
694
  allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
669
695
  allowed.any? { |klass| klass === value }
@@ -675,6 +701,7 @@ module Google
675
701
  config_attr :metadata, nil, ::Hash, nil
676
702
  config_attr :retry_policy, nil, ::Hash, ::Proc, nil
677
703
  config_attr :quota_project, nil, ::String, nil
704
+ config_attr :universe_domain, nil, ::String, nil
678
705
 
679
706
  # @private
680
707
  # Overrides for http bindings for the RPCs of this service
@@ -30,16 +30,37 @@ module Google
30
30
  # including transcoding, making the REST call, and deserialing the response.
31
31
  #
32
32
  class ServiceStub
33
- def initialize endpoint:, credentials:
33
+ def initialize endpoint:, endpoint_template:, universe_domain:, credentials:
34
34
  # These require statements are intentionally placed here to initialize
35
35
  # the REST modules only when it's required.
36
36
  require "gapic/rest"
37
37
 
38
- @client_stub = ::Gapic::Rest::ClientStub.new endpoint: endpoint, credentials: credentials,
38
+ @client_stub = ::Gapic::Rest::ClientStub.new endpoint: endpoint,
39
+ endpoint_template: endpoint_template,
40
+ universe_domain: universe_domain,
41
+ credentials: credentials,
39
42
  numeric_enums: true,
40
43
  raise_faraday_errors: false
41
44
  end
42
45
 
46
+ ##
47
+ # The effective universe domain
48
+ #
49
+ # @return [String]
50
+ #
51
+ def universe_domain
52
+ @client_stub.universe_domain
53
+ end
54
+
55
+ ##
56
+ # The effective endpoint
57
+ #
58
+ # @return [String]
59
+ #
60
+ def endpoint
61
+ @client_stub.endpoint
62
+ end
63
+
43
64
  ##
44
65
  # Baseline implementation for the list_versions REST call
45
66
  #
@@ -21,6 +21,7 @@ module Google
21
21
  module Api
22
22
  # Required information for every language.
23
23
  # @!attribute [rw] reference_docs_uri
24
+ # @deprecated This field is deprecated and may be removed in the next major version update.
24
25
  # @return [::String]
25
26
  # Link to automatically generated reference documentation. Example:
26
27
  # https://cloud.google.com/nodejs/docs/reference/asset/latest
@@ -68,6 +68,7 @@ module Google
68
68
  # @return [::Boolean]
69
69
  # Optional. Determines whether this agent should log conversation queries.
70
70
  # @!attribute [rw] match_mode
71
+ # @deprecated This field is deprecated and may be removed in the next major version update.
71
72
  # @return [::Google::Cloud::Dialogflow::V2::Agent::MatchMode]
72
73
  # Optional. Determines how intents are detected from user queries.
73
74
  # @!attribute [rw] classification_threshold
@@ -75,6 +75,7 @@ module Google
75
75
  # chronological order. Format: `projects/<Project ID>/locations/<Location
76
76
  # ID>`.
77
77
  # @!attribute [rw] filter
78
+ # @deprecated This field is deprecated and may be removed in the next major version update.
78
79
  # @return [::String]
79
80
  # Optional. Filters to restrict results to specific answer records.
80
81
  #
@@ -108,6 +108,7 @@ module Google
108
108
  # offsets. If false or unspecified, Speech doesn't return any word-level
109
109
  # information.
110
110
  # @!attribute [rw] phrase_hints
111
+ # @deprecated This field is deprecated and may be removed in the next major version update.
111
112
  # @return [::Array<::String>]
112
113
  # A list of strings containing words and phrases that the speech
113
114
  # recognizer should recognize with higher likelihood.
@@ -83,6 +83,7 @@ module Google
83
83
  # Optional. The HTTP request headers to send together with fulfillment
84
84
  # requests.
85
85
  # @!attribute [rw] is_cloud_function
86
+ # @deprecated This field is deprecated and may be removed in the next major version update.
86
87
  # @return [::Boolean]
87
88
  # Optional. Indicates if generic web service is created through Cloud
88
89
  # Functions integration. Defaults to false.
@@ -382,6 +382,7 @@ module Google
382
382
  #
383
383
  # 3. an event that specifies which intent to trigger.
384
384
  # @!attribute [rw] single_utterance
385
+ # @deprecated This field is deprecated and may be removed in the next major version update.
385
386
  # @return [::Boolean]
386
387
  # Please use
387
388
  # {::Google::Cloud::Dialogflow::V2::InputAudioConfig#single_utterance InputAudioConfig.single_utterance}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-dialogflow-v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.31.0
4
+ version: 0.32.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-03 00:00:00.000000000 Z
11
+ date: 2024-01-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.20.0
19
+ version: 0.21.1
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.20.0
29
+ version: 0.21.1
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -50,7 +50,7 @@ dependencies:
50
50
  requirements:
51
51
  - - ">="
52
52
  - !ruby/object:Gem::Version
53
- version: '0.4'
53
+ version: '0.7'
54
54
  - - "<"
55
55
  - !ruby/object:Gem::Version
56
56
  version: 2.a
@@ -60,7 +60,7 @@ dependencies:
60
60
  requirements:
61
61
  - - ">="
62
62
  - !ruby/object:Gem::Version
63
- version: '0.4'
63
+ version: '0.7'
64
64
  - - "<"
65
65
  - !ruby/object:Gem::Version
66
66
  version: 2.a