@@ -67,6 +67,24 @@ static AsyncClient create() {
67
67
*/
68
68
CompletableFuture <CreateBatchRepeatJobResponse > createBatchRepeatJob (CreateBatchRepeatJobRequest request );
69
69
70
+ /**
71
+ * @param request the request parameters of CreateBeebotIntent CreateBeebotIntentRequest
72
+ * @return CreateBeebotIntentResponse
73
+ */
74
+ CompletableFuture <CreateBeebotIntentResponse > createBeebotIntent (CreateBeebotIntentRequest request );
75
+
76
+ /**
77
+ * @param request the request parameters of CreateBeebotIntentLgf CreateBeebotIntentLgfRequest
78
+ * @return CreateBeebotIntentLgfResponse
79
+ */
80
+ CompletableFuture <CreateBeebotIntentLgfResponse > createBeebotIntentLgf (CreateBeebotIntentLgfRequest request );
81
+
82
+ /**
83
+ * @param request the request parameters of CreateBeebotIntentUserSay CreateBeebotIntentUserSayRequest
84
+ * @return CreateBeebotIntentUserSayResponse
85
+ */
86
+ CompletableFuture <CreateBeebotIntentUserSayResponse > createBeebotIntentUserSay (CreateBeebotIntentUserSayRequest request );
87
+
70
88
/**
71
89
* @param request the request parameters of CreateDialogueFlow CreateDialogueFlowRequest
72
90
* @return CreateDialogueFlowResponse
@@ -175,6 +193,24 @@ static AsyncClient create() {
175
193
*/
176
194
CompletableFuture <DeleteAllNumberDistrictInfoResponse > deleteAllNumberDistrictInfo (DeleteAllNumberDistrictInfoRequest request );
177
195
196
+ /**
197
+ * @param request the request parameters of DeleteBeebotIntent DeleteBeebotIntentRequest
198
+ * @return DeleteBeebotIntentResponse
199
+ */
200
+ CompletableFuture <DeleteBeebotIntentResponse > deleteBeebotIntent (DeleteBeebotIntentRequest request );
201
+
202
+ /**
203
+ * @param request the request parameters of DeleteBeebotIntentLgf DeleteBeebotIntentLgfRequest
204
+ * @return DeleteBeebotIntentLgfResponse
205
+ */
206
+ CompletableFuture <DeleteBeebotIntentLgfResponse > deleteBeebotIntentLgf (DeleteBeebotIntentLgfRequest request );
207
+
208
+ /**
209
+ * @param request the request parameters of DeleteBeebotIntentUserSay DeleteBeebotIntentUserSayRequest
210
+ * @return DeleteBeebotIntentUserSayResponse
211
+ */
212
+ CompletableFuture <DeleteBeebotIntentUserSayResponse > deleteBeebotIntentUserSay (DeleteBeebotIntentUserSayRequest request );
213
+
178
214
/**
179
215
* @param request the request parameters of DeleteContactBlockList DeleteContactBlockListRequest
180
216
* @return DeleteContactBlockListResponse
@@ -241,6 +277,15 @@ static AsyncClient create() {
241
277
*/
242
278
CompletableFuture <DeleteScriptWaveformResponse > deleteScriptWaveform (DeleteScriptWaveformRequest request );
243
279
280
+ /**
281
+ * <b>description</b> :
282
+ * <hr>
283
+ *
284
+ * @param request the request parameters of DescribeBeebotIntent DescribeBeebotIntentRequest
285
+ * @return DescribeBeebotIntentResponse
286
+ */
287
+ CompletableFuture <DescribeBeebotIntentResponse > describeBeebotIntent (DescribeBeebotIntentRequest request );
288
+
244
289
/**
245
290
* @param request the request parameters of DescribeDialogueNodeStatistics DescribeDialogueNodeStatisticsRequest
246
291
* @return DescribeDialogueNodeStatisticsResponse
@@ -553,6 +598,24 @@ static AsyncClient create() {
553
598
*/
554
599
CompletableFuture <ListApiPluginsResponse > listApiPlugins (ListApiPluginsRequest request );
555
600
601
+ /**
602
+ * @param request the request parameters of ListBeebotIntent ListBeebotIntentRequest
603
+ * @return ListBeebotIntentResponse
604
+ */
605
+ CompletableFuture <ListBeebotIntentResponse > listBeebotIntent (ListBeebotIntentRequest request );
606
+
607
+ /**
608
+ * @param request the request parameters of ListBeebotIntentLgf ListBeebotIntentLgfRequest
609
+ * @return ListBeebotIntentLgfResponse
610
+ */
611
+ CompletableFuture <ListBeebotIntentLgfResponse > listBeebotIntentLgf (ListBeebotIntentLgfRequest request );
612
+
613
+ /**
614
+ * @param request the request parameters of ListBeebotIntentUserSay ListBeebotIntentUserSayRequest
615
+ * @return ListBeebotIntentUserSayResponse
616
+ */
617
+ CompletableFuture <ListBeebotIntentUserSayResponse > listBeebotIntentUserSay (ListBeebotIntentUserSayRequest request );
618
+
556
619
/**
557
620
* @param request the request parameters of ListChatbotInstances ListChatbotInstancesRequest
558
621
* @return ListChatbotInstancesResponse
@@ -589,6 +652,12 @@ static AsyncClient create() {
589
652
*/
590
653
CompletableFuture <ListInstancesResponse > listInstances (ListInstancesRequest request );
591
654
655
+ /**
656
+ * @param request the request parameters of ListIntentions ListIntentionsRequest
657
+ * @return ListIntentionsResponse
658
+ */
659
+ CompletableFuture <ListIntentionsResponse > listIntentions (ListIntentionsRequest request );
660
+
592
661
/**
593
662
* @param request the request parameters of ListIntents ListIntentsRequest
594
663
* @return ListIntentsResponse
@@ -691,6 +760,24 @@ static AsyncClient create() {
691
760
*/
692
761
CompletableFuture <ModifyBatchJobsResponse > modifyBatchJobs (ModifyBatchJobsRequest request );
693
762
763
+ /**
764
+ * @param request the request parameters of ModifyBeebotIntent ModifyBeebotIntentRequest
765
+ * @return ModifyBeebotIntentResponse
766
+ */
767
+ CompletableFuture <ModifyBeebotIntentResponse > modifyBeebotIntent (ModifyBeebotIntentRequest request );
768
+
769
+ /**
770
+ * @param request the request parameters of ModifyBeebotIntentLgf ModifyBeebotIntentLgfRequest
771
+ * @return ModifyBeebotIntentLgfResponse
772
+ */
773
+ CompletableFuture <ModifyBeebotIntentLgfResponse > modifyBeebotIntentLgf (ModifyBeebotIntentLgfRequest request );
774
+
775
+ /**
776
+ * @param request the request parameters of ModifyBeebotIntentUserSay ModifyBeebotIntentUserSayRequest
777
+ * @return ModifyBeebotIntentUserSayResponse
778
+ */
779
+ CompletableFuture <ModifyBeebotIntentUserSayResponse > modifyBeebotIntentUserSay (ModifyBeebotIntentUserSayRequest request );
780
+
694
781
/**
695
782
* @param request the request parameters of ModifyDialogueFlow ModifyDialogueFlowRequest
696
783
* @return ModifyDialogueFlowResponse
0 commit comments