google-cloud-dialogflow-cx-v3 0.14.0 → 0.15.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/dialogflow/cx/v3/agents/client.rb +2 -2
- data/lib/google/cloud/dialogflow/cx/v3/agents/operations.rb +2 -2
- data/lib/google/cloud/dialogflow/cx/v3/agents/rest/client.rb +1032 -0
- data/lib/google/cloud/dialogflow/cx/v3/agents/rest/operations.rb +815 -0
- data/lib/google/cloud/dialogflow/cx/v3/agents/rest/service_stub.rb +586 -0
- data/lib/google/cloud/dialogflow/cx/v3/agents/rest.rb +56 -0
- data/lib/google/cloud/dialogflow/cx/v3/agents.rb +6 -0
- data/lib/google/cloud/dialogflow/cx/v3/bindings_override.rb +104 -0
- data/lib/google/cloud/dialogflow/cx/v3/changelogs/client.rb +2 -2
- data/lib/google/cloud/dialogflow/cx/v3/changelogs/rest/client.rb +472 -0
- data/lib/google/cloud/dialogflow/cx/v3/changelogs/rest/service_stub.rb +168 -0
- data/lib/google/cloud/dialogflow/cx/v3/changelogs/rest.rb +55 -0
- data/lib/google/cloud/dialogflow/cx/v3/changelogs.rb +6 -0
- data/lib/google/cloud/dialogflow/cx/v3/deployments/client.rb +2 -2
- data/lib/google/cloud/dialogflow/cx/v3/deployments/rest/client.rb +456 -0
- data/lib/google/cloud/dialogflow/cx/v3/deployments/rest/service_stub.rb +168 -0
- data/lib/google/cloud/dialogflow/cx/v3/deployments/rest.rb +55 -0
- data/lib/google/cloud/dialogflow/cx/v3/deployments.rb +6 -0
- data/lib/google/cloud/dialogflow/cx/v3/entity_types/client.rb +2 -2
- data/lib/google/cloud/dialogflow/cx/v3/entity_types/rest/client.rb +740 -0
- data/lib/google/cloud/dialogflow/cx/v3/entity_types/rest/service_stub.rb +347 -0
- data/lib/google/cloud/dialogflow/cx/v3/entity_types/rest.rb +55 -0
- data/lib/google/cloud/dialogflow/cx/v3/entity_types.rb +6 -0
- data/lib/google/cloud/dialogflow/cx/v3/environments/client.rb +2 -2
- data/lib/google/cloud/dialogflow/cx/v3/environments/operations.rb +2 -2
- data/lib/google/cloud/dialogflow/cx/v3/environments/rest/client.rb +1028 -0
- data/lib/google/cloud/dialogflow/cx/v3/environments/rest/operations.rb +815 -0
- data/lib/google/cloud/dialogflow/cx/v3/environments/rest/service_stub.rb +585 -0
- data/lib/google/cloud/dialogflow/cx/v3/environments/rest.rb +57 -0
- data/lib/google/cloud/dialogflow/cx/v3/environments.rb +6 -0
- data/lib/google/cloud/dialogflow/cx/v3/experiments/client.rb +2 -2
- data/lib/google/cloud/dialogflow/cx/v3/experiments/rest/client.rb +821 -0
- data/lib/google/cloud/dialogflow/cx/v3/experiments/rest/service_stub.rb +467 -0
- data/lib/google/cloud/dialogflow/cx/v3/experiments/rest.rb +55 -0
- data/lib/google/cloud/dialogflow/cx/v3/experiments.rb +6 -0
- data/lib/google/cloud/dialogflow/cx/v3/flows/client.rb +2 -2
- data/lib/google/cloud/dialogflow/cx/v3/flows/operations.rb +2 -2
- data/lib/google/cloud/dialogflow/cx/v3/flows/rest/client.rb +1182 -0
- data/lib/google/cloud/dialogflow/cx/v3/flows/rest/operations.rb +815 -0
- data/lib/google/cloud/dialogflow/cx/v3/flows/rest/service_stub.rb +646 -0
- data/lib/google/cloud/dialogflow/cx/v3/flows/rest.rb +56 -0
- data/lib/google/cloud/dialogflow/cx/v3/flows.rb +6 -0
- data/lib/google/cloud/dialogflow/cx/v3/intents/client.rb +2 -2
- data/lib/google/cloud/dialogflow/cx/v3/intents/rest/client.rb +722 -0
- data/lib/google/cloud/dialogflow/cx/v3/intents/rest/service_stub.rb +347 -0
- data/lib/google/cloud/dialogflow/cx/v3/intents/rest.rb +55 -0
- data/lib/google/cloud/dialogflow/cx/v3/intents.rb +6 -0
- data/lib/google/cloud/dialogflow/cx/v3/pages/client.rb +2 -2
- data/lib/google/cloud/dialogflow/cx/v3/pages/rest/client.rb +777 -0
- data/lib/google/cloud/dialogflow/cx/v3/pages/rest/service_stub.rb +347 -0
- data/lib/google/cloud/dialogflow/cx/v3/pages/rest.rb +55 -0
- data/lib/google/cloud/dialogflow/cx/v3/pages.rb +6 -0
- data/lib/google/cloud/dialogflow/cx/v3/rest.rb +55 -0
- data/lib/google/cloud/dialogflow/cx/v3/security_settings_service/client.rb +2 -2
- data/lib/google/cloud/dialogflow/cx/v3/security_settings_service/rest/client.rb +673 -0
- data/lib/google/cloud/dialogflow/cx/v3/security_settings_service/rest/service_stub.rb +347 -0
- data/lib/google/cloud/dialogflow/cx/v3/security_settings_service/rest.rb +55 -0
- data/lib/google/cloud/dialogflow/cx/v3/security_settings_service.rb +6 -0
- data/lib/google/cloud/dialogflow/cx/v3/session_entity_types/client.rb +2 -2
- data/lib/google/cloud/dialogflow/cx/v3/session_entity_types/rest/client.rb +688 -0
- data/lib/google/cloud/dialogflow/cx/v3/session_entity_types/rest/service_stub.rb +384 -0
- data/lib/google/cloud/dialogflow/cx/v3/session_entity_types/rest.rb +56 -0
- data/lib/google/cloud/dialogflow/cx/v3/session_entity_types.rb +6 -0
- data/lib/google/cloud/dialogflow/cx/v3/sessions/client.rb +2 -2
- data/lib/google/cloud/dialogflow/cx/v3/sessions/rest/client.rb +576 -0
- data/lib/google/cloud/dialogflow/cx/v3/sessions/rest/service_stub.rb +254 -0
- data/lib/google/cloud/dialogflow/cx/v3/sessions/rest.rb +58 -0
- data/lib/google/cloud/dialogflow/cx/v3/sessions.rb +6 -0
- data/lib/google/cloud/dialogflow/cx/v3/test_cases/client.rb +2 -2
- data/lib/google/cloud/dialogflow/cx/v3/test_cases/operations.rb +2 -2
- data/lib/google/cloud/dialogflow/cx/v3/test_cases/rest/client.rb +1304 -0
- data/lib/google/cloud/dialogflow/cx/v3/test_cases/rest/operations.rb +815 -0
- data/lib/google/cloud/dialogflow/cx/v3/test_cases/rest/service_stub.rb +765 -0
- data/lib/google/cloud/dialogflow/cx/v3/test_cases/rest.rb +57 -0
- data/lib/google/cloud/dialogflow/cx/v3/test_cases.rb +6 -0
- data/lib/google/cloud/dialogflow/cx/v3/transition_route_groups/client.rb +2 -2
- data/lib/google/cloud/dialogflow/cx/v3/transition_route_groups/rest/client.rb +748 -0
- data/lib/google/cloud/dialogflow/cx/v3/transition_route_groups/rest/service_stub.rb +347 -0
- data/lib/google/cloud/dialogflow/cx/v3/transition_route_groups/rest.rb +56 -0
- data/lib/google/cloud/dialogflow/cx/v3/transition_route_groups.rb +6 -0
- data/lib/google/cloud/dialogflow/cx/v3/version.rb +1 -1
- data/lib/google/cloud/dialogflow/cx/v3/versions/client.rb +2 -2
- data/lib/google/cloud/dialogflow/cx/v3/versions/operations.rb +2 -2
- data/lib/google/cloud/dialogflow/cx/v3/versions/rest/client.rb +865 -0
- data/lib/google/cloud/dialogflow/cx/v3/versions/rest/operations.rb +815 -0
- data/lib/google/cloud/dialogflow/cx/v3/versions/rest/service_stub.rb +467 -0
- data/lib/google/cloud/dialogflow/cx/v3/versions/rest.rb +56 -0
- data/lib/google/cloud/dialogflow/cx/v3/versions.rb +6 -0
- data/lib/google/cloud/dialogflow/cx/v3/webhooks/client.rb +2 -2
- data/lib/google/cloud/dialogflow/cx/v3/webhooks/rest/client.rb +677 -0
- data/lib/google/cloud/dialogflow/cx/v3/webhooks/rest/service_stub.rb +347 -0
- data/lib/google/cloud/dialogflow/cx/v3/webhooks/rest.rb +55 -0
- data/lib/google/cloud/dialogflow/cx/v3/webhooks.rb +6 -0
- data/lib/google/cloud/dialogflow/cx/v3.rb +5 -0
- data/proto_docs/google/cloud/dialogflow/cx/v3/deployment.rb +1 -1
- data/proto_docs/google/cloud/dialogflow/cx/v3/session.rb +1 -1
- metadata +57 -2
@@ -0,0 +1,254 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Copyright 2023 Google LLC
|
4
|
+
#
|
5
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
|
+
# you may not use this file except in compliance with the License.
|
7
|
+
# You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
10
|
+
#
|
11
|
+
# Unless required by applicable law or agreed to in writing, software
|
12
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
13
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14
|
+
# See the License for the specific language governing permissions and
|
15
|
+
# limitations under the License.
|
16
|
+
|
17
|
+
# Auto-generated by gapic-generator-ruby. DO NOT EDIT!
|
18
|
+
|
19
|
+
require "google/cloud/dialogflow/cx/v3/session_pb"
|
20
|
+
|
21
|
+
module Google
|
22
|
+
module Cloud
|
23
|
+
module Dialogflow
|
24
|
+
module CX
|
25
|
+
module V3
|
26
|
+
module Sessions
|
27
|
+
module Rest
|
28
|
+
##
|
29
|
+
# REST service stub for the Sessions service.
|
30
|
+
# Service stub contains baseline method implementations
|
31
|
+
# including transcoding, making the REST call, and deserialing the response.
|
32
|
+
#
|
33
|
+
class ServiceStub
|
34
|
+
def initialize endpoint:, credentials:
|
35
|
+
# These require statements are intentionally placed here to initialize
|
36
|
+
# the REST modules only when it's required.
|
37
|
+
require "gapic/rest"
|
38
|
+
|
39
|
+
@client_stub = ::Gapic::Rest::ClientStub.new endpoint: endpoint, credentials: credentials,
|
40
|
+
numeric_enums: true,
|
41
|
+
raise_faraday_errors: false
|
42
|
+
end
|
43
|
+
|
44
|
+
##
|
45
|
+
# Baseline implementation for the detect_intent REST call
|
46
|
+
#
|
47
|
+
# @param request_pb [::Google::Cloud::Dialogflow::CX::V3::DetectIntentRequest]
|
48
|
+
# A request object representing the call parameters. Required.
|
49
|
+
# @param options [::Gapic::CallOptions]
|
50
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
51
|
+
#
|
52
|
+
# @yield [result, operation] Access the result along with the TransportOperation object
|
53
|
+
# @yieldparam result [::Google::Cloud::Dialogflow::CX::V3::DetectIntentResponse]
|
54
|
+
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
55
|
+
#
|
56
|
+
# @return [::Google::Cloud::Dialogflow::CX::V3::DetectIntentResponse]
|
57
|
+
# A result object deserialized from the server's reply
|
58
|
+
def detect_intent request_pb, options = nil
|
59
|
+
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
60
|
+
|
61
|
+
verb, uri, query_string_params, body = ServiceStub.transcode_detect_intent_request request_pb
|
62
|
+
query_string_params = if query_string_params.any?
|
63
|
+
query_string_params.to_h { |p| p.split("=", 2) }
|
64
|
+
else
|
65
|
+
{}
|
66
|
+
end
|
67
|
+
|
68
|
+
response = @client_stub.make_http_request(
|
69
|
+
verb,
|
70
|
+
uri: uri,
|
71
|
+
body: body || "",
|
72
|
+
params: query_string_params,
|
73
|
+
options: options
|
74
|
+
)
|
75
|
+
operation = ::Gapic::Rest::TransportOperation.new response
|
76
|
+
result = ::Google::Cloud::Dialogflow::CX::V3::DetectIntentResponse.decode_json response.body, ignore_unknown_fields: true
|
77
|
+
|
78
|
+
yield result, operation if block_given?
|
79
|
+
result
|
80
|
+
end
|
81
|
+
|
82
|
+
##
|
83
|
+
# Baseline implementation for the match_intent REST call
|
84
|
+
#
|
85
|
+
# @param request_pb [::Google::Cloud::Dialogflow::CX::V3::MatchIntentRequest]
|
86
|
+
# A request object representing the call parameters. Required.
|
87
|
+
# @param options [::Gapic::CallOptions]
|
88
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
89
|
+
#
|
90
|
+
# @yield [result, operation] Access the result along with the TransportOperation object
|
91
|
+
# @yieldparam result [::Google::Cloud::Dialogflow::CX::V3::MatchIntentResponse]
|
92
|
+
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
93
|
+
#
|
94
|
+
# @return [::Google::Cloud::Dialogflow::CX::V3::MatchIntentResponse]
|
95
|
+
# A result object deserialized from the server's reply
|
96
|
+
def match_intent request_pb, options = nil
|
97
|
+
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
98
|
+
|
99
|
+
verb, uri, query_string_params, body = ServiceStub.transcode_match_intent_request request_pb
|
100
|
+
query_string_params = if query_string_params.any?
|
101
|
+
query_string_params.to_h { |p| p.split("=", 2) }
|
102
|
+
else
|
103
|
+
{}
|
104
|
+
end
|
105
|
+
|
106
|
+
response = @client_stub.make_http_request(
|
107
|
+
verb,
|
108
|
+
uri: uri,
|
109
|
+
body: body || "",
|
110
|
+
params: query_string_params,
|
111
|
+
options: options
|
112
|
+
)
|
113
|
+
operation = ::Gapic::Rest::TransportOperation.new response
|
114
|
+
result = ::Google::Cloud::Dialogflow::CX::V3::MatchIntentResponse.decode_json response.body, ignore_unknown_fields: true
|
115
|
+
|
116
|
+
yield result, operation if block_given?
|
117
|
+
result
|
118
|
+
end
|
119
|
+
|
120
|
+
##
|
121
|
+
# Baseline implementation for the fulfill_intent REST call
|
122
|
+
#
|
123
|
+
# @param request_pb [::Google::Cloud::Dialogflow::CX::V3::FulfillIntentRequest]
|
124
|
+
# A request object representing the call parameters. Required.
|
125
|
+
# @param options [::Gapic::CallOptions]
|
126
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
127
|
+
#
|
128
|
+
# @yield [result, operation] Access the result along with the TransportOperation object
|
129
|
+
# @yieldparam result [::Google::Cloud::Dialogflow::CX::V3::FulfillIntentResponse]
|
130
|
+
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
131
|
+
#
|
132
|
+
# @return [::Google::Cloud::Dialogflow::CX::V3::FulfillIntentResponse]
|
133
|
+
# A result object deserialized from the server's reply
|
134
|
+
def fulfill_intent request_pb, options = nil
|
135
|
+
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
136
|
+
|
137
|
+
verb, uri, query_string_params, body = ServiceStub.transcode_fulfill_intent_request request_pb
|
138
|
+
query_string_params = if query_string_params.any?
|
139
|
+
query_string_params.to_h { |p| p.split("=", 2) }
|
140
|
+
else
|
141
|
+
{}
|
142
|
+
end
|
143
|
+
|
144
|
+
response = @client_stub.make_http_request(
|
145
|
+
verb,
|
146
|
+
uri: uri,
|
147
|
+
body: body || "",
|
148
|
+
params: query_string_params,
|
149
|
+
options: options
|
150
|
+
)
|
151
|
+
operation = ::Gapic::Rest::TransportOperation.new response
|
152
|
+
result = ::Google::Cloud::Dialogflow::CX::V3::FulfillIntentResponse.decode_json response.body, ignore_unknown_fields: true
|
153
|
+
|
154
|
+
yield result, operation if block_given?
|
155
|
+
result
|
156
|
+
end
|
157
|
+
|
158
|
+
##
|
159
|
+
# @private
|
160
|
+
#
|
161
|
+
# GRPC transcoding helper method for the detect_intent REST call
|
162
|
+
#
|
163
|
+
# @param request_pb [::Google::Cloud::Dialogflow::CX::V3::DetectIntentRequest]
|
164
|
+
# A request object representing the call parameters. Required.
|
165
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
166
|
+
# Uri, Body, Query string parameters
|
167
|
+
def self.transcode_detect_intent_request request_pb
|
168
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
169
|
+
.with_bindings(
|
170
|
+
uri_method: :post,
|
171
|
+
uri_template: "/v3/{session}:detectIntent",
|
172
|
+
body: "*",
|
173
|
+
matches: [
|
174
|
+
["session", %r{^projects/[^/]+/locations/[^/]+/agents/[^/]+/sessions/[^/]+/?$}, false]
|
175
|
+
]
|
176
|
+
)
|
177
|
+
.with_bindings(
|
178
|
+
uri_method: :post,
|
179
|
+
uri_template: "/v3/{session}:detectIntent",
|
180
|
+
body: "*",
|
181
|
+
matches: [
|
182
|
+
["session", %r{^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/sessions/[^/]+/?$}, false]
|
183
|
+
]
|
184
|
+
)
|
185
|
+
transcoder.transcode request_pb
|
186
|
+
end
|
187
|
+
|
188
|
+
##
|
189
|
+
# @private
|
190
|
+
#
|
191
|
+
# GRPC transcoding helper method for the match_intent REST call
|
192
|
+
#
|
193
|
+
# @param request_pb [::Google::Cloud::Dialogflow::CX::V3::MatchIntentRequest]
|
194
|
+
# A request object representing the call parameters. Required.
|
195
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
196
|
+
# Uri, Body, Query string parameters
|
197
|
+
def self.transcode_match_intent_request request_pb
|
198
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
199
|
+
.with_bindings(
|
200
|
+
uri_method: :post,
|
201
|
+
uri_template: "/v3/{session}:matchIntent",
|
202
|
+
body: "*",
|
203
|
+
matches: [
|
204
|
+
["session", %r{^projects/[^/]+/locations/[^/]+/agents/[^/]+/sessions/[^/]+/?$}, false]
|
205
|
+
]
|
206
|
+
)
|
207
|
+
.with_bindings(
|
208
|
+
uri_method: :post,
|
209
|
+
uri_template: "/v3/{session}:matchIntent",
|
210
|
+
body: "*",
|
211
|
+
matches: [
|
212
|
+
["session", %r{^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/sessions/[^/]+/?$}, false]
|
213
|
+
]
|
214
|
+
)
|
215
|
+
transcoder.transcode request_pb
|
216
|
+
end
|
217
|
+
|
218
|
+
##
|
219
|
+
# @private
|
220
|
+
#
|
221
|
+
# GRPC transcoding helper method for the fulfill_intent REST call
|
222
|
+
#
|
223
|
+
# @param request_pb [::Google::Cloud::Dialogflow::CX::V3::FulfillIntentRequest]
|
224
|
+
# A request object representing the call parameters. Required.
|
225
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
226
|
+
# Uri, Body, Query string parameters
|
227
|
+
def self.transcode_fulfill_intent_request request_pb
|
228
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
229
|
+
.with_bindings(
|
230
|
+
uri_method: :post,
|
231
|
+
uri_template: "/v3/{match_intent_request.session}:fulfillIntent",
|
232
|
+
body: "*",
|
233
|
+
matches: [
|
234
|
+
["match_intent_request.session", %r{^projects/[^/]+/locations/[^/]+/agents/[^/]+/sessions/[^/]+/?$}, false]
|
235
|
+
]
|
236
|
+
)
|
237
|
+
.with_bindings(
|
238
|
+
uri_method: :post,
|
239
|
+
uri_template: "/v3/{match_intent_request.session}:fulfillIntent",
|
240
|
+
body: "*",
|
241
|
+
matches: [
|
242
|
+
["match_intent_request.session", %r{^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/sessions/[^/]+/?$}, false]
|
243
|
+
]
|
244
|
+
)
|
245
|
+
transcoder.transcode request_pb
|
246
|
+
end
|
247
|
+
end
|
248
|
+
end
|
249
|
+
end
|
250
|
+
end
|
251
|
+
end
|
252
|
+
end
|
253
|
+
end
|
254
|
+
end
|
@@ -0,0 +1,58 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Copyright 2023 Google LLC
|
4
|
+
#
|
5
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
|
+
# you may not use this file except in compliance with the License.
|
7
|
+
# You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
10
|
+
#
|
11
|
+
# Unless required by applicable law or agreed to in writing, software
|
12
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
13
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14
|
+
# See the License for the specific language governing permissions and
|
15
|
+
# limitations under the License.
|
16
|
+
|
17
|
+
# Auto-generated by gapic-generator-ruby. DO NOT EDIT!
|
18
|
+
|
19
|
+
require "gapic/rest"
|
20
|
+
require "gapic/config"
|
21
|
+
require "gapic/config/method"
|
22
|
+
|
23
|
+
require "google/cloud/dialogflow/cx/v3/version"
|
24
|
+
require "google/cloud/dialogflow/cx/v3/bindings_override"
|
25
|
+
|
26
|
+
require "google/cloud/dialogflow/cx/v3/sessions/credentials"
|
27
|
+
require "google/cloud/dialogflow/cx/v3/sessions/paths"
|
28
|
+
require "google/cloud/dialogflow/cx/v3/sessions/rest/client"
|
29
|
+
|
30
|
+
module Google
|
31
|
+
module Cloud
|
32
|
+
module Dialogflow
|
33
|
+
module CX
|
34
|
+
module V3
|
35
|
+
##
|
36
|
+
# A session represents an interaction with a user. You retrieve user input
|
37
|
+
# and pass it to the
|
38
|
+
# {::Google::Cloud::Dialogflow::CX::V3::Sessions::Client#detect_intent DetectIntent} method to
|
39
|
+
# determine user intent and respond.
|
40
|
+
#
|
41
|
+
# To load this service and instantiate a REST client:
|
42
|
+
#
|
43
|
+
# require "google/cloud/dialogflow/cx/v3/sessions/rest"
|
44
|
+
# client = ::Google::Cloud::Dialogflow::CX::V3::Sessions::Rest::Client.new
|
45
|
+
#
|
46
|
+
module Sessions
|
47
|
+
# Client for the REST transport
|
48
|
+
module Rest
|
49
|
+
end
|
50
|
+
end
|
51
|
+
end
|
52
|
+
end
|
53
|
+
end
|
54
|
+
end
|
55
|
+
end
|
56
|
+
|
57
|
+
helper_path = ::File.join __dir__, "rest", "helpers.rb"
|
58
|
+
require "google/cloud/dialogflow/cx/v3/sessions/rest/helpers" if ::File.file? helper_path
|
@@ -25,6 +25,7 @@ require "google/cloud/dialogflow/cx/v3/version"
|
|
25
25
|
require "google/cloud/dialogflow/cx/v3/sessions/credentials"
|
26
26
|
require "google/cloud/dialogflow/cx/v3/sessions/paths"
|
27
27
|
require "google/cloud/dialogflow/cx/v3/sessions/client"
|
28
|
+
require "google/cloud/dialogflow/cx/v3/sessions/rest"
|
28
29
|
|
29
30
|
module Google
|
30
31
|
module Cloud
|
@@ -42,6 +43,11 @@ module Google
|
|
42
43
|
# require "google/cloud/dialogflow/cx/v3/sessions"
|
43
44
|
# client = ::Google::Cloud::Dialogflow::CX::V3::Sessions::Client.new
|
44
45
|
#
|
46
|
+
# @example Load this service and instantiate a REST client
|
47
|
+
#
|
48
|
+
# require "google/cloud/dialogflow/cx/v3/sessions/rest"
|
49
|
+
# client = ::Google::Cloud::Dialogflow::CX::V3::Sessions::Rest::Client.new
|
50
|
+
#
|
45
51
|
module Sessions
|
46
52
|
end
|
47
53
|
end
|
@@ -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://
|
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://
|
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://
|
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://
|
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
|