Skip to content

Commit 62a5b67

Browse files
committed
Generated java-async 2019-12-26 for OutboundBot.
1 parent 6e24713 commit 62a5b67

File tree

50 files changed

+10422
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+10422
-1
lines changed

outboundbot-20191226/ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2025-06-12 Version: 1.0.2
2+
- Generated java-async 2019-12-26 for OutboundBot.
3+
14
2025-04-09 Version: 1.0.1
25
- Generated java-async 2019-12-26 for OutboundBot.
36

outboundbot-20191226/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.aliyun</groupId>
55
<artifactId>alibabacloud-outboundbot20191226</artifactId>
6-
<version>1.0.1</version>
6+
<version>1.0.2</version>
77
<packaging>jar</packaging>
88
<name>alibabacloud-outboundbot20191226</name>
99
<description>Alibaba Cloud OutboundBot (20191226) Async SDK for Java

outboundbot-20191226/src/main/java/com/aliyun/sdk/service/outboundbot20191226/AsyncClient.java

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,24 @@ static AsyncClient create() {
6767
*/
6868
CompletableFuture<CreateBatchRepeatJobResponse> createBatchRepeatJob(CreateBatchRepeatJobRequest request);
6969

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+
7088
/**
7189
* @param request the request parameters of CreateDialogueFlow CreateDialogueFlowRequest
7290
* @return CreateDialogueFlowResponse
@@ -175,6 +193,24 @@ static AsyncClient create() {
175193
*/
176194
CompletableFuture<DeleteAllNumberDistrictInfoResponse> deleteAllNumberDistrictInfo(DeleteAllNumberDistrictInfoRequest request);
177195

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+
178214
/**
179215
* @param request the request parameters of DeleteContactBlockList DeleteContactBlockListRequest
180216
* @return DeleteContactBlockListResponse
@@ -241,6 +277,15 @@ static AsyncClient create() {
241277
*/
242278
CompletableFuture<DeleteScriptWaveformResponse> deleteScriptWaveform(DeleteScriptWaveformRequest request);
243279

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+
244289
/**
245290
* @param request the request parameters of DescribeDialogueNodeStatistics DescribeDialogueNodeStatisticsRequest
246291
* @return DescribeDialogueNodeStatisticsResponse
@@ -553,6 +598,24 @@ static AsyncClient create() {
553598
*/
554599
CompletableFuture<ListApiPluginsResponse> listApiPlugins(ListApiPluginsRequest request);
555600

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+
556619
/**
557620
* @param request the request parameters of ListChatbotInstances ListChatbotInstancesRequest
558621
* @return ListChatbotInstancesResponse
@@ -589,6 +652,12 @@ static AsyncClient create() {
589652
*/
590653
CompletableFuture<ListInstancesResponse> listInstances(ListInstancesRequest request);
591654

655+
/**
656+
* @param request the request parameters of ListIntentions ListIntentionsRequest
657+
* @return ListIntentionsResponse
658+
*/
659+
CompletableFuture<ListIntentionsResponse> listIntentions(ListIntentionsRequest request);
660+
592661
/**
593662
* @param request the request parameters of ListIntents ListIntentsRequest
594663
* @return ListIntentsResponse
@@ -691,6 +760,24 @@ static AsyncClient create() {
691760
*/
692761
CompletableFuture<ModifyBatchJobsResponse> modifyBatchJobs(ModifyBatchJobsRequest request);
693762

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+
694781
/**
695782
* @param request the request parameters of ModifyDialogueFlow ModifyDialogueFlowRequest
696783
* @return ModifyDialogueFlowResponse

0 commit comments

Comments
 (0)