@@ -400,6 +400,24 @@ public CompletableFuture<CancelScheduleConferenceResponse> cancelScheduleConfere
400400 }
401401 }
402402
403+ /**
404+ * @param request the request parameters of ChangeDingTalkId ChangeDingTalkIdRequest
405+ * @return ChangeDingTalkIdResponse
406+ */
407+ @ Override
408+ public CompletableFuture <ChangeDingTalkIdResponse > changeDingTalkId (ChangeDingTalkIdRequest request ) {
409+ try {
410+ this .handler .validateRequestModel (request );
411+ TeaRequest teaRequest = REQUEST .copy ().setStyle (RequestStyle .RESTFUL ).setAction ("ChangeDingTalkId" ).setMethod (HttpMethod .POST ).setPathRegex ("/dingtalk/v1/user/changeDingTalkId" ).setBodyType (BodyType .JSON ).setBodyIsForm (true ).setReqBodyType (BodyType .FORM ).formModel (request );
412+ ClientExecutionParams params = new ClientExecutionParams ().withInput (request ).withRequest (teaRequest ).withOutput (ChangeDingTalkIdResponse .create ());
413+ return this .handler .execute (params );
414+ } catch (Exception e ) {
415+ CompletableFuture <ChangeDingTalkIdResponse > future = new CompletableFuture <>();
416+ future .completeExceptionally (e );
417+ return future ;
418+ }
419+ }
420+
403421 /**
404422 * @param request the request parameters of CheckAlibabaStaff CheckAlibabaStaffRequest
405423 * @return CheckAlibabaStaffResponse
@@ -544,6 +562,24 @@ public CompletableFuture<CopyDentryResponse> copyDentry(CopyDentryRequest reques
544562 }
545563 }
546564
565+ /**
566+ * @param request the request parameters of CreateAlidingAssistant CreateAlidingAssistantRequest
567+ * @return CreateAlidingAssistantResponse
568+ */
569+ @ Override
570+ public CompletableFuture <CreateAlidingAssistantResponse > createAlidingAssistant (CreateAlidingAssistantRequest request ) {
571+ try {
572+ this .handler .validateRequestModel (request );
573+ TeaRequest teaRequest = REQUEST .copy ().setStyle (RequestStyle .RESTFUL ).setAction ("CreateAlidingAssistant" ).setMethod (HttpMethod .POST ).setPathRegex ("/dingtalk/v1/aiagent/createAlidingAssistant" ).setBodyType (BodyType .JSON ).setBodyIsForm (true ).setReqBodyType (BodyType .FORM ).formModel (request );
574+ ClientExecutionParams params = new ClientExecutionParams ().withInput (request ).withRequest (teaRequest ).withOutput (CreateAlidingAssistantResponse .create ());
575+ return this .handler .execute (params );
576+ } catch (Exception e ) {
577+ CompletableFuture <CreateAlidingAssistantResponse > future = new CompletableFuture <>();
578+ future .completeExceptionally (e );
579+ return future ;
580+ }
581+ }
582+
547583 /**
548584 * @param request the request parameters of CreateDeliveryPlan CreateDeliveryPlanRequest
549585 * @return CreateDeliveryPlanResponse
@@ -1004,6 +1040,24 @@ public CompletableFuture<CreateWorkspaceDocResponse> createWorkspaceDoc(CreateWo
10041040 }
10051041 }
10061042
1043+ /**
1044+ * @param request the request parameters of DeleteAlidingAssistant DeleteAlidingAssistantRequest
1045+ * @return DeleteAlidingAssistantResponse
1046+ */
1047+ @ Override
1048+ public CompletableFuture <DeleteAlidingAssistantResponse > deleteAlidingAssistant (DeleteAlidingAssistantRequest request ) {
1049+ try {
1050+ this .handler .validateRequestModel (request );
1051+ TeaRequest teaRequest = REQUEST .copy ().setStyle (RequestStyle .RESTFUL ).setAction ("DeleteAlidingAssistant" ).setMethod (HttpMethod .POST ).setPathRegex ("/dingtalk/v1/aiagent/deleteAlidingAssistant" ).setBodyType (BodyType .JSON ).setBodyIsForm (true ).setReqBodyType (BodyType .FORM ).formModel (request );
1052+ ClientExecutionParams params = new ClientExecutionParams ().withInput (request ).withRequest (teaRequest ).withOutput (DeleteAlidingAssistantResponse .create ());
1053+ return this .handler .execute (params );
1054+ } catch (Exception e ) {
1055+ CompletableFuture <DeleteAlidingAssistantResponse > future = new CompletableFuture <>();
1056+ future .completeExceptionally (e );
1057+ return future ;
1058+ }
1059+ }
1060+
10071061 /**
10081062 * @param request the request parameters of DeleteColumns DeleteColumnsRequest
10091063 * @return DeleteColumnsResponse
@@ -1490,6 +1544,24 @@ public CompletableFuture<GetActivityListResponse> getActivityList(GetActivityLis
14901544 }
14911545 }
14921546
1547+ /**
1548+ * @param request the request parameters of GetAlidingAssistantInfo GetAlidingAssistantInfoRequest
1549+ * @return GetAlidingAssistantInfoResponse
1550+ */
1551+ @ Override
1552+ public CompletableFuture <GetAlidingAssistantInfoResponse > getAlidingAssistantInfo (GetAlidingAssistantInfoRequest request ) {
1553+ try {
1554+ this .handler .validateRequestModel (request );
1555+ TeaRequest teaRequest = REQUEST .copy ().setStyle (RequestStyle .RESTFUL ).setAction ("GetAlidingAssistantInfo" ).setMethod (HttpMethod .POST ).setPathRegex ("/dingtalk/v1/aiagent/getAlidingAssistantInfo" ).setBodyType (BodyType .JSON ).setBodyIsForm (true ).setReqBodyType (BodyType .FORM ).formModel (request );
1556+ ClientExecutionParams params = new ClientExecutionParams ().withInput (request ).withRequest (teaRequest ).withOutput (GetAlidingAssistantInfoResponse .create ());
1557+ return this .handler .execute (params );
1558+ } catch (Exception e ) {
1559+ CompletableFuture <GetAlidingAssistantInfoResponse > future = new CompletableFuture <>();
1560+ future .completeExceptionally (e );
1561+ return future ;
1562+ }
1563+ }
1564+
14931565 /**
14941566 * @param request the request parameters of GetAllSheets GetAllSheetsRequest
14951567 * @return GetAllSheetsResponse
@@ -1526,6 +1598,24 @@ public CompletableFuture<GetAssistantCapabilityResponse> getAssistantCapability(
15261598 }
15271599 }
15281600
1601+ /**
1602+ * @param request the request parameters of GetCardTemplate GetCardTemplateRequest
1603+ * @return GetCardTemplateResponse
1604+ */
1605+ @ Override
1606+ public CompletableFuture <GetCardTemplateResponse > getCardTemplate (GetCardTemplateRequest request ) {
1607+ try {
1608+ this .handler .validateRequestModel (request );
1609+ TeaRequest teaRequest = REQUEST .copy ().setStyle (RequestStyle .RESTFUL ).setAction ("GetCardTemplate" ).setMethod (HttpMethod .POST ).setPathRegex ("/dingtalk/v1/card/getCardTemplate" ).setBodyType (BodyType .JSON ).setBodyIsForm (true ).setReqBodyType (BodyType .FORM ).formModel (request );
1610+ ClientExecutionParams params = new ClientExecutionParams ().withInput (request ).withRequest (teaRequest ).withOutput (GetCardTemplateResponse .create ());
1611+ return this .handler .execute (params );
1612+ } catch (Exception e ) {
1613+ CompletableFuture <GetCardTemplateResponse > future = new CompletableFuture <>();
1614+ future .completeExceptionally (e );
1615+ return future ;
1616+ }
1617+ }
1618+
15291619 /**
15301620 * @param request the request parameters of GetConversaionSpace GetConversaionSpaceRequest
15311621 * @return GetConversaionSpaceResponse
@@ -2642,6 +2732,24 @@ public CompletableFuture<InsertContentWithOptionsResponse> insertContentWithOpti
26422732 }
26432733 }
26442734
2735+ /**
2736+ * @param request the request parameters of InsertDropDownList InsertDropDownListRequest
2737+ * @return InsertDropDownListResponse
2738+ */
2739+ @ Override
2740+ public CompletableFuture <InsertDropDownListResponse > insertDropDownList (InsertDropDownListRequest request ) {
2741+ try {
2742+ this .handler .validateRequestModel (request );
2743+ TeaRequest teaRequest = REQUEST .copy ().setStyle (RequestStyle .RESTFUL ).setAction ("InsertDropDownList" ).setMethod (HttpMethod .POST ).setPathRegex ("/dingtalk/v1/documents/insertDropDownList" ).setBodyType (BodyType .JSON ).setBodyIsForm (true ).setReqBodyType (BodyType .FORM ).formModel (request );
2744+ ClientExecutionParams params = new ClientExecutionParams ().withInput (request ).withRequest (teaRequest ).withOutput (InsertDropDownListResponse .create ());
2745+ return this .handler .execute (params );
2746+ } catch (Exception e ) {
2747+ CompletableFuture <InsertDropDownListResponse > future = new CompletableFuture <>();
2748+ future .completeExceptionally (e );
2749+ return future ;
2750+ }
2751+ }
2752+
26452753 /**
26462754 * @param request the request parameters of InsertMultiDimTableRecord InsertMultiDimTableRecordRequest
26472755 * @return InsertMultiDimTableRecordResponse
@@ -4264,6 +4372,24 @@ public CompletableFuture<UnsubscribeEventResponse> unsubscribeEvent(UnsubscribeE
42644372 }
42654373 }
42664374
4375+ /**
4376+ * @param request the request parameters of UpdateAlidingAssistant UpdateAlidingAssistantRequest
4377+ * @return UpdateAlidingAssistantResponse
4378+ */
4379+ @ Override
4380+ public CompletableFuture <UpdateAlidingAssistantResponse > updateAlidingAssistant (UpdateAlidingAssistantRequest request ) {
4381+ try {
4382+ this .handler .validateRequestModel (request );
4383+ TeaRequest teaRequest = REQUEST .copy ().setStyle (RequestStyle .RESTFUL ).setAction ("UpdateAlidingAssistant" ).setMethod (HttpMethod .POST ).setPathRegex ("/dingtalk/v1/aiagent/updateAlidingAssistant" ).setBodyType (BodyType .JSON ).setBodyIsForm (true ).setReqBodyType (BodyType .FORM ).formModel (request );
4384+ ClientExecutionParams params = new ClientExecutionParams ().withInput (request ).withRequest (teaRequest ).withOutput (UpdateAlidingAssistantResponse .create ());
4385+ return this .handler .execute (params );
4386+ } catch (Exception e ) {
4387+ CompletableFuture <UpdateAlidingAssistantResponse > future = new CompletableFuture <>();
4388+ future .completeExceptionally (e );
4389+ return future ;
4390+ }
4391+ }
4392+
42674393 /**
42684394 * @param request the request parameters of UpdateConvExtension UpdateConvExtensionRequest
42694395 * @return UpdateConvExtensionResponse
0 commit comments