GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Test Failed
Push — master ( e56e6b...701945 )
by
unknown
07:10
created

GetEmbedding::withTextType()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 6
Code Lines 3

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
eloc 3
dl 0
loc 6
rs 10
c 0
b 0
f 0
cc 1
nc 1
nop 1
1
<?php
2
3
namespace AlibabaCloud\Alinlp\V20200629;
4
5
use AlibabaCloud\Client\Resolver\ApiResolver;
6
7
/**
8
 * @method ADClock aDClock(array $options = [])
9
 * @method ADMiniCog aDMiniCog(array $options = [])
10
 * @method ADMiniCogResult aDMiniCogResult(array $options = [])
11
 * @method ADMMU aDMMU(array $options = [])
12
 * @method GetBrandChEcom getBrandChEcom(array $options = [])
13
 * @method GetCateChEcom getCateChEcom(array $options = [])
14
 * @method GetCheckDuplicationChMedical getCheckDuplicationChMedical(array $options = [])
15
 * @method GetDiagnosisChMedical getDiagnosisChMedical(array $options = [])
16
 * @method GetDpChEcom getDpChEcom(array $options = [])
17
 * @method GetDpChGeneralCTB getDpChGeneralCTB(array $options = [])
18
 * @method GetDpChGeneralStanford getDpChGeneralStanford(array $options = [])
19
 * @method GetEcChGeneral getEcChGeneral(array $options = [])
20
 * @method GetEcEnGeneral getEcEnGeneral(array $options = [])
21
 * @method GetEmbedding getEmbedding(array $options = [])
22
 * @method GetItemPubChEcom getItemPubChEcom(array $options = [])
23
 * @method GetKeywordChEcom getKeywordChEcom(array $options = [])
24
 * @method GetKeywordEnEcom getKeywordEnEcom(array $options = [])
25
 * @method GetMedicineChMedical getMedicineChMedical(array $options = [])
26
 * @method GetNerChEcom getNerChEcom(array $options = [])
27
 * @method GetNerChMedical getNerChMedical(array $options = [])
28
 * @method GetNerCustomizedChEcom getNerCustomizedChEcom(array $options = [])
29
 * @method GetNerCustomizedSeaEcom getNerCustomizedSeaEcom(array $options = [])
30
 * @method GetOpenNLU getOpenNLU(array $options = [])
31
 * @method GetOpenNLUHighRecall getOpenNLUHighRecall(array $options = [])
32
 * @method GetOperationChMedical getOperationChMedical(array $options = [])
33
 * @method GetPosChEcom getPosChEcom(array $options = [])
34
 * @method GetPosChGeneral getPosChGeneral(array $options = [])
35
 * @method GetPriceChEcom getPriceChEcom(array $options = [])
36
 * @method GetSaChGeneral getSaChGeneral(array $options = [])
37
 * @method GetSaSeaEcom getSaSeaEcom(array $options = [])
38
 * @method GetSimilarityChMedical getSimilarityChMedical(array $options = [])
39
 * @method GetSSETest getSSETest(array $options = [])
40
 * @method GetSummaryChEcom getSummaryChEcom(array $options = [])
41
 * @method GetTableQAServiceInfoById getTableQAServiceInfoById(array $options = [])
42
 * @method GetTcChEcom getTcChEcom(array $options = [])
43
 * @method GetTcChGeneral getTcChGeneral(array $options = [])
44
 * @method GetTsChEcom getTsChEcom(array $options = [])
45
 * @method GetUserUploadSign getUserUploadSign(array $options = [])
46
 * @method GetWeChComment getWeChComment(array $options = [])
47
 * @method GetWeChEcom getWeChEcom(array $options = [])
48
 * @method GetWeChEntertainment getWeChEntertainment(array $options = [])
49
 * @method GetWeChGeneral getWeChGeneral(array $options = [])
50
 * @method GetWeChSearch getWeChSearch(array $options = [])
51
 * @method GetWsChGeneral getWsChGeneral(array $options = [])
52
 * @method GetWsCustomizedChEcomComment getWsCustomizedChEcomComment(array $options = [])
53
 * @method GetWsCustomizedChEcomContent getWsCustomizedChEcomContent(array $options = [])
54
 * @method GetWsCustomizedChEcomTitle getWsCustomizedChEcomTitle(array $options = [])
55
 * @method GetWsCustomizedChEntertainment getWsCustomizedChEntertainment(array $options = [])
56
 * @method GetWsCustomizedChGeneral getWsCustomizedChGeneral(array $options = [])
57
 * @method GetWsCustomizedChO2O getWsCustomizedChO2O(array $options = [])
58
 * @method GetWsCustomizedSeaEcom getWsCustomizedSeaEcom(array $options = [])
59
 * @method GetWsCustomizedSeaGeneral getWsCustomizedSeaGeneral(array $options = [])
60
 * @method InsertCustom insertCustom(array $options = [])
61
 * @method OpenAlinlpService openAlinlpService(array $options = [])
62
 * @method RequestTableQA requestTableQA(array $options = [])
63
 * @method RequestTableQAOnline requestTableQAOnline(array $options = [])
64
 */
65
class AlinlpApiResolver extends ApiResolver
66
{
67
}
68
69
class Rpc extends \AlibabaCloud\Client\Resolver\Rpc
70
{
71
    /** @var string */
72
    public $product = 'alinlp';
73
74
    /** @var string */
75
    public $version = '2020-06-29';
76
77
    /** @var string */
78
    public $method = 'POST';
79
80
    /** @var string */
81
    public $serviceCode = 'alinlp';
82
}
83
84
/**
85
 * @method string getParams()
86
 * @method string getServiceCode()
87
 */
88
class ADClock extends Rpc
89
{
90
91
    /**
92
     * @param string $value
93
     *
94
     * @return $this
95
     */
96
    public function withParams($value)
97
    {
98
        $this->data['Params'] = $value;
99
        $this->options['form_params']['Params'] = $value;
100
101
        return $this;
102
    }
103
104
    /**
105
     * @param string $value
106
     *
107
     * @return $this
108
     */
109
    public function withServiceCode($value)
110
    {
111
        $this->data['ServiceCode'] = $value;
112
        $this->options['form_params']['ServiceCode'] = $value;
113
114
        return $this;
115
    }
116
}
117
118
/**
119
 * @method string getParams()
120
 * @method string getServiceCode()
121
 */
122
class ADMiniCog extends Rpc
123
{
124
125
    /**
126
     * @param string $value
127
     *
128
     * @return $this
129
     */
130
    public function withParams($value)
131
    {
132
        $this->data['Params'] = $value;
133
        $this->options['form_params']['Params'] = $value;
134
135
        return $this;
136
    }
137
138
    /**
139
     * @param string $value
140
     *
141
     * @return $this
142
     */
143
    public function withServiceCode($value)
144
    {
145
        $this->data['ServiceCode'] = $value;
146
        $this->options['form_params']['ServiceCode'] = $value;
147
148
        return $this;
149
    }
150
}
151
152
/**
153
 * @method string getParams()
154
 * @method string getServiceCode()
155
 */
156
class ADMiniCogResult extends Rpc
157
{
158
159
    /**
160
     * @param string $value
161
     *
162
     * @return $this
163
     */
164
    public function withParams($value)
165
    {
166
        $this->data['Params'] = $value;
167
        $this->options['form_params']['Params'] = $value;
168
169
        return $this;
170
    }
171
172
    /**
173
     * @param string $value
174
     *
175
     * @return $this
176
     */
177
    public function withServiceCode($value)
178
    {
179
        $this->data['ServiceCode'] = $value;
180
        $this->options['form_params']['ServiceCode'] = $value;
181
182
        return $this;
183
    }
184
}
185
186
/**
187
 * @method string getParams()
188
 * @method string getServiceCode()
189
 */
190
class ADMMU extends Rpc
191
{
192
193
    /**
194
     * @param string $value
195
     *
196
     * @return $this
197
     */
198
    public function withParams($value)
199
    {
200
        $this->data['Params'] = $value;
201
        $this->options['form_params']['Params'] = $value;
202
203
        return $this;
204
    }
205
206
    /**
207
     * @param string $value
208
     *
209
     * @return $this
210
     */
211
    public function withServiceCode($value)
212
    {
213
        $this->data['ServiceCode'] = $value;
214
        $this->options['form_params']['ServiceCode'] = $value;
215
216
        return $this;
217
    }
218
}
219
220
/**
221
 * @method string getServiceCode()
222
 * @method string getImageUrl()
223
 * @method string getText()
224
 */
225
class GetBrandChEcom extends Rpc
226
{
227
228
    /**
229
     * @param string $value
230
     *
231
     * @return $this
232
     */
233
    public function withServiceCode($value)
234
    {
235
        $this->data['ServiceCode'] = $value;
236
        $this->options['form_params']['ServiceCode'] = $value;
237
238
        return $this;
239
    }
240
241
    /**
242
     * @param string $value
243
     *
244
     * @return $this
245
     */
246
    public function withImageUrl($value)
247
    {
248
        $this->data['ImageUrl'] = $value;
249
        $this->options['form_params']['ImageUrl'] = $value;
250
251
        return $this;
252
    }
253
254
    /**
255
     * @param string $value
256
     *
257
     * @return $this
258
     */
259
    public function withText($value)
260
    {
261
        $this->data['Text'] = $value;
262
        $this->options['form_params']['Text'] = $value;
263
264
        return $this;
265
    }
266
}
267
268
/**
269
 * @method string getBusiness()
270
 * @method $this withBusiness($value)
271
 * @method string getServiceCode()
272
 * @method string getImageUrl()
273
 * @method string getText()
274
 */
275
class GetCateChEcom extends Rpc
276
{
277
278
    /**
279
     * @param string $value
280
     *
281
     * @return $this
282
     */
283
    public function withServiceCode($value)
284
    {
285
        $this->data['ServiceCode'] = $value;
286
        $this->options['form_params']['ServiceCode'] = $value;
287
288
        return $this;
289
    }
290
291
    /**
292
     * @param string $value
293
     *
294
     * @return $this
295
     */
296
    public function withImageUrl($value)
297
    {
298
        $this->data['ImageUrl'] = $value;
299
        $this->options['form_params']['ImageUrl'] = $value;
300
301
        return $this;
302
    }
303
304
    /**
305
     * @param string $value
306
     *
307
     * @return $this
308
     */
309
    public function withText($value)
310
    {
311
        $this->data['Text'] = $value;
312
        $this->options['form_params']['Text'] = $value;
313
314
        return $this;
315
    }
316
}
317
318
/**
319
 * @method string getServiceCode()
320
 * @method string getOriginT()
321
 * @method string getOriginQ()
322
 */
323
class GetCheckDuplicationChMedical extends Rpc
324
{
325
326
    /**
327
     * @param string $value
328
     *
329
     * @return $this
330
     */
331
    public function withServiceCode($value)
332
    {
333
        $this->data['ServiceCode'] = $value;
334
        $this->options['form_params']['ServiceCode'] = $value;
335
336
        return $this;
337
    }
338
339
    /**
340
     * @param string $value
341
     *
342
     * @return $this
343
     */
344
    public function withOriginT($value)
345
    {
346
        $this->data['OriginT'] = $value;
347
        $this->options['form_params']['OriginT'] = $value;
348
349
        return $this;
350
    }
351
352
    /**
353
     * @param string $value
354
     *
355
     * @return $this
356
     */
357
    public function withOriginQ($value)
358
    {
359
        $this->data['OriginQ'] = $value;
360
        $this->options['form_params']['OriginQ'] = $value;
361
362
        return $this;
363
    }
364
}
365
366
/**
367
 * @method string getServiceCode()
368
 * @method string getName()
369
 */
370
class GetDiagnosisChMedical extends Rpc
371
{
372
373
    /**
374
     * @param string $value
375
     *
376
     * @return $this
377
     */
378
    public function withServiceCode($value)
379
    {
380
        $this->data['ServiceCode'] = $value;
381
        $this->options['form_params']['ServiceCode'] = $value;
382
383
        return $this;
384
    }
385
386
    /**
387
     * @param string $value
388
     *
389
     * @return $this
390
     */
391
    public function withName($value)
392
    {
393
        $this->data['Name'] = $value;
394
        $this->options['form_params']['Name'] = $value;
395
396
        return $this;
397
    }
398
}
399
400
/**
401
 * @method string getServiceCode()
402
 * @method string getText()
403
 */
404
class GetDpChEcom extends Rpc
405
{
406
407
    /**
408
     * @param string $value
409
     *
410
     * @return $this
411
     */
412
    public function withServiceCode($value)
413
    {
414
        $this->data['ServiceCode'] = $value;
415
        $this->options['form_params']['ServiceCode'] = $value;
416
417
        return $this;
418
    }
419
420
    /**
421
     * @param string $value
422
     *
423
     * @return $this
424
     */
425
    public function withText($value)
426
    {
427
        $this->data['Text'] = $value;
428
        $this->options['form_params']['Text'] = $value;
429
430
        return $this;
431
    }
432
}
433
434
/**
435
 * @method string getServiceCode()
436
 * @method string getText()
437
 */
438
class GetDpChGeneralCTB extends Rpc
439
{
440
441
    /**
442
     * @param string $value
443
     *
444
     * @return $this
445
     */
446
    public function withServiceCode($value)
447
    {
448
        $this->data['ServiceCode'] = $value;
449
        $this->options['form_params']['ServiceCode'] = $value;
450
451
        return $this;
452
    }
453
454
    /**
455
     * @param string $value
456
     *
457
     * @return $this
458
     */
459
    public function withText($value)
460
    {
461
        $this->data['Text'] = $value;
462
        $this->options['form_params']['Text'] = $value;
463
464
        return $this;
465
    }
466
}
467
468
/**
469
 * @method string getServiceCode()
470
 * @method string getText()
471
 */
472
class GetDpChGeneralStanford extends Rpc
473
{
474
475
    /**
476
     * @param string $value
477
     *
478
     * @return $this
479
     */
480
    public function withServiceCode($value)
481
    {
482
        $this->data['ServiceCode'] = $value;
483
        $this->options['form_params']['ServiceCode'] = $value;
484
485
        return $this;
486
    }
487
488
    /**
489
     * @param string $value
490
     *
491
     * @return $this
492
     */
493
    public function withText($value)
494
    {
495
        $this->data['Text'] = $value;
496
        $this->options['form_params']['Text'] = $value;
497
498
        return $this;
499
    }
500
}
501
502
/**
503
 * @method string getServiceCode()
504
 * @method string getText()
505
 */
506
class GetEcChGeneral extends Rpc
507
{
508
509
    /**
510
     * @param string $value
511
     *
512
     * @return $this
513
     */
514
    public function withServiceCode($value)
515
    {
516
        $this->data['ServiceCode'] = $value;
517
        $this->options['form_params']['ServiceCode'] = $value;
518
519
        return $this;
520
    }
521
522
    /**
523
     * @param string $value
524
     *
525
     * @return $this
526
     */
527
    public function withText($value)
528
    {
529
        $this->data['Text'] = $value;
530
        $this->options['form_params']['Text'] = $value;
531
532
        return $this;
533
    }
534
}
535
536
/**
537
 * @method string getServiceCode()
538
 * @method string getText()
539
 */
540
class GetEcEnGeneral extends Rpc
541
{
542
543
    /**
544
     * @param string $value
545
     *
546
     * @return $this
547
     */
548
    public function withServiceCode($value)
549
    {
550
        $this->data['ServiceCode'] = $value;
551
        $this->options['form_params']['ServiceCode'] = $value;
552
553
        return $this;
554
    }
555
556
    /**
557
     * @param string $value
558
     *
559
     * @return $this
560
     */
561
    public function withText($value)
562
    {
563
        $this->data['Text'] = $value;
564
        $this->options['form_params']['Text'] = $value;
565
566
        return $this;
567
    }
568
}
569
570
/**
571
 * @method string getBusiness()
572
 * @method $this withBusiness($value)
573
 * @method string getServiceCode()
574
 * @method string getText()
575
 * @method string getTextType()
576
 */
577
class GetEmbedding extends Rpc
578
{
579
580
    /**
581
     * @param string $value
582
     *
583
     * @return $this
584
     */
585
    public function withServiceCode($value)
586
    {
587
        $this->data['ServiceCode'] = $value;
588
        $this->options['form_params']['ServiceCode'] = $value;
589
590
        return $this;
591
    }
592
593
    /**
594
     * @param string $value
595
     *
596
     * @return $this
597
     */
598
    public function withText($value)
599
    {
600
        $this->data['Text'] = $value;
601
        $this->options['form_params']['Text'] = $value;
602
603
        return $this;
604
    }
605
606
    /**
607
     * @param string $value
608
     *
609
     * @return $this
610
     */
611
    public function withTextType($value)
612
    {
613
        $this->data['TextType'] = $value;
614
        $this->options['form_params']['TextType'] = $value;
615
616
        return $this;
617
    }
618
}
619
620
/**
621
 * @method string getServiceCode()
622
 * @method string getImageUrl()
623
 * @method string getText()
624
 */
625
class GetItemPubChEcom extends Rpc
626
{
627
628
    /**
629
     * @param string $value
630
     *
631
     * @return $this
632
     */
633
    public function withServiceCode($value)
634
    {
635
        $this->data['ServiceCode'] = $value;
636
        $this->options['form_params']['ServiceCode'] = $value;
637
638
        return $this;
639
    }
640
641
    /**
642
     * @param string $value
643
     *
644
     * @return $this
645
     */
646
    public function withImageUrl($value)
647
    {
648
        $this->data['ImageUrl'] = $value;
649
        $this->options['form_params']['ImageUrl'] = $value;
650
651
        return $this;
652
    }
653
654
    /**
655
     * @param string $value
656
     *
657
     * @return $this
658
     */
659
    public function withText($value)
660
    {
661
        $this->data['Text'] = $value;
662
        $this->options['form_params']['Text'] = $value;
663
664
        return $this;
665
    }
666
}
667
668
/**
669
 * @method string getApiVersion()
670
 * @method string getServiceCode()
671
 * @method string getText()
672
 */
673
class GetKeywordChEcom extends Rpc
674
{
675
676
    /**
677
     * @param string $value
678
     *
679
     * @return $this
680
     */
681
    public function withApiVersion($value)
682
    {
683
        $this->data['ApiVersion'] = $value;
684
        $this->options['form_params']['ApiVersion'] = $value;
685
686
        return $this;
687
    }
688
689
    /**
690
     * @param string $value
691
     *
692
     * @return $this
693
     */
694
    public function withServiceCode($value)
695
    {
696
        $this->data['ServiceCode'] = $value;
697
        $this->options['form_params']['ServiceCode'] = $value;
698
699
        return $this;
700
    }
701
702
    /**
703
     * @param string $value
704
     *
705
     * @return $this
706
     */
707
    public function withText($value)
708
    {
709
        $this->data['Text'] = $value;
710
        $this->options['form_params']['Text'] = $value;
711
712
        return $this;
713
    }
714
}
715
716
/**
717
 * @method string getServiceCode()
718
 * @method string getText()
719
 */
720
class GetKeywordEnEcom extends Rpc
721
{
722
723
    /**
724
     * @param string $value
725
     *
726
     * @return $this
727
     */
728
    public function withServiceCode($value)
729
    {
730
        $this->data['ServiceCode'] = $value;
731
        $this->options['form_params']['ServiceCode'] = $value;
732
733
        return $this;
734
    }
735
736
    /**
737
     * @param string $value
738
     *
739
     * @return $this
740
     */
741
    public function withText($value)
742
    {
743
        $this->data['Text'] = $value;
744
        $this->options['form_params']['Text'] = $value;
745
746
        return $this;
747
    }
748
}
749
750
/**
751
 * @method string getFactory()
752
 * @method string getSpecification()
753
 * @method string getUnit()
754
 * @method string getServiceCode()
755
 * @method string getName()
756
 */
757
class GetMedicineChMedical extends Rpc
758
{
759
760
    /**
761
     * @param string $value
762
     *
763
     * @return $this
764
     */
765
    public function withFactory($value)
766
    {
767
        $this->data['Factory'] = $value;
768
        $this->options['form_params']['Factory'] = $value;
769
770
        return $this;
771
    }
772
773
    /**
774
     * @param string $value
775
     *
776
     * @return $this
777
     */
778
    public function withSpecification($value)
779
    {
780
        $this->data['Specification'] = $value;
781
        $this->options['form_params']['Specification'] = $value;
782
783
        return $this;
784
    }
785
786
    /**
787
     * @param string $value
788
     *
789
     * @return $this
790
     */
791
    public function withUnit($value)
792
    {
793
        $this->data['Unit'] = $value;
794
        $this->options['form_params']['Unit'] = $value;
795
796
        return $this;
797
    }
798
799
    /**
800
     * @param string $value
801
     *
802
     * @return $this
803
     */
804
    public function withServiceCode($value)
805
    {
806
        $this->data['ServiceCode'] = $value;
807
        $this->options['form_params']['ServiceCode'] = $value;
808
809
        return $this;
810
    }
811
812
    /**
813
     * @param string $value
814
     *
815
     * @return $this
816
     */
817
    public function withName($value)
818
    {
819
        $this->data['Name'] = $value;
820
        $this->options['form_params']['Name'] = $value;
821
822
        return $this;
823
    }
824
}
825
826
/**
827
 * @method string getLexerId()
828
 * @method string getServiceCode()
829
 * @method string getText()
830
 */
831
class GetNerChEcom extends Rpc
832
{
833
834
    /**
835
     * @param string $value
836
     *
837
     * @return $this
838
     */
839
    public function withLexerId($value)
840
    {
841
        $this->data['LexerId'] = $value;
842
        $this->options['form_params']['LexerId'] = $value;
843
844
        return $this;
845
    }
846
847
    /**
848
     * @param string $value
849
     *
850
     * @return $this
851
     */
852
    public function withServiceCode($value)
853
    {
854
        $this->data['ServiceCode'] = $value;
855
        $this->options['form_params']['ServiceCode'] = $value;
856
857
        return $this;
858
    }
859
860
    /**
861
     * @param string $value
862
     *
863
     * @return $this
864
     */
865
    public function withText($value)
866
    {
867
        $this->data['Text'] = $value;
868
        $this->options['form_params']['Text'] = $value;
869
870
        return $this;
871
    }
872
}
873
874
/**
875
 * @method string getServiceCode()
876
 * @method string getText()
877
 */
878
class GetNerChMedical extends Rpc
879
{
880
881
    /**
882
     * @param string $value
883
     *
884
     * @return $this
885
     */
886
    public function withServiceCode($value)
887
    {
888
        $this->data['ServiceCode'] = $value;
889
        $this->options['form_params']['ServiceCode'] = $value;
890
891
        return $this;
892
    }
893
894
    /**
895
     * @param string $value
896
     *
897
     * @return $this
898
     */
899
    public function withText($value)
900
    {
901
        $this->data['Text'] = $value;
902
        $this->options['form_params']['Text'] = $value;
903
904
        return $this;
905
    }
906
}
907
908
/**
909
 * @method string getLexerId()
910
 * @method string getServiceCode()
911
 * @method string getText()
912
 */
913
class GetNerCustomizedChEcom extends Rpc
914
{
915
916
    /**
917
     * @param string $value
918
     *
919
     * @return $this
920
     */
921
    public function withLexerId($value)
922
    {
923
        $this->data['LexerId'] = $value;
924
        $this->options['form_params']['LexerId'] = $value;
925
926
        return $this;
927
    }
928
929
    /**
930
     * @param string $value
931
     *
932
     * @return $this
933
     */
934
    public function withServiceCode($value)
935
    {
936
        $this->data['ServiceCode'] = $value;
937
        $this->options['form_params']['ServiceCode'] = $value;
938
939
        return $this;
940
    }
941
942
    /**
943
     * @param string $value
944
     *
945
     * @return $this
946
     */
947
    public function withText($value)
948
    {
949
        $this->data['Text'] = $value;
950
        $this->options['form_params']['Text'] = $value;
951
952
        return $this;
953
    }
954
}
955
956
/**
957
 * @method string getLanguage()
958
 * @method string getServiceCode()
959
 * @method string getText()
960
 */
961
class GetNerCustomizedSeaEcom extends Rpc
962
{
963
964
    /**
965
     * @param string $value
966
     *
967
     * @return $this
968
     */
969
    public function withLanguage($value)
970
    {
971
        $this->data['Language'] = $value;
972
        $this->options['form_params']['Language'] = $value;
973
974
        return $this;
975
    }
976
977
    /**
978
     * @param string $value
979
     *
980
     * @return $this
981
     */
982
    public function withServiceCode($value)
983
    {
984
        $this->data['ServiceCode'] = $value;
985
        $this->options['form_params']['ServiceCode'] = $value;
986
987
        return $this;
988
    }
989
990
    /**
991
     * @param string $value
992
     *
993
     * @return $this
994
     */
995
    public function withText($value)
996
    {
997
        $this->data['Text'] = $value;
998
        $this->options['form_params']['Text'] = $value;
999
1000
        return $this;
1001
    }
1002
}
1003
1004
/**
1005
 * @method string getSentence()
1006
 * @method string getBusiness()
1007
 * @method $this withBusiness($value)
1008
 * @method string getLabels()
1009
 * @method string getTask()
1010
 * @method string getServiceCode()
1011
 * @method string getExamples()
1012
 */
1013
class GetOpenNLU extends Rpc
1014
{
1015
1016
    /**
1017
     * @param string $value
1018
     *
1019
     * @return $this
1020
     */
1021
    public function withSentence($value)
1022
    {
1023
        $this->data['Sentence'] = $value;
1024
        $this->options['form_params']['Sentence'] = $value;
1025
1026
        return $this;
1027
    }
1028
1029
    /**
1030
     * @param string $value
1031
     *
1032
     * @return $this
1033
     */
1034
    public function withLabels($value)
1035
    {
1036
        $this->data['Labels'] = $value;
1037
        $this->options['form_params']['Labels'] = $value;
1038
1039
        return $this;
1040
    }
1041
1042
    /**
1043
     * @param string $value
1044
     *
1045
     * @return $this
1046
     */
1047
    public function withTask($value)
1048
    {
1049
        $this->data['Task'] = $value;
1050
        $this->options['form_params']['Task'] = $value;
1051
1052
        return $this;
1053
    }
1054
1055
    /**
1056
     * @param string $value
1057
     *
1058
     * @return $this
1059
     */
1060
    public function withServiceCode($value)
1061
    {
1062
        $this->data['ServiceCode'] = $value;
1063
        $this->options['form_params']['ServiceCode'] = $value;
1064
1065
        return $this;
1066
    }
1067
1068
    /**
1069
     * @param string $value
1070
     *
1071
     * @return $this
1072
     */
1073
    public function withExamples($value)
1074
    {
1075
        $this->data['Examples'] = $value;
1076
        $this->options['form_params']['Examples'] = $value;
1077
1078
        return $this;
1079
    }
1080
}
1081
1082
/**
1083
 * @method string getSentence()
1084
 * @method string getBusiness()
1085
 * @method $this withBusiness($value)
1086
 * @method string getLabels()
1087
 * @method string getTask()
1088
 * @method string getServiceCode()
1089
 * @method string getExamples()
1090
 */
1091
class GetOpenNLUHighRecall extends Rpc
1092
{
1093
1094
    /**
1095
     * @param string $value
1096
     *
1097
     * @return $this
1098
     */
1099
    public function withSentence($value)
1100
    {
1101
        $this->data['Sentence'] = $value;
1102
        $this->options['form_params']['Sentence'] = $value;
1103
1104
        return $this;
1105
    }
1106
1107
    /**
1108
     * @param string $value
1109
     *
1110
     * @return $this
1111
     */
1112
    public function withLabels($value)
1113
    {
1114
        $this->data['Labels'] = $value;
1115
        $this->options['form_params']['Labels'] = $value;
1116
1117
        return $this;
1118
    }
1119
1120
    /**
1121
     * @param string $value
1122
     *
1123
     * @return $this
1124
     */
1125
    public function withTask($value)
1126
    {
1127
        $this->data['Task'] = $value;
1128
        $this->options['form_params']['Task'] = $value;
1129
1130
        return $this;
1131
    }
1132
1133
    /**
1134
     * @param string $value
1135
     *
1136
     * @return $this
1137
     */
1138
    public function withServiceCode($value)
1139
    {
1140
        $this->data['ServiceCode'] = $value;
1141
        $this->options['form_params']['ServiceCode'] = $value;
1142
1143
        return $this;
1144
    }
1145
1146
    /**
1147
     * @param string $value
1148
     *
1149
     * @return $this
1150
     */
1151
    public function withExamples($value)
1152
    {
1153
        $this->data['Examples'] = $value;
1154
        $this->options['form_params']['Examples'] = $value;
1155
1156
        return $this;
1157
    }
1158
}
1159
1160
/**
1161
 * @method string getServiceCode()
1162
 * @method string getName()
1163
 */
1164
class GetOperationChMedical extends Rpc
1165
{
1166
1167
    /**
1168
     * @param string $value
1169
     *
1170
     * @return $this
1171
     */
1172
    public function withServiceCode($value)
1173
    {
1174
        $this->data['ServiceCode'] = $value;
1175
        $this->options['form_params']['ServiceCode'] = $value;
1176
1177
        return $this;
1178
    }
1179
1180
    /**
1181
     * @param string $value
1182
     *
1183
     * @return $this
1184
     */
1185
    public function withName($value)
1186
    {
1187
        $this->data['Name'] = $value;
1188
        $this->options['form_params']['Name'] = $value;
1189
1190
        return $this;
1191
    }
1192
}
1193
1194
/**
1195
 * @method string getServiceCode()
1196
 * @method string getTokenizerId()
1197
 * @method string getText()
1198
 * @method string getOutType()
1199
 */
1200
class GetPosChEcom extends Rpc
1201
{
1202
1203
    /**
1204
     * @param string $value
1205
     *
1206
     * @return $this
1207
     */
1208
    public function withServiceCode($value)
1209
    {
1210
        $this->data['ServiceCode'] = $value;
1211
        $this->options['form_params']['ServiceCode'] = $value;
1212
1213
        return $this;
1214
    }
1215
1216
    /**
1217
     * @param string $value
1218
     *
1219
     * @return $this
1220
     */
1221
    public function withTokenizerId($value)
1222
    {
1223
        $this->data['TokenizerId'] = $value;
1224
        $this->options['form_params']['TokenizerId'] = $value;
1225
1226
        return $this;
1227
    }
1228
1229
    /**
1230
     * @param string $value
1231
     *
1232
     * @return $this
1233
     */
1234
    public function withText($value)
1235
    {
1236
        $this->data['Text'] = $value;
1237
        $this->options['form_params']['Text'] = $value;
1238
1239
        return $this;
1240
    }
1241
1242
    /**
1243
     * @param string $value
1244
     *
1245
     * @return $this
1246
     */
1247
    public function withOutType($value)
1248
    {
1249
        $this->data['OutType'] = $value;
1250
        $this->options['form_params']['OutType'] = $value;
1251
1252
        return $this;
1253
    }
1254
}
1255
1256
/**
1257
 * @method string getServiceCode()
1258
 * @method string getTokenizerId()
1259
 * @method string getText()
1260
 * @method string getOutType()
1261
 */
1262
class GetPosChGeneral extends Rpc
1263
{
1264
1265
    /**
1266
     * @param string $value
1267
     *
1268
     * @return $this
1269
     */
1270
    public function withServiceCode($value)
1271
    {
1272
        $this->data['ServiceCode'] = $value;
1273
        $this->options['form_params']['ServiceCode'] = $value;
1274
1275
        return $this;
1276
    }
1277
1278
    /**
1279
     * @param string $value
1280
     *
1281
     * @return $this
1282
     */
1283
    public function withTokenizerId($value)
1284
    {
1285
        $this->data['TokenizerId'] = $value;
1286
        $this->options['form_params']['TokenizerId'] = $value;
1287
1288
        return $this;
1289
    }
1290
1291
    /**
1292
     * @param string $value
1293
     *
1294
     * @return $this
1295
     */
1296
    public function withText($value)
1297
    {
1298
        $this->data['Text'] = $value;
1299
        $this->options['form_params']['Text'] = $value;
1300
1301
        return $this;
1302
    }
1303
1304
    /**
1305
     * @param string $value
1306
     *
1307
     * @return $this
1308
     */
1309
    public function withOutType($value)
1310
    {
1311
        $this->data['OutType'] = $value;
1312
        $this->options['form_params']['OutType'] = $value;
1313
1314
        return $this;
1315
    }
1316
}
1317
1318
/**
1319
 * @method string getServiceCode()
1320
 * @method string getText()
1321
 */
1322
class GetPriceChEcom extends Rpc
1323
{
1324
1325
    /**
1326
     * @param string $value
1327
     *
1328
     * @return $this
1329
     */
1330
    public function withServiceCode($value)
1331
    {
1332
        $this->data['ServiceCode'] = $value;
1333
        $this->options['form_params']['ServiceCode'] = $value;
1334
1335
        return $this;
1336
    }
1337
1338
    /**
1339
     * @param string $value
1340
     *
1341
     * @return $this
1342
     */
1343
    public function withText($value)
1344
    {
1345
        $this->data['Text'] = $value;
1346
        $this->options['form_params']['Text'] = $value;
1347
1348
        return $this;
1349
    }
1350
}
1351
1352
/**
1353
 * @method string getServiceCode()
1354
 * @method string getText()
1355
 */
1356
class GetSaChGeneral extends Rpc
1357
{
1358
1359
    /**
1360
     * @param string $value
1361
     *
1362
     * @return $this
1363
     */
1364
    public function withServiceCode($value)
1365
    {
1366
        $this->data['ServiceCode'] = $value;
1367
        $this->options['form_params']['ServiceCode'] = $value;
1368
1369
        return $this;
1370
    }
1371
1372
    /**
1373
     * @param string $value
1374
     *
1375
     * @return $this
1376
     */
1377
    public function withText($value)
1378
    {
1379
        $this->data['Text'] = $value;
1380
        $this->options['form_params']['Text'] = $value;
1381
1382
        return $this;
1383
    }
1384
}
1385
1386
/**
1387
 * @method string getLanguage()
1388
 * @method string getServiceCode()
1389
 * @method string getText()
1390
 */
1391
class GetSaSeaEcom extends Rpc
1392
{
1393
1394
    /**
1395
     * @param string $value
1396
     *
1397
     * @return $this
1398
     */
1399
    public function withLanguage($value)
1400
    {
1401
        $this->data['Language'] = $value;
1402
        $this->options['form_params']['Language'] = $value;
1403
1404
        return $this;
1405
    }
1406
1407
    /**
1408
     * @param string $value
1409
     *
1410
     * @return $this
1411
     */
1412
    public function withServiceCode($value)
1413
    {
1414
        $this->data['ServiceCode'] = $value;
1415
        $this->options['form_params']['ServiceCode'] = $value;
1416
1417
        return $this;
1418
    }
1419
1420
    /**
1421
     * @param string $value
1422
     *
1423
     * @return $this
1424
     */
1425
    public function withText($value)
1426
    {
1427
        $this->data['Text'] = $value;
1428
        $this->options['form_params']['Text'] = $value;
1429
1430
        return $this;
1431
    }
1432
}
1433
1434
/**
1435
 * @method string getServiceCode()
1436
 * @method string getOriginT()
1437
 * @method string getOriginQ()
1438
 */
1439
class GetSimilarityChMedical extends Rpc
1440
{
1441
1442
    /**
1443
     * @param string $value
1444
     *
1445
     * @return $this
1446
     */
1447
    public function withServiceCode($value)
1448
    {
1449
        $this->data['ServiceCode'] = $value;
1450
        $this->options['form_params']['ServiceCode'] = $value;
1451
1452
        return $this;
1453
    }
1454
1455
    /**
1456
     * @param string $value
1457
     *
1458
     * @return $this
1459
     */
1460
    public function withOriginT($value)
1461
    {
1462
        $this->data['OriginT'] = $value;
1463
        $this->options['form_params']['OriginT'] = $value;
1464
1465
        return $this;
1466
    }
1467
1468
    /**
1469
     * @param string $value
1470
     *
1471
     * @return $this
1472
     */
1473
    public function withOriginQ($value)
1474
    {
1475
        $this->data['OriginQ'] = $value;
1476
        $this->options['form_params']['OriginQ'] = $value;
1477
1478
        return $this;
1479
    }
1480
}
1481
1482
/**
1483
 * @method string getParams()
1484
 * @method string getServiceCode()
1485
 */
1486
class GetSSETest extends Rpc
1487
{
1488
1489
    /** @var string */
1490
    public $scheme = 'https';
1491
1492
    /**
1493
     * @param string $value
1494
     *
1495
     * @return $this
1496
     */
1497
    public function withParams($value)
1498
    {
1499
        $this->data['Params'] = $value;
1500
        $this->options['form_params']['Params'] = $value;
1501
1502
        return $this;
1503
    }
1504
1505
    /**
1506
     * @param string $value
1507
     *
1508
     * @return $this
1509
     */
1510
    public function withServiceCode($value)
1511
    {
1512
        $this->data['ServiceCode'] = $value;
1513
        $this->options['form_params']['ServiceCode'] = $value;
1514
1515
        return $this;
1516
    }
1517
}
1518
1519
/**
1520
 * @method string getServiceCode()
1521
 * @method string getText()
1522
 */
1523
class GetSummaryChEcom extends Rpc
1524
{
1525
1526
    /**
1527
     * @param string $value
1528
     *
1529
     * @return $this
1530
     */
1531
    public function withServiceCode($value)
1532
    {
1533
        $this->data['ServiceCode'] = $value;
1534
        $this->options['form_params']['ServiceCode'] = $value;
1535
1536
        return $this;
1537
    }
1538
1539
    /**
1540
     * @param string $value
1541
     *
1542
     * @return $this
1543
     */
1544
    public function withText($value)
1545
    {
1546
        $this->data['Text'] = $value;
1547
        $this->options['form_params']['Text'] = $value;
1548
1549
        return $this;
1550
    }
1551
}
1552
1553
/**
1554
 * @method string getServiceCode()
1555
 * @method string getServiceId()
1556
 */
1557
class GetTableQAServiceInfoById extends Rpc
1558
{
1559
1560
    /**
1561
     * @param string $value
1562
     *
1563
     * @return $this
1564
     */
1565
    public function withServiceCode($value)
1566
    {
1567
        $this->data['ServiceCode'] = $value;
1568
        $this->options['form_params']['ServiceCode'] = $value;
1569
1570
        return $this;
1571
    }
1572
1573
    /**
1574
     * @param string $value
1575
     *
1576
     * @return $this
1577
     */
1578
    public function withServiceId($value)
1579
    {
1580
        $this->data['ServiceId'] = $value;
1581
        $this->options['form_params']['ServiceId'] = $value;
1582
1583
        return $this;
1584
    }
1585
}
1586
1587
/**
1588
 * @method string getServiceCode()
1589
 * @method string getText()
1590
 */
1591
class GetTcChEcom extends Rpc
1592
{
1593
1594
    /**
1595
     * @param string $value
1596
     *
1597
     * @return $this
1598
     */
1599
    public function withServiceCode($value)
1600
    {
1601
        $this->data['ServiceCode'] = $value;
1602
        $this->options['form_params']['ServiceCode'] = $value;
1603
1604
        return $this;
1605
    }
1606
1607
    /**
1608
     * @param string $value
1609
     *
1610
     * @return $this
1611
     */
1612
    public function withText($value)
1613
    {
1614
        $this->data['Text'] = $value;
1615
        $this->options['form_params']['Text'] = $value;
1616
1617
        return $this;
1618
    }
1619
}
1620
1621
/**
1622
 * @method string getServiceCode()
1623
 * @method string getText()
1624
 */
1625
class GetTcChGeneral extends Rpc
1626
{
1627
1628
    /**
1629
     * @param string $value
1630
     *
1631
     * @return $this
1632
     */
1633
    public function withServiceCode($value)
1634
    {
1635
        $this->data['ServiceCode'] = $value;
1636
        $this->options['form_params']['ServiceCode'] = $value;
1637
1638
        return $this;
1639
    }
1640
1641
    /**
1642
     * @param string $value
1643
     *
1644
     * @return $this
1645
     */
1646
    public function withText($value)
1647
    {
1648
        $this->data['Text'] = $value;
1649
        $this->options['form_params']['Text'] = $value;
1650
1651
        return $this;
1652
    }
1653
}
1654
1655
/**
1656
 * @method string getType()
1657
 * @method string getServiceCode()
1658
 * @method string getOriginT()
1659
 * @method string getOriginQ()
1660
 */
1661
class GetTsChEcom extends Rpc
1662
{
1663
1664
    /**
1665
     * @param string $value
1666
     *
1667
     * @return $this
1668
     */
1669
    public function withType($value)
1670
    {
1671
        $this->data['Type'] = $value;
1672
        $this->options['form_params']['Type'] = $value;
1673
1674
        return $this;
1675
    }
1676
1677
    /**
1678
     * @param string $value
1679
     *
1680
     * @return $this
1681
     */
1682
    public function withServiceCode($value)
1683
    {
1684
        $this->data['ServiceCode'] = $value;
1685
        $this->options['form_params']['ServiceCode'] = $value;
1686
1687
        return $this;
1688
    }
1689
1690
    /**
1691
     * @param string $value
1692
     *
1693
     * @return $this
1694
     */
1695
    public function withOriginT($value)
1696
    {
1697
        $this->data['OriginT'] = $value;
1698
        $this->options['form_params']['OriginT'] = $value;
1699
1700
        return $this;
1701
    }
1702
1703
    /**
1704
     * @param string $value
1705
     *
1706
     * @return $this
1707
     */
1708
    public function withOriginQ($value)
1709
    {
1710
        $this->data['OriginQ'] = $value;
1711
        $this->options['form_params']['OriginQ'] = $value;
1712
1713
        return $this;
1714
    }
1715
}
1716
1717
/**
1718
 * @method string getServiceCode()
1719
 */
1720
class GetUserUploadSign extends Rpc
1721
{
1722
1723
    /**
1724
     * @param string $value
1725
     *
1726
     * @return $this
1727
     */
1728
    public function withServiceCode($value)
1729
    {
1730
        $this->data['ServiceCode'] = $value;
1731
        $this->options['form_params']['ServiceCode'] = $value;
1732
1733
        return $this;
1734
    }
1735
}
1736
1737
/**
1738
 * @method string getType()
1739
 * @method string getServiceCode()
1740
 * @method string getSize()
1741
 * @method string getTokenizerId()
1742
 * @method string getText()
1743
 * @method string getOperation()
1744
 */
1745
class GetWeChComment extends Rpc
1746
{
1747
1748
    /**
1749
     * @param string $value
1750
     *
1751
     * @return $this
1752
     */
1753
    public function withType($value)
1754
    {
1755
        $this->data['Type'] = $value;
1756
        $this->options['form_params']['Type'] = $value;
1757
1758
        return $this;
1759
    }
1760
1761
    /**
1762
     * @param string $value
1763
     *
1764
     * @return $this
1765
     */
1766
    public function withServiceCode($value)
1767
    {
1768
        $this->data['ServiceCode'] = $value;
1769
        $this->options['form_params']['ServiceCode'] = $value;
1770
1771
        return $this;
1772
    }
1773
1774
    /**
1775
     * @param string $value
1776
     *
1777
     * @return $this
1778
     */
1779
    public function withSize($value)
1780
    {
1781
        $this->data['Size'] = $value;
1782
        $this->options['form_params']['Size'] = $value;
1783
1784
        return $this;
1785
    }
1786
1787
    /**
1788
     * @param string $value
1789
     *
1790
     * @return $this
1791
     */
1792
    public function withTokenizerId($value)
1793
    {
1794
        $this->data['TokenizerId'] = $value;
1795
        $this->options['form_params']['TokenizerId'] = $value;
1796
1797
        return $this;
1798
    }
1799
1800
    /**
1801
     * @param string $value
1802
     *
1803
     * @return $this
1804
     */
1805
    public function withText($value)
1806
    {
1807
        $this->data['Text'] = $value;
1808
        $this->options['form_params']['Text'] = $value;
1809
1810
        return $this;
1811
    }
1812
1813
    /**
1814
     * @param string $value
1815
     *
1816
     * @return $this
1817
     */
1818
    public function withOperation($value)
1819
    {
1820
        $this->data['Operation'] = $value;
1821
        $this->options['form_params']['Operation'] = $value;
1822
1823
        return $this;
1824
    }
1825
}
1826
1827
/**
1828
 * @method string getType()
1829
 * @method string getServiceCode()
1830
 * @method string getSize()
1831
 * @method string getTokenizerId()
1832
 * @method string getText()
1833
 * @method string getOperation()
1834
 */
1835
class GetWeChEcom extends Rpc
1836
{
1837
1838
    /**
1839
     * @param string $value
1840
     *
1841
     * @return $this
1842
     */
1843
    public function withType($value)
1844
    {
1845
        $this->data['Type'] = $value;
1846
        $this->options['form_params']['Type'] = $value;
1847
1848
        return $this;
1849
    }
1850
1851
    /**
1852
     * @param string $value
1853
     *
1854
     * @return $this
1855
     */
1856
    public function withServiceCode($value)
1857
    {
1858
        $this->data['ServiceCode'] = $value;
1859
        $this->options['form_params']['ServiceCode'] = $value;
1860
1861
        return $this;
1862
    }
1863
1864
    /**
1865
     * @param string $value
1866
     *
1867
     * @return $this
1868
     */
1869
    public function withSize($value)
1870
    {
1871
        $this->data['Size'] = $value;
1872
        $this->options['form_params']['Size'] = $value;
1873
1874
        return $this;
1875
    }
1876
1877
    /**
1878
     * @param string $value
1879
     *
1880
     * @return $this
1881
     */
1882
    public function withTokenizerId($value)
1883
    {
1884
        $this->data['TokenizerId'] = $value;
1885
        $this->options['form_params']['TokenizerId'] = $value;
1886
1887
        return $this;
1888
    }
1889
1890
    /**
1891
     * @param string $value
1892
     *
1893
     * @return $this
1894
     */
1895
    public function withText($value)
1896
    {
1897
        $this->data['Text'] = $value;
1898
        $this->options['form_params']['Text'] = $value;
1899
1900
        return $this;
1901
    }
1902
1903
    /**
1904
     * @param string $value
1905
     *
1906
     * @return $this
1907
     */
1908
    public function withOperation($value)
1909
    {
1910
        $this->data['Operation'] = $value;
1911
        $this->options['form_params']['Operation'] = $value;
1912
1913
        return $this;
1914
    }
1915
}
1916
1917
/**
1918
 * @method string getType()
1919
 * @method string getServiceCode()
1920
 * @method string getSize()
1921
 * @method string getTokenizerId()
1922
 * @method string getText()
1923
 * @method string getOperation()
1924
 */
1925
class GetWeChEntertainment extends Rpc
1926
{
1927
1928
    /**
1929
     * @param string $value
1930
     *
1931
     * @return $this
1932
     */
1933
    public function withType($value)
1934
    {
1935
        $this->data['Type'] = $value;
1936
        $this->options['form_params']['Type'] = $value;
1937
1938
        return $this;
1939
    }
1940
1941
    /**
1942
     * @param string $value
1943
     *
1944
     * @return $this
1945
     */
1946
    public function withServiceCode($value)
1947
    {
1948
        $this->data['ServiceCode'] = $value;
1949
        $this->options['form_params']['ServiceCode'] = $value;
1950
1951
        return $this;
1952
    }
1953
1954
    /**
1955
     * @param string $value
1956
     *
1957
     * @return $this
1958
     */
1959
    public function withSize($value)
1960
    {
1961
        $this->data['Size'] = $value;
1962
        $this->options['form_params']['Size'] = $value;
1963
1964
        return $this;
1965
    }
1966
1967
    /**
1968
     * @param string $value
1969
     *
1970
     * @return $this
1971
     */
1972
    public function withTokenizerId($value)
1973
    {
1974
        $this->data['TokenizerId'] = $value;
1975
        $this->options['form_params']['TokenizerId'] = $value;
1976
1977
        return $this;
1978
    }
1979
1980
    /**
1981
     * @param string $value
1982
     *
1983
     * @return $this
1984
     */
1985
    public function withText($value)
1986
    {
1987
        $this->data['Text'] = $value;
1988
        $this->options['form_params']['Text'] = $value;
1989
1990
        return $this;
1991
    }
1992
1993
    /**
1994
     * @param string $value
1995
     *
1996
     * @return $this
1997
     */
1998
    public function withOperation($value)
1999
    {
2000
        $this->data['Operation'] = $value;
2001
        $this->options['form_params']['Operation'] = $value;
2002
2003
        return $this;
2004
    }
2005
}
2006
2007
/**
2008
 * @method string getType()
2009
 * @method string getServiceCode()
2010
 * @method string getSize()
2011
 * @method string getText()
2012
 * @method string getOperation()
2013
 */
2014
class GetWeChGeneral extends Rpc
2015
{
2016
2017
    /**
2018
     * @param string $value
2019
     *
2020
     * @return $this
2021
     */
2022
    public function withType($value)
2023
    {
2024
        $this->data['Type'] = $value;
2025
        $this->options['form_params']['Type'] = $value;
2026
2027
        return $this;
2028
    }
2029
2030
    /**
2031
     * @param string $value
2032
     *
2033
     * @return $this
2034
     */
2035
    public function withServiceCode($value)
2036
    {
2037
        $this->data['ServiceCode'] = $value;
2038
        $this->options['form_params']['ServiceCode'] = $value;
2039
2040
        return $this;
2041
    }
2042
2043
    /**
2044
     * @param string $value
2045
     *
2046
     * @return $this
2047
     */
2048
    public function withSize($value)
2049
    {
2050
        $this->data['Size'] = $value;
2051
        $this->options['form_params']['Size'] = $value;
2052
2053
        return $this;
2054
    }
2055
2056
    /**
2057
     * @param string $value
2058
     *
2059
     * @return $this
2060
     */
2061
    public function withText($value)
2062
    {
2063
        $this->data['Text'] = $value;
2064
        $this->options['form_params']['Text'] = $value;
2065
2066
        return $this;
2067
    }
2068
2069
    /**
2070
     * @param string $value
2071
     *
2072
     * @return $this
2073
     */
2074
    public function withOperation($value)
2075
    {
2076
        $this->data['Operation'] = $value;
2077
        $this->options['form_params']['Operation'] = $value;
2078
2079
        return $this;
2080
    }
2081
}
2082
2083
/**
2084
 * @method string getType()
2085
 * @method string getServiceCode()
2086
 * @method string getSize()
2087
 * @method string getTokenizerId()
2088
 * @method string getText()
2089
 * @method string getOperation()
2090
 */
2091
class GetWeChSearch extends Rpc
2092
{
2093
2094
    /**
2095
     * @param string $value
2096
     *
2097
     * @return $this
2098
     */
2099
    public function withType($value)
2100
    {
2101
        $this->data['Type'] = $value;
2102
        $this->options['form_params']['Type'] = $value;
2103
2104
        return $this;
2105
    }
2106
2107
    /**
2108
     * @param string $value
2109
     *
2110
     * @return $this
2111
     */
2112
    public function withServiceCode($value)
2113
    {
2114
        $this->data['ServiceCode'] = $value;
2115
        $this->options['form_params']['ServiceCode'] = $value;
2116
2117
        return $this;
2118
    }
2119
2120
    /**
2121
     * @param string $value
2122
     *
2123
     * @return $this
2124
     */
2125
    public function withSize($value)
2126
    {
2127
        $this->data['Size'] = $value;
2128
        $this->options['form_params']['Size'] = $value;
2129
2130
        return $this;
2131
    }
2132
2133
    /**
2134
     * @param string $value
2135
     *
2136
     * @return $this
2137
     */
2138
    public function withTokenizerId($value)
2139
    {
2140
        $this->data['TokenizerId'] = $value;
2141
        $this->options['form_params']['TokenizerId'] = $value;
2142
2143
        return $this;
2144
    }
2145
2146
    /**
2147
     * @param string $value
2148
     *
2149
     * @return $this
2150
     */
2151
    public function withText($value)
2152
    {
2153
        $this->data['Text'] = $value;
2154
        $this->options['form_params']['Text'] = $value;
2155
2156
        return $this;
2157
    }
2158
2159
    /**
2160
     * @param string $value
2161
     *
2162
     * @return $this
2163
     */
2164
    public function withOperation($value)
2165
    {
2166
        $this->data['Operation'] = $value;
2167
        $this->options['form_params']['Operation'] = $value;
2168
2169
        return $this;
2170
    }
2171
}
2172
2173
/**
2174
 * @method string getServiceCode()
2175
 * @method string getTokenizerId()
2176
 * @method string getText()
2177
 * @method string getOutType()
2178
 */
2179
class GetWsChGeneral extends Rpc
2180
{
2181
2182
    /**
2183
     * @param string $value
2184
     *
2185
     * @return $this
2186
     */
2187
    public function withServiceCode($value)
2188
    {
2189
        $this->data['ServiceCode'] = $value;
2190
        $this->options['form_params']['ServiceCode'] = $value;
2191
2192
        return $this;
2193
    }
2194
2195
    /**
2196
     * @param string $value
2197
     *
2198
     * @return $this
2199
     */
2200
    public function withTokenizerId($value)
2201
    {
2202
        $this->data['TokenizerId'] = $value;
2203
        $this->options['form_params']['TokenizerId'] = $value;
2204
2205
        return $this;
2206
    }
2207
2208
    /**
2209
     * @param string $value
2210
     *
2211
     * @return $this
2212
     */
2213
    public function withText($value)
2214
    {
2215
        $this->data['Text'] = $value;
2216
        $this->options['form_params']['Text'] = $value;
2217
2218
        return $this;
2219
    }
2220
2221
    /**
2222
     * @param string $value
2223
     *
2224
     * @return $this
2225
     */
2226
    public function withOutType($value)
2227
    {
2228
        $this->data['OutType'] = $value;
2229
        $this->options['form_params']['OutType'] = $value;
2230
2231
        return $this;
2232
    }
2233
}
2234
2235
/**
2236
 * @method string getServiceCode()
2237
 * @method string getTokenizerId()
2238
 * @method string getText()
2239
 * @method string getOutType()
2240
 */
2241
class GetWsCustomizedChEcomComment extends Rpc
2242
{
2243
2244
    /**
2245
     * @param string $value
2246
     *
2247
     * @return $this
2248
     */
2249
    public function withServiceCode($value)
2250
    {
2251
        $this->data['ServiceCode'] = $value;
2252
        $this->options['form_params']['ServiceCode'] = $value;
2253
2254
        return $this;
2255
    }
2256
2257
    /**
2258
     * @param string $value
2259
     *
2260
     * @return $this
2261
     */
2262
    public function withTokenizerId($value)
2263
    {
2264
        $this->data['TokenizerId'] = $value;
2265
        $this->options['form_params']['TokenizerId'] = $value;
2266
2267
        return $this;
2268
    }
2269
2270
    /**
2271
     * @param string $value
2272
     *
2273
     * @return $this
2274
     */
2275
    public function withText($value)
2276
    {
2277
        $this->data['Text'] = $value;
2278
        $this->options['form_params']['Text'] = $value;
2279
2280
        return $this;
2281
    }
2282
2283
    /**
2284
     * @param string $value
2285
     *
2286
     * @return $this
2287
     */
2288
    public function withOutType($value)
2289
    {
2290
        $this->data['OutType'] = $value;
2291
        $this->options['form_params']['OutType'] = $value;
2292
2293
        return $this;
2294
    }
2295
}
2296
2297
/**
2298
 * @method string getServiceCode()
2299
 * @method string getTokenizerId()
2300
 * @method string getText()
2301
 * @method string getOutType()
2302
 */
2303
class GetWsCustomizedChEcomContent extends Rpc
2304
{
2305
2306
    /**
2307
     * @param string $value
2308
     *
2309
     * @return $this
2310
     */
2311
    public function withServiceCode($value)
2312
    {
2313
        $this->data['ServiceCode'] = $value;
2314
        $this->options['form_params']['ServiceCode'] = $value;
2315
2316
        return $this;
2317
    }
2318
2319
    /**
2320
     * @param string $value
2321
     *
2322
     * @return $this
2323
     */
2324
    public function withTokenizerId($value)
2325
    {
2326
        $this->data['TokenizerId'] = $value;
2327
        $this->options['form_params']['TokenizerId'] = $value;
2328
2329
        return $this;
2330
    }
2331
2332
    /**
2333
     * @param string $value
2334
     *
2335
     * @return $this
2336
     */
2337
    public function withText($value)
2338
    {
2339
        $this->data['Text'] = $value;
2340
        $this->options['form_params']['Text'] = $value;
2341
2342
        return $this;
2343
    }
2344
2345
    /**
2346
     * @param string $value
2347
     *
2348
     * @return $this
2349
     */
2350
    public function withOutType($value)
2351
    {
2352
        $this->data['OutType'] = $value;
2353
        $this->options['form_params']['OutType'] = $value;
2354
2355
        return $this;
2356
    }
2357
}
2358
2359
/**
2360
 * @method string getServiceCode()
2361
 * @method string getTokenizerId()
2362
 * @method string getText()
2363
 * @method string getOutType()
2364
 */
2365
class GetWsCustomizedChEcomTitle extends Rpc
2366
{
2367
2368
    /**
2369
     * @param string $value
2370
     *
2371
     * @return $this
2372
     */
2373
    public function withServiceCode($value)
2374
    {
2375
        $this->data['ServiceCode'] = $value;
2376
        $this->options['form_params']['ServiceCode'] = $value;
2377
2378
        return $this;
2379
    }
2380
2381
    /**
2382
     * @param string $value
2383
     *
2384
     * @return $this
2385
     */
2386
    public function withTokenizerId($value)
2387
    {
2388
        $this->data['TokenizerId'] = $value;
2389
        $this->options['form_params']['TokenizerId'] = $value;
2390
2391
        return $this;
2392
    }
2393
2394
    /**
2395
     * @param string $value
2396
     *
2397
     * @return $this
2398
     */
2399
    public function withText($value)
2400
    {
2401
        $this->data['Text'] = $value;
2402
        $this->options['form_params']['Text'] = $value;
2403
2404
        return $this;
2405
    }
2406
2407
    /**
2408
     * @param string $value
2409
     *
2410
     * @return $this
2411
     */
2412
    public function withOutType($value)
2413
    {
2414
        $this->data['OutType'] = $value;
2415
        $this->options['form_params']['OutType'] = $value;
2416
2417
        return $this;
2418
    }
2419
}
2420
2421
/**
2422
 * @method string getServiceCode()
2423
 * @method string getTokenizerId()
2424
 * @method string getText()
2425
 * @method string getOutType()
2426
 */
2427
class GetWsCustomizedChEntertainment extends Rpc
2428
{
2429
2430
    /**
2431
     * @param string $value
2432
     *
2433
     * @return $this
2434
     */
2435
    public function withServiceCode($value)
2436
    {
2437
        $this->data['ServiceCode'] = $value;
2438
        $this->options['form_params']['ServiceCode'] = $value;
2439
2440
        return $this;
2441
    }
2442
2443
    /**
2444
     * @param string $value
2445
     *
2446
     * @return $this
2447
     */
2448
    public function withTokenizerId($value)
2449
    {
2450
        $this->data['TokenizerId'] = $value;
2451
        $this->options['form_params']['TokenizerId'] = $value;
2452
2453
        return $this;
2454
    }
2455
2456
    /**
2457
     * @param string $value
2458
     *
2459
     * @return $this
2460
     */
2461
    public function withText($value)
2462
    {
2463
        $this->data['Text'] = $value;
2464
        $this->options['form_params']['Text'] = $value;
2465
2466
        return $this;
2467
    }
2468
2469
    /**
2470
     * @param string $value
2471
     *
2472
     * @return $this
2473
     */
2474
    public function withOutType($value)
2475
    {
2476
        $this->data['OutType'] = $value;
2477
        $this->options['form_params']['OutType'] = $value;
2478
2479
        return $this;
2480
    }
2481
}
2482
2483
/**
2484
 * @method string getServiceCode()
2485
 * @method string getTokenizerId()
2486
 * @method string getText()
2487
 * @method string getOutType()
2488
 */
2489
class GetWsCustomizedChGeneral extends Rpc
2490
{
2491
2492
    /**
2493
     * @param string $value
2494
     *
2495
     * @return $this
2496
     */
2497
    public function withServiceCode($value)
2498
    {
2499
        $this->data['ServiceCode'] = $value;
2500
        $this->options['form_params']['ServiceCode'] = $value;
2501
2502
        return $this;
2503
    }
2504
2505
    /**
2506
     * @param string $value
2507
     *
2508
     * @return $this
2509
     */
2510
    public function withTokenizerId($value)
2511
    {
2512
        $this->data['TokenizerId'] = $value;
2513
        $this->options['form_params']['TokenizerId'] = $value;
2514
2515
        return $this;
2516
    }
2517
2518
    /**
2519
     * @param string $value
2520
     *
2521
     * @return $this
2522
     */
2523
    public function withText($value)
2524
    {
2525
        $this->data['Text'] = $value;
2526
        $this->options['form_params']['Text'] = $value;
2527
2528
        return $this;
2529
    }
2530
2531
    /**
2532
     * @param string $value
2533
     *
2534
     * @return $this
2535
     */
2536
    public function withOutType($value)
2537
    {
2538
        $this->data['OutType'] = $value;
2539
        $this->options['form_params']['OutType'] = $value;
2540
2541
        return $this;
2542
    }
2543
}
2544
2545
/**
2546
 * @method string getServiceCode()
2547
 * @method string getTokenizerId()
2548
 * @method string getText()
2549
 * @method string getOutType()
2550
 */
2551
class GetWsCustomizedChO2O extends Rpc
2552
{
2553
2554
    /**
2555
     * @param string $value
2556
     *
2557
     * @return $this
2558
     */
2559
    public function withServiceCode($value)
2560
    {
2561
        $this->data['ServiceCode'] = $value;
2562
        $this->options['form_params']['ServiceCode'] = $value;
2563
2564
        return $this;
2565
    }
2566
2567
    /**
2568
     * @param string $value
2569
     *
2570
     * @return $this
2571
     */
2572
    public function withTokenizerId($value)
2573
    {
2574
        $this->data['TokenizerId'] = $value;
2575
        $this->options['form_params']['TokenizerId'] = $value;
2576
2577
        return $this;
2578
    }
2579
2580
    /**
2581
     * @param string $value
2582
     *
2583
     * @return $this
2584
     */
2585
    public function withText($value)
2586
    {
2587
        $this->data['Text'] = $value;
2588
        $this->options['form_params']['Text'] = $value;
2589
2590
        return $this;
2591
    }
2592
2593
    /**
2594
     * @param string $value
2595
     *
2596
     * @return $this
2597
     */
2598
    public function withOutType($value)
2599
    {
2600
        $this->data['OutType'] = $value;
2601
        $this->options['form_params']['OutType'] = $value;
2602
2603
        return $this;
2604
    }
2605
}
2606
2607
/**
2608
 * @method string getLanguage()
2609
 * @method string getServiceCode()
2610
 * @method string getText()
2611
 */
2612
class GetWsCustomizedSeaEcom extends Rpc
2613
{
2614
2615
    /**
2616
     * @param string $value
2617
     *
2618
     * @return $this
2619
     */
2620
    public function withLanguage($value)
2621
    {
2622
        $this->data['Language'] = $value;
2623
        $this->options['form_params']['Language'] = $value;
2624
2625
        return $this;
2626
    }
2627
2628
    /**
2629
     * @param string $value
2630
     *
2631
     * @return $this
2632
     */
2633
    public function withServiceCode($value)
2634
    {
2635
        $this->data['ServiceCode'] = $value;
2636
        $this->options['form_params']['ServiceCode'] = $value;
2637
2638
        return $this;
2639
    }
2640
2641
    /**
2642
     * @param string $value
2643
     *
2644
     * @return $this
2645
     */
2646
    public function withText($value)
2647
    {
2648
        $this->data['Text'] = $value;
2649
        $this->options['form_params']['Text'] = $value;
2650
2651
        return $this;
2652
    }
2653
}
2654
2655
/**
2656
 * @method string getLanguage()
2657
 * @method string getServiceCode()
2658
 * @method string getText()
2659
 */
2660
class GetWsCustomizedSeaGeneral extends Rpc
2661
{
2662
2663
    /**
2664
     * @param string $value
2665
     *
2666
     * @return $this
2667
     */
2668
    public function withLanguage($value)
2669
    {
2670
        $this->data['Language'] = $value;
2671
        $this->options['form_params']['Language'] = $value;
2672
2673
        return $this;
2674
    }
2675
2676
    /**
2677
     * @param string $value
2678
     *
2679
     * @return $this
2680
     */
2681
    public function withServiceCode($value)
2682
    {
2683
        $this->data['ServiceCode'] = $value;
2684
        $this->options['form_params']['ServiceCode'] = $value;
2685
2686
        return $this;
2687
    }
2688
2689
    /**
2690
     * @param string $value
2691
     *
2692
     * @return $this
2693
     */
2694
    public function withText($value)
2695
    {
2696
        $this->data['Text'] = $value;
2697
        $this->options['form_params']['Text'] = $value;
2698
2699
        return $this;
2700
    }
2701
}
2702
2703
/**
2704
 * @method string getCustomUrl()
2705
 * @method string getRegUrl()
2706
 * @method string getServiceCode()
2707
 * @method string getRegFileName()
2708
 * @method string getCustomFileName()
2709
 * @method string getApiId()
2710
 */
2711
class InsertCustom extends Rpc
2712
{
2713
2714
    /**
2715
     * @param string $value
2716
     *
2717
     * @return $this
2718
     */
2719
    public function withCustomUrl($value)
2720
    {
2721
        $this->data['CustomUrl'] = $value;
2722
        $this->options['form_params']['CustomUrl'] = $value;
2723
2724
        return $this;
2725
    }
2726
2727
    /**
2728
     * @param string $value
2729
     *
2730
     * @return $this
2731
     */
2732
    public function withRegUrl($value)
2733
    {
2734
        $this->data['RegUrl'] = $value;
2735
        $this->options['form_params']['RegUrl'] = $value;
2736
2737
        return $this;
2738
    }
2739
2740
    /**
2741
     * @param string $value
2742
     *
2743
     * @return $this
2744
     */
2745
    public function withServiceCode($value)
2746
    {
2747
        $this->data['ServiceCode'] = $value;
2748
        $this->options['form_params']['ServiceCode'] = $value;
2749
2750
        return $this;
2751
    }
2752
2753
    /**
2754
     * @param string $value
2755
     *
2756
     * @return $this
2757
     */
2758
    public function withRegFileName($value)
2759
    {
2760
        $this->data['RegFileName'] = $value;
2761
        $this->options['form_params']['RegFileName'] = $value;
2762
2763
        return $this;
2764
    }
2765
2766
    /**
2767
     * @param string $value
2768
     *
2769
     * @return $this
2770
     */
2771
    public function withCustomFileName($value)
2772
    {
2773
        $this->data['CustomFileName'] = $value;
2774
        $this->options['form_params']['CustomFileName'] = $value;
2775
2776
        return $this;
2777
    }
2778
2779
    /**
2780
     * @param string $value
2781
     *
2782
     * @return $this
2783
     */
2784
    public function withApiId($value)
2785
    {
2786
        $this->data['ApiId'] = $value;
2787
        $this->options['form_params']['ApiId'] = $value;
2788
2789
        return $this;
2790
    }
2791
}
2792
2793
class OpenAlinlpService extends Rpc
2794
{
2795
}
2796
2797
/**
2798
 * @method string getParams()
2799
 * @method string getServiceCode()
2800
 */
2801
class RequestTableQA extends Rpc
2802
{
2803
2804
    /**
2805
     * @param string $value
2806
     *
2807
     * @return $this
2808
     */
2809
    public function withParams($value)
2810
    {
2811
        $this->data['Params'] = $value;
2812
        $this->options['form_params']['Params'] = $value;
2813
2814
        return $this;
2815
    }
2816
2817
    /**
2818
     * @param string $value
2819
     *
2820
     * @return $this
2821
     */
2822
    public function withServiceCode($value)
2823
    {
2824
        $this->data['ServiceCode'] = $value;
2825
        $this->options['form_params']['ServiceCode'] = $value;
2826
2827
        return $this;
2828
    }
2829
}
2830
2831
/**
2832
 * @method string getQuestion()
2833
 * @method string getParams()
2834
 * @method string getServiceCode()
2835
 * @method string getBotId()
2836
 */
2837
class RequestTableQAOnline extends Rpc
2838
{
2839
2840
    /**
2841
     * @param string $value
2842
     *
2843
     * @return $this
2844
     */
2845
    public function withQuestion($value)
2846
    {
2847
        $this->data['Question'] = $value;
2848
        $this->options['form_params']['Question'] = $value;
2849
2850
        return $this;
2851
    }
2852
2853
    /**
2854
     * @param string $value
2855
     *
2856
     * @return $this
2857
     */
2858
    public function withParams($value)
2859
    {
2860
        $this->data['Params'] = $value;
2861
        $this->options['form_params']['Params'] = $value;
2862
2863
        return $this;
2864
    }
2865
2866
    /**
2867
     * @param string $value
2868
     *
2869
     * @return $this
2870
     */
2871
    public function withServiceCode($value)
2872
    {
2873
        $this->data['ServiceCode'] = $value;
2874
        $this->options['form_params']['ServiceCode'] = $value;
2875
2876
        return $this;
2877
    }
2878
2879
    /**
2880
     * @param string $value
2881
     *
2882
     * @return $this
2883
     */
2884
    public function withBotId($value)
2885
    {
2886
        $this->data['BotId'] = $value;
2887
        $this->options['form_params']['BotId'] = $value;
2888
2889
        return $this;
2890
    }
2891
}
2892