|
1
|
|
|
<?php |
|
2
|
|
|
|
|
3
|
|
|
namespace AlibabaCloud\VoiceNavigator\V20180612; |
|
4
|
|
|
|
|
5
|
|
|
use AlibabaCloud\Client\Resolver\ApiResolver; |
|
6
|
|
|
|
|
7
|
|
|
/** |
|
8
|
|
|
* @method AssociateChatbotInstance associateChatbotInstance(array $options = []) |
|
9
|
|
|
* @method AuditTTSVoice auditTTSVoice(array $options = []) |
|
10
|
|
|
* @method BeginDialogue beginDialogue(array $options = []) |
|
11
|
|
|
* @method CollectedNumber collectedNumber(array $options = []) |
|
12
|
|
|
* @method CreateInstance createInstance(array $options = []) |
|
13
|
|
|
* @method DebugBeginDialogue debugBeginDialogue(array $options = []) |
|
14
|
|
|
* @method DebugCollectedNumber debugCollectedNumber(array $options = []) |
|
15
|
|
|
* @method DebugDialogue debugDialogue(array $options = []) |
|
16
|
|
|
* @method DeleteInstance deleteInstance(array $options = []) |
|
17
|
|
|
* @method DescribeConversation describeConversation(array $options = []) |
|
18
|
|
|
* @method DescribeConversationContext describeConversationContext(array $options = []) |
|
19
|
|
|
* @method DescribeExportProgress describeExportProgress(array $options = []) |
|
20
|
|
|
* @method DescribeInstance describeInstance(array $options = []) |
|
21
|
|
|
* @method DescribeNavigationConfig describeNavigationConfig(array $options = []) |
|
22
|
|
|
* @method DescribeRecording describeRecording(array $options = []) |
|
23
|
|
|
* @method DescribeStatisticalData describeStatisticalData(array $options = []) |
|
24
|
|
|
* @method DescribeTTSConfig describeTTSConfig(array $options = []) |
|
25
|
|
|
* @method Dialogue dialogue(array $options = []) |
|
26
|
|
|
* @method DisableInstance disableInstance(array $options = []) |
|
27
|
|
|
* @method EnableInstance enableInstance(array $options = []) |
|
28
|
|
|
* @method EndDialogue endDialogue(array $options = []) |
|
29
|
|
|
* @method ExportConversationDetails exportConversationDetails(array $options = []) |
|
30
|
|
|
* @method ExportStatisticalData exportStatisticalData(array $options = []) |
|
31
|
|
|
* @method ListChatbotInstances listChatbotInstances(array $options = []) |
|
32
|
|
|
* @method ListConversationDetails listConversationDetails(array $options = []) |
|
33
|
|
|
* @method ListConversations listConversations(array $options = []) |
|
34
|
|
|
* @method ListInstances listInstances(array $options = []) |
|
35
|
|
|
* @method ModifyGreetingConfig modifyGreetingConfig(array $options = []) |
|
36
|
|
|
* @method ModifyInstance modifyInstance(array $options = []) |
|
37
|
|
|
* @method ModifySilenceTimeoutConfig modifySilenceTimeoutConfig(array $options = []) |
|
38
|
|
|
* @method ModifyTTSConfig modifyTTSConfig(array $options = []) |
|
39
|
|
|
* @method ModifyUnrecognizingConfig modifyUnrecognizingConfig(array $options = []) |
|
40
|
|
|
* @method QueryConversations queryConversations(array $options = []) |
|
41
|
|
|
* @method SaveRecording saveRecording(array $options = []) |
|
42
|
|
|
* @method SilenceTimeout silenceTimeout(array $options = []) |
|
43
|
|
|
*/ |
|
44
|
|
|
class VoiceNavigatorApiResolver extends ApiResolver |
|
45
|
|
|
{ |
|
46
|
|
|
} |
|
47
|
|
|
|
|
48
|
|
|
class Rpc extends \AlibabaCloud\Client\Resolver\Rpc |
|
49
|
|
|
{ |
|
50
|
|
|
/** @var string */ |
|
51
|
|
|
public $product = 'VoiceNavigator'; |
|
52
|
|
|
|
|
53
|
|
|
/** @var string */ |
|
54
|
|
|
public $version = '2018-06-12'; |
|
55
|
|
|
|
|
56
|
|
|
/** @var string */ |
|
57
|
|
|
public $method = 'POST'; |
|
58
|
|
|
|
|
59
|
|
|
/** @var string */ |
|
60
|
|
|
public $serviceCode = 'voicebot'; |
|
61
|
|
|
} |
|
62
|
|
|
|
|
63
|
|
|
/** |
|
64
|
|
|
* @method string getInstanceId() |
|
65
|
|
|
* @method $this withInstanceId($value) |
|
66
|
|
|
* @method string getChatbotInstanceId() |
|
67
|
|
|
* @method $this withChatbotInstanceId($value) |
|
68
|
|
|
* @method string getChatbotName() |
|
69
|
|
|
* @method $this withChatbotName($value) |
|
70
|
|
|
*/ |
|
71
|
|
|
class AssociateChatbotInstance extends Rpc |
|
72
|
|
|
{ |
|
73
|
|
|
} |
|
74
|
|
|
|
|
75
|
|
|
/** |
|
76
|
|
|
* @method string getVoice() |
|
77
|
|
|
* @method $this withVoice($value) |
|
78
|
|
|
* @method string getVolume() |
|
79
|
|
|
* @method $this withVolume($value) |
|
80
|
|
|
* @method string getInstanceId() |
|
81
|
|
|
* @method $this withInstanceId($value) |
|
82
|
|
|
* @method string getText() |
|
83
|
|
|
* @method $this withText($value) |
|
84
|
|
|
* @method string getSpeechRate() |
|
85
|
|
|
* @method $this withSpeechRate($value) |
|
86
|
|
|
*/ |
|
87
|
|
|
class AuditTTSVoice extends Rpc |
|
88
|
|
|
{ |
|
89
|
|
|
} |
|
90
|
|
|
|
|
91
|
|
|
/** |
|
92
|
|
|
* @method string getConversationId() |
|
93
|
|
|
* @method $this withConversationId($value) |
|
94
|
|
|
* @method string getInitialContext() |
|
95
|
|
|
* @method $this withInitialContext($value) |
|
96
|
|
|
* @method string getCallingNumber() |
|
97
|
|
|
* @method $this withCallingNumber($value) |
|
98
|
|
|
* @method string getInstanceId() |
|
99
|
|
|
* @method $this withInstanceId($value) |
|
100
|
|
|
* @method string getCalledNumber() |
|
101
|
|
|
* @method $this withCalledNumber($value) |
|
102
|
|
|
*/ |
|
103
|
|
|
class BeginDialogue extends Rpc |
|
104
|
|
|
{ |
|
105
|
|
|
} |
|
106
|
|
|
|
|
107
|
|
|
/** |
|
108
|
|
|
* @method string getConversationId() |
|
109
|
|
|
* @method $this withConversationId($value) |
|
110
|
|
|
* @method string getNumber() |
|
111
|
|
|
* @method $this withNumber($value) |
|
112
|
|
|
* @method string getInstanceId() |
|
113
|
|
|
* @method $this withInstanceId($value) |
|
114
|
|
|
*/ |
|
115
|
|
|
class CollectedNumber extends Rpc |
|
116
|
|
|
{ |
|
117
|
|
|
} |
|
118
|
|
|
|
|
119
|
|
|
/** |
|
120
|
|
|
* @method string getDescription() |
|
121
|
|
|
* @method $this withDescription($value) |
|
122
|
|
|
* @method string getConcurrency() |
|
123
|
|
|
* @method $this withConcurrency($value) |
|
124
|
|
|
* @method string getChatbotInstanceId() |
|
125
|
|
|
* @method $this withChatbotInstanceId($value) |
|
126
|
|
|
* @method string getName() |
|
127
|
|
|
* @method $this withName($value) |
|
128
|
|
|
* @method string getNluServiceType() |
|
129
|
|
|
* @method $this withNluServiceType($value) |
|
130
|
|
|
* @method string getChatbotName() |
|
131
|
|
|
* @method $this withChatbotName($value) |
|
132
|
|
|
*/ |
|
133
|
|
|
class CreateInstance extends Rpc |
|
134
|
|
|
{ |
|
135
|
|
|
} |
|
136
|
|
|
|
|
137
|
|
|
/** |
|
138
|
|
|
* @method string getConversationId() |
|
139
|
|
|
* @method $this withConversationId($value) |
|
140
|
|
|
* @method string getInitialContext() |
|
141
|
|
|
* @method $this withInitialContext($value) |
|
142
|
|
|
* @method string getCallingNumber() |
|
143
|
|
|
* @method $this withCallingNumber($value) |
|
144
|
|
|
* @method string getInstanceId() |
|
145
|
|
|
* @method $this withInstanceId($value) |
|
146
|
|
|
* @method string getCalledNumber() |
|
147
|
|
|
* @method $this withCalledNumber($value) |
|
148
|
|
|
*/ |
|
149
|
|
|
class DebugBeginDialogue extends Rpc |
|
150
|
|
|
{ |
|
151
|
|
|
} |
|
152
|
|
|
|
|
153
|
|
|
/** |
|
154
|
|
|
* @method string getConversationId() |
|
155
|
|
|
* @method $this withConversationId($value) |
|
156
|
|
|
* @method string getNumber() |
|
157
|
|
|
* @method $this withNumber($value) |
|
158
|
|
|
* @method string getInstanceId() |
|
159
|
|
|
* @method $this withInstanceId($value) |
|
160
|
|
|
*/ |
|
161
|
|
|
class DebugCollectedNumber extends Rpc |
|
162
|
|
|
{ |
|
163
|
|
|
} |
|
164
|
|
|
|
|
165
|
|
|
/** |
|
166
|
|
|
* @method string getConversationId() |
|
167
|
|
|
* @method $this withConversationId($value) |
|
168
|
|
|
* @method string getInstanceId() |
|
169
|
|
|
* @method $this withInstanceId($value) |
|
170
|
|
|
* @method string getAdditionalContext() |
|
171
|
|
|
* @method $this withAdditionalContext($value) |
|
172
|
|
|
* @method string getUtterance() |
|
173
|
|
|
* @method $this withUtterance($value) |
|
174
|
|
|
*/ |
|
175
|
|
|
class DebugDialogue extends Rpc |
|
176
|
|
|
{ |
|
177
|
|
|
} |
|
178
|
|
|
|
|
179
|
|
|
/** |
|
180
|
|
|
* @method string getInstanceId() |
|
181
|
|
|
* @method $this withInstanceId($value) |
|
182
|
|
|
*/ |
|
183
|
|
|
class DeleteInstance extends Rpc |
|
184
|
|
|
{ |
|
185
|
|
|
} |
|
186
|
|
|
|
|
187
|
|
|
/** |
|
188
|
|
|
* @method string getConversationId() |
|
189
|
|
|
* @method $this withConversationId($value) |
|
190
|
|
|
* @method string getInstanceId() |
|
191
|
|
|
* @method $this withInstanceId($value) |
|
192
|
|
|
*/ |
|
193
|
|
|
class DescribeConversation extends Rpc |
|
194
|
|
|
{ |
|
195
|
|
|
|
|
196
|
|
|
/** @var string */ |
|
197
|
|
|
public $method = 'GET'; |
|
198
|
|
|
} |
|
199
|
|
|
|
|
200
|
|
|
/** |
|
201
|
|
|
* @method string getConversationId() |
|
202
|
|
|
* @method $this withConversationId($value) |
|
203
|
|
|
* @method string getInstanceId() |
|
204
|
|
|
* @method $this withInstanceId($value) |
|
205
|
|
|
*/ |
|
206
|
|
|
class DescribeConversationContext extends Rpc |
|
207
|
|
|
{ |
|
208
|
|
|
|
|
209
|
|
|
/** @var string */ |
|
210
|
|
|
public $method = 'GET'; |
|
211
|
|
|
} |
|
212
|
|
|
|
|
213
|
|
|
/** |
|
214
|
|
|
* @method string getInstanceId() |
|
215
|
|
|
* @method $this withInstanceId($value) |
|
216
|
|
|
* @method string getExportTaskId() |
|
217
|
|
|
* @method $this withExportTaskId($value) |
|
218
|
|
|
*/ |
|
219
|
|
|
class DescribeExportProgress extends Rpc |
|
220
|
|
|
{ |
|
221
|
|
|
|
|
222
|
|
|
/** @var string */ |
|
223
|
|
|
public $method = 'GET'; |
|
224
|
|
|
} |
|
225
|
|
|
|
|
226
|
|
|
/** |
|
227
|
|
|
* @method string getInstanceId() |
|
228
|
|
|
* @method $this withInstanceId($value) |
|
229
|
|
|
*/ |
|
230
|
|
|
class DescribeInstance extends Rpc |
|
231
|
|
|
{ |
|
232
|
|
|
|
|
233
|
|
|
/** @var string */ |
|
234
|
|
|
public $method = 'GET'; |
|
235
|
|
|
} |
|
236
|
|
|
|
|
237
|
|
|
/** |
|
238
|
|
|
* @method string getInstanceId() |
|
239
|
|
|
* @method $this withInstanceId($value) |
|
240
|
|
|
*/ |
|
241
|
|
|
class DescribeNavigationConfig extends Rpc |
|
242
|
|
|
{ |
|
243
|
|
|
|
|
244
|
|
|
/** @var string */ |
|
245
|
|
|
public $method = 'GET'; |
|
246
|
|
|
} |
|
247
|
|
|
|
|
248
|
|
|
/** |
|
249
|
|
|
* @method string getConversationId() |
|
250
|
|
|
* @method $this withConversationId($value) |
|
251
|
|
|
* @method string getInstanceId() |
|
252
|
|
|
* @method $this withInstanceId($value) |
|
253
|
|
|
*/ |
|
254
|
|
|
class DescribeRecording extends Rpc |
|
255
|
|
|
{ |
|
256
|
|
|
|
|
257
|
|
|
/** @var string */ |
|
258
|
|
|
public $method = 'GET'; |
|
259
|
|
|
} |
|
260
|
|
|
|
|
261
|
|
|
/** |
|
262
|
|
|
* @method string getBeginTimeLeftRange() |
|
263
|
|
|
* @method $this withBeginTimeLeftRange($value) |
|
264
|
|
|
* @method string getTimeUnit() |
|
265
|
|
|
* @method $this withTimeUnit($value) |
|
266
|
|
|
* @method string getInstanceId() |
|
267
|
|
|
* @method $this withInstanceId($value) |
|
268
|
|
|
* @method string getBeginTimeRightRange() |
|
269
|
|
|
* @method $this withBeginTimeRightRange($value) |
|
270
|
|
|
*/ |
|
271
|
|
|
class DescribeStatisticalData extends Rpc |
|
272
|
|
|
{ |
|
273
|
|
|
|
|
274
|
|
|
/** @var string */ |
|
275
|
|
|
public $method = 'GET'; |
|
276
|
|
|
} |
|
277
|
|
|
|
|
278
|
|
|
/** |
|
279
|
|
|
* @method string getInstanceId() |
|
280
|
|
|
* @method $this withInstanceId($value) |
|
281
|
|
|
*/ |
|
282
|
|
|
class DescribeTTSConfig extends Rpc |
|
283
|
|
|
{ |
|
284
|
|
|
|
|
285
|
|
|
/** @var string */ |
|
286
|
|
|
public $method = 'GET'; |
|
287
|
|
|
} |
|
288
|
|
|
|
|
289
|
|
|
/** |
|
290
|
|
|
* @method string getConversationId() |
|
291
|
|
|
* @method $this withConversationId($value) |
|
292
|
|
|
* @method string getCallingNumber() |
|
293
|
|
|
* @method $this withCallingNumber($value) |
|
294
|
|
|
* @method string getInstanceId() |
|
295
|
|
|
* @method $this withInstanceId($value) |
|
296
|
|
|
* @method string getCalledNumber() |
|
297
|
|
|
* @method $this withCalledNumber($value) |
|
298
|
|
|
* @method string getAdditionalContext() |
|
299
|
|
|
* @method $this withAdditionalContext($value) |
|
300
|
|
|
* @method string getUtterance() |
|
301
|
|
|
* @method $this withUtterance($value) |
|
302
|
|
|
*/ |
|
303
|
|
|
class Dialogue extends Rpc |
|
304
|
|
|
{ |
|
305
|
|
|
} |
|
306
|
|
|
|
|
307
|
|
|
/** |
|
308
|
|
|
* @method string getInstanceId() |
|
309
|
|
|
* @method $this withInstanceId($value) |
|
310
|
|
|
*/ |
|
311
|
|
|
class DisableInstance extends Rpc |
|
312
|
|
|
{ |
|
313
|
|
|
} |
|
314
|
|
|
|
|
315
|
|
|
/** |
|
316
|
|
|
* @method string getInstanceId() |
|
317
|
|
|
* @method $this withInstanceId($value) |
|
318
|
|
|
*/ |
|
319
|
|
|
class EnableInstance extends Rpc |
|
320
|
|
|
{ |
|
321
|
|
|
} |
|
322
|
|
|
|
|
323
|
|
|
/** |
|
324
|
|
|
* @method string getConversationId() |
|
325
|
|
|
* @method $this withConversationId($value) |
|
326
|
|
|
* @method string getInstanceId() |
|
327
|
|
|
* @method $this withInstanceId($value) |
|
328
|
|
|
*/ |
|
329
|
|
|
class EndDialogue extends Rpc |
|
330
|
|
|
{ |
|
331
|
|
|
} |
|
332
|
|
|
|
|
333
|
|
|
/** |
|
334
|
|
|
* @method string getBeginTimeLeftRange() |
|
335
|
|
|
* @method $this withBeginTimeLeftRange($value) |
|
336
|
|
|
* @method string getCallingNumber() |
|
337
|
|
|
* @method $this withCallingNumber($value) |
|
338
|
|
|
* @method string getInstanceId() |
|
339
|
|
|
* @method $this withInstanceId($value) |
|
340
|
|
|
* @method string getBeginTimeRightRange() |
|
341
|
|
|
* @method $this withBeginTimeRightRange($value) |
|
342
|
|
|
*/ |
|
343
|
|
|
class ExportConversationDetails extends Rpc |
|
344
|
|
|
{ |
|
345
|
|
|
} |
|
346
|
|
|
|
|
347
|
|
|
/** |
|
348
|
|
|
* @method string getBeginTimeLeftRange() |
|
349
|
|
|
* @method $this withBeginTimeLeftRange($value) |
|
350
|
|
|
* @method string getExportType() |
|
351
|
|
|
* @method $this withExportType($value) |
|
352
|
|
|
* @method string getTimeUnit() |
|
353
|
|
|
* @method $this withTimeUnit($value) |
|
354
|
|
|
* @method string getInstanceId() |
|
355
|
|
|
* @method $this withInstanceId($value) |
|
356
|
|
|
* @method string getBeginTimeRightRange() |
|
357
|
|
|
* @method $this withBeginTimeRightRange($value) |
|
358
|
|
|
*/ |
|
359
|
|
|
class ExportStatisticalData extends Rpc |
|
360
|
|
|
{ |
|
361
|
|
|
} |
|
362
|
|
|
|
|
363
|
|
|
/** |
|
364
|
|
|
* @method string getPageNumber() |
|
365
|
|
|
* @method $this withPageNumber($value) |
|
366
|
|
|
* @method string getInstanceId() |
|
367
|
|
|
* @method $this withInstanceId($value) |
|
368
|
|
|
* @method string getPageSize() |
|
369
|
|
|
* @method $this withPageSize($value) |
|
370
|
|
|
*/ |
|
371
|
|
|
class ListChatbotInstances extends Rpc |
|
372
|
|
|
{ |
|
373
|
|
|
|
|
374
|
|
|
/** @var string */ |
|
375
|
|
|
public $method = 'GET'; |
|
376
|
|
|
} |
|
377
|
|
|
|
|
378
|
|
|
/** |
|
379
|
|
|
* @method string getConversationId() |
|
380
|
|
|
* @method $this withConversationId($value) |
|
381
|
|
|
* @method string getInstanceId() |
|
382
|
|
|
* @method $this withInstanceId($value) |
|
383
|
|
|
*/ |
|
384
|
|
|
class ListConversationDetails extends Rpc |
|
385
|
|
|
{ |
|
386
|
|
|
|
|
387
|
|
|
/** @var string */ |
|
388
|
|
|
public $method = 'GET'; |
|
389
|
|
|
} |
|
390
|
|
|
|
|
391
|
|
|
/** |
|
392
|
|
|
* @method string getPageNumber() |
|
393
|
|
|
* @method $this withPageNumber($value) |
|
394
|
|
|
* @method string getInstanceId() |
|
395
|
|
|
* @method $this withInstanceId($value) |
|
396
|
|
|
* @method string getPageSize() |
|
397
|
|
|
* @method $this withPageSize($value) |
|
398
|
|
|
*/ |
|
399
|
|
|
class ListConversations extends Rpc |
|
400
|
|
|
{ |
|
401
|
|
|
|
|
402
|
|
|
/** @var string */ |
|
403
|
|
|
public $method = 'GET'; |
|
404
|
|
|
} |
|
405
|
|
|
|
|
406
|
|
|
/** |
|
407
|
|
|
* @method string getPageNumber() |
|
408
|
|
|
* @method $this withPageNumber($value) |
|
409
|
|
|
* @method string getPageSize() |
|
410
|
|
|
* @method $this withPageSize($value) |
|
411
|
|
|
*/ |
|
412
|
|
|
class ListInstances extends Rpc |
|
413
|
|
|
{ |
|
414
|
|
|
|
|
415
|
|
|
/** @var string */ |
|
416
|
|
|
public $method = 'GET'; |
|
417
|
|
|
} |
|
418
|
|
|
|
|
419
|
|
|
/** |
|
420
|
|
|
* @method string getGreetingWords() |
|
421
|
|
|
* @method $this withGreetingWords($value) |
|
422
|
|
|
* @method string getIntentTrigger() |
|
423
|
|
|
* @method $this withIntentTrigger($value) |
|
424
|
|
|
* @method string getInstanceId() |
|
425
|
|
|
* @method $this withInstanceId($value) |
|
426
|
|
|
* @method string getSourceType() |
|
427
|
|
|
* @method $this withSourceType($value) |
|
428
|
|
|
*/ |
|
429
|
|
|
class ModifyGreetingConfig extends Rpc |
|
430
|
|
|
{ |
|
431
|
|
|
} |
|
432
|
|
|
|
|
433
|
|
|
/** |
|
434
|
|
|
* @method string getDescription() |
|
435
|
|
|
* @method $this withDescription($value) |
|
436
|
|
|
* @method string getConcurrency() |
|
437
|
|
|
* @method $this withConcurrency($value) |
|
438
|
|
|
* @method string getInstanceId() |
|
439
|
|
|
* @method $this withInstanceId($value) |
|
440
|
|
|
* @method string getChatbotInstanceId() |
|
441
|
|
|
* @method $this withChatbotInstanceId($value) |
|
442
|
|
|
*/ |
|
443
|
|
|
class ModifyInstance extends Rpc |
|
444
|
|
|
{ |
|
445
|
|
|
} |
|
446
|
|
|
|
|
447
|
|
|
/** |
|
448
|
|
|
* @method string getFinalAction() |
|
449
|
|
|
* @method $this withFinalAction($value) |
|
450
|
|
|
* @method string getFinalPrompt() |
|
451
|
|
|
* @method $this withFinalPrompt($value) |
|
452
|
|
|
* @method string getThreshold() |
|
453
|
|
|
* @method $this withThreshold($value) |
|
454
|
|
|
* @method string getIntentTrigger() |
|
455
|
|
|
* @method $this withIntentTrigger($value) |
|
456
|
|
|
* @method string getTimeout() |
|
457
|
|
|
* @method $this withTimeout($value) |
|
458
|
|
|
* @method string getInstanceId() |
|
459
|
|
|
* @method $this withInstanceId($value) |
|
460
|
|
|
* @method string getSourceType() |
|
461
|
|
|
* @method $this withSourceType($value) |
|
462
|
|
|
* @method string getFinalActionParams() |
|
463
|
|
|
* @method $this withFinalActionParams($value) |
|
464
|
|
|
* @method string getPrompt() |
|
465
|
|
|
* @method $this withPrompt($value) |
|
466
|
|
|
*/ |
|
467
|
|
|
class ModifySilenceTimeoutConfig extends Rpc |
|
468
|
|
|
{ |
|
469
|
|
|
} |
|
470
|
|
|
|
|
471
|
|
|
/** |
|
472
|
|
|
* @method string getVoice() |
|
473
|
|
|
* @method $this withVoice($value) |
|
474
|
|
|
* @method string getVolume() |
|
475
|
|
|
* @method $this withVolume($value) |
|
476
|
|
|
* @method string getInstanceId() |
|
477
|
|
|
* @method $this withInstanceId($value) |
|
478
|
|
|
* @method string getSpeechRate() |
|
479
|
|
|
* @method $this withSpeechRate($value) |
|
480
|
|
|
*/ |
|
481
|
|
|
class ModifyTTSConfig extends Rpc |
|
482
|
|
|
{ |
|
483
|
|
|
} |
|
484
|
|
|
|
|
485
|
|
|
/** |
|
486
|
|
|
* @method string getFinalAction() |
|
487
|
|
|
* @method $this withFinalAction($value) |
|
488
|
|
|
* @method string getFinalPrompt() |
|
489
|
|
|
* @method $this withFinalPrompt($value) |
|
490
|
|
|
* @method string getThreshold() |
|
491
|
|
|
* @method $this withThreshold($value) |
|
492
|
|
|
* @method string getInstanceId() |
|
493
|
|
|
* @method $this withInstanceId($value) |
|
494
|
|
|
* @method string getFinalActionParams() |
|
495
|
|
|
* @method $this withFinalActionParams($value) |
|
496
|
|
|
* @method string getPrompt() |
|
497
|
|
|
* @method $this withPrompt($value) |
|
498
|
|
|
*/ |
|
499
|
|
|
class ModifyUnrecognizingConfig extends Rpc |
|
500
|
|
|
{ |
|
501
|
|
|
} |
|
502
|
|
|
|
|
503
|
|
|
/** |
|
504
|
|
|
* @method string getBeginTimeLeftRange() |
|
505
|
|
|
* @method $this withBeginTimeLeftRange($value) |
|
506
|
|
|
* @method string getPageNumber() |
|
507
|
|
|
* @method $this withPageNumber($value) |
|
508
|
|
|
* @method string getCallingNumber() |
|
509
|
|
|
* @method $this withCallingNumber($value) |
|
510
|
|
|
* @method string getInstanceId() |
|
511
|
|
|
* @method $this withInstanceId($value) |
|
512
|
|
|
* @method string getBeginTimeRightRange() |
|
513
|
|
|
* @method $this withBeginTimeRightRange($value) |
|
514
|
|
|
* @method string getPageSize() |
|
515
|
|
|
* @method $this withPageSize($value) |
|
516
|
|
|
*/ |
|
517
|
|
|
class QueryConversations extends Rpc |
|
518
|
|
|
{ |
|
519
|
|
|
|
|
520
|
|
|
/** @var string */ |
|
521
|
|
|
public $method = 'GET'; |
|
522
|
|
|
} |
|
523
|
|
|
|
|
524
|
|
|
/** |
|
525
|
|
|
* @method string getConversationId() |
|
526
|
|
|
* @method $this withConversationId($value) |
|
527
|
|
|
* @method string getStartTime() |
|
528
|
|
|
* @method $this withStartTime($value) |
|
529
|
|
|
* @method string getType() |
|
530
|
|
|
* @method $this withType($value) |
|
531
|
|
|
* @method string getDuration() |
|
532
|
|
|
* @method $this withDuration($value) |
|
533
|
|
|
* @method string getInstanceId() |
|
534
|
|
|
* @method $this withInstanceId($value) |
|
535
|
|
|
* @method string getFileName() |
|
536
|
|
|
* @method $this withFileName($value) |
|
537
|
|
|
* @method string getFilePath() |
|
538
|
|
|
* @method $this withFilePath($value) |
|
539
|
|
|
*/ |
|
540
|
|
|
class SaveRecording extends Rpc |
|
541
|
|
|
{ |
|
542
|
|
|
} |
|
543
|
|
|
|
|
544
|
|
|
/** |
|
545
|
|
|
* @method string getConversationId() |
|
546
|
|
|
* @method $this withConversationId($value) |
|
547
|
|
|
* @method string getInitialContext() |
|
548
|
|
|
* @method $this withInitialContext($value) |
|
549
|
|
|
* @method string getInstanceId() |
|
550
|
|
|
* @method $this withInstanceId($value) |
|
551
|
|
|
*/ |
|
552
|
|
|
class SilenceTimeout extends Rpc |
|
553
|
|
|
{ |
|
554
|
|
|
} |
|
555
|
|
|
|