Compare commits
15 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
80e1de8211 | ||
|
|
08230d3328 | ||
|
|
517de0ab21 | ||
|
|
c1cb2b567a | ||
|
|
76073f9272 | ||
|
|
fd462547f3 | ||
|
|
5c65a87e3a | ||
|
|
acd143c294 | ||
|
|
ec00b5d969 | ||
|
|
18e5c75e02 | ||
|
|
0db2a87588 | ||
|
|
973d0d3250 | ||
|
|
8936a9504e | ||
|
|
22a5112af0 | ||
|
|
99ae87ba10 |
42
CHANGELOG
42
CHANGELOG
@@ -1,3 +1,45 @@
|
||||
2019-11-25 Version 1.36.196
|
||||
- One or more people can be subscribed when creating tasks.
|
||||
|
||||
2019-11-21 Version 1.36.195
|
||||
- Add ConvertPayType.
|
||||
- Add ConvertLogstashPayType.
|
||||
|
||||
2019-11-21 Version 1.36.194
|
||||
- Generated 2017-10-11 for `Chatbot`.
|
||||
|
||||
2019-11-21 Version 1.36.193
|
||||
- Generated 2017-10-11 for `Chatbot`.
|
||||
|
||||
2019-11-21 Version 1.36.192
|
||||
- Generated 2019-10-30 for `aliyuncvc`.
|
||||
|
||||
2019-11-20 Version 1.36.191
|
||||
- Update Nlp Automl SDK.
|
||||
|
||||
2019-11-20 Version 1.36.190
|
||||
- Add new OpenAPI.
|
||||
|
||||
2019-11-20 Version 1.36.189
|
||||
- Add new pop api.
|
||||
|
||||
2019-11-20 Version 1.36.188
|
||||
- Generated 2014-05-26 for `Ecs`.
|
||||
|
||||
2019-11-20 Version 1.36.187
|
||||
- Generated 2018-04-12 for `EHPC`.
|
||||
|
||||
2019-11-20 Version 1.36.186
|
||||
- Supported ecsDemand CreateDemand, ModifyDemand, DeleteDemand API.
|
||||
- Modify ecsDemand DescribesDemands API.
|
||||
|
||||
2019-11-20 Version 1.36.185
|
||||
- Generated 2019-01-01 for `HBase`.
|
||||
|
||||
2019-11-20 Version 1.36.184
|
||||
- Add API ReportVoipProblems.
|
||||
- Add API QueryVoipNumberBindINfos.
|
||||
|
||||
2019-11-15 Version 1.36.183
|
||||
- Nlp Automl SDK.
|
||||
|
||||
|
||||
@@ -35,11 +35,11 @@ namespace AlibabaCloud
|
||||
ActivatePerspectiveRequest();
|
||||
~ActivatePerspectiveRequest();
|
||||
|
||||
std::string getPerspectiveId()const;
|
||||
void setPerspectiveId(const std::string& perspectiveId);
|
||||
std::string getPerspectiveId()const;
|
||||
void setPerspectiveId(const std::string& perspectiveId);
|
||||
|
||||
private:
|
||||
std::string perspectiveId_;
|
||||
std::string perspectiveId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,14 +35,14 @@ namespace AlibabaCloud
|
||||
AddSynonymRequest();
|
||||
~AddSynonymRequest();
|
||||
|
||||
std::string getSynonym()const;
|
||||
void setSynonym(const std::string& synonym);
|
||||
std::string getCoreWordName()const;
|
||||
void setCoreWordName(const std::string& coreWordName);
|
||||
std::string getSynonym()const;
|
||||
void setSynonym(const std::string& synonym);
|
||||
std::string getCoreWordName()const;
|
||||
void setCoreWordName(const std::string& coreWordName);
|
||||
|
||||
private:
|
||||
std::string synonym_;
|
||||
std::string coreWordName_;
|
||||
std::string synonym_;
|
||||
std::string coreWordName_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,17 +35,17 @@ namespace AlibabaCloud
|
||||
AppendEntityMemberRequest();
|
||||
~AppendEntityMemberRequest();
|
||||
|
||||
long getEntityId()const;
|
||||
void setEntityId(long entityId);
|
||||
std::string getMember()const;
|
||||
void setMember(const std::string& member);
|
||||
std::string getApplyType()const;
|
||||
void setApplyType(const std::string& applyType);
|
||||
long getEntityId()const;
|
||||
void setEntityId(long entityId);
|
||||
std::string getMember()const;
|
||||
void setMember(const std::string& member);
|
||||
std::string getApplyType()const;
|
||||
void setApplyType(const std::string& applyType);
|
||||
|
||||
private:
|
||||
long entityId_;
|
||||
std::string member_;
|
||||
std::string applyType_;
|
||||
long entityId_;
|
||||
std::string member_;
|
||||
std::string applyType_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,14 +35,14 @@ namespace AlibabaCloud
|
||||
CreateCategoryRequest();
|
||||
~CreateCategoryRequest();
|
||||
|
||||
long getParentCategoryId()const;
|
||||
void setParentCategoryId(long parentCategoryId);
|
||||
std::string getName()const;
|
||||
void setName(const std::string& name);
|
||||
long getParentCategoryId()const;
|
||||
void setParentCategoryId(long parentCategoryId);
|
||||
std::string getName()const;
|
||||
void setName(const std::string& name);
|
||||
|
||||
private:
|
||||
long parentCategoryId_;
|
||||
std::string name_;
|
||||
long parentCategoryId_;
|
||||
std::string name_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,11 +35,11 @@ namespace AlibabaCloud
|
||||
CreateCoreWordRequest();
|
||||
~CreateCoreWordRequest();
|
||||
|
||||
std::string getCoreWordName()const;
|
||||
void setCoreWordName(const std::string& coreWordName);
|
||||
std::string getCoreWordName()const;
|
||||
void setCoreWordName(const std::string& coreWordName);
|
||||
|
||||
private:
|
||||
std::string coreWordName_;
|
||||
std::string coreWordName_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,17 +35,17 @@ namespace AlibabaCloud
|
||||
CreateDialogRequest();
|
||||
~CreateDialogRequest();
|
||||
|
||||
std::string getDescription()const;
|
||||
void setDescription(const std::string& description);
|
||||
std::string getDialogName()const;
|
||||
void setDialogName(const std::string& dialogName);
|
||||
std::string getInstanceId()const;
|
||||
void setInstanceId(const std::string& instanceId);
|
||||
std::string getDescription()const;
|
||||
void setDescription(const std::string& description);
|
||||
std::string getDialogName()const;
|
||||
void setDialogName(const std::string& dialogName);
|
||||
std::string getInstanceId()const;
|
||||
void setInstanceId(const std::string& instanceId);
|
||||
|
||||
private:
|
||||
std::string description_;
|
||||
std::string dialogName_;
|
||||
std::string instanceId_;
|
||||
std::string description_;
|
||||
std::string dialogName_;
|
||||
std::string instanceId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,23 +35,23 @@ namespace AlibabaCloud
|
||||
CreateEntityRequest();
|
||||
~CreateEntityRequest();
|
||||
|
||||
std::string getEntityName()const;
|
||||
void setEntityName(const std::string& entityName);
|
||||
long getDialogId()const;
|
||||
void setDialogId(long dialogId);
|
||||
std::string getRegex()const;
|
||||
void setRegex(const std::string& regex);
|
||||
std::string getEntityType()const;
|
||||
void setEntityType(const std::string& entityType);
|
||||
std::string getMembers()const;
|
||||
void setMembers(const std::string& members);
|
||||
std::string getEntityName()const;
|
||||
void setEntityName(const std::string& entityName);
|
||||
long getDialogId()const;
|
||||
void setDialogId(long dialogId);
|
||||
std::string getRegex()const;
|
||||
void setRegex(const std::string& regex);
|
||||
std::string getEntityType()const;
|
||||
void setEntityType(const std::string& entityType);
|
||||
std::string getMembers()const;
|
||||
void setMembers(const std::string& members);
|
||||
|
||||
private:
|
||||
std::string entityName_;
|
||||
long dialogId_;
|
||||
std::string regex_;
|
||||
std::string entityType_;
|
||||
std::string members_;
|
||||
std::string entityName_;
|
||||
long dialogId_;
|
||||
std::string regex_;
|
||||
std::string entityType_;
|
||||
std::string members_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,14 +35,14 @@ namespace AlibabaCloud
|
||||
CreateIntentRequest();
|
||||
~CreateIntentRequest();
|
||||
|
||||
std::string getIntentDefinition()const;
|
||||
void setIntentDefinition(const std::string& intentDefinition);
|
||||
long getDialogId()const;
|
||||
void setDialogId(long dialogId);
|
||||
std::string getIntentDefinition()const;
|
||||
void setIntentDefinition(const std::string& intentDefinition);
|
||||
long getDialogId()const;
|
||||
void setDialogId(long dialogId);
|
||||
|
||||
private:
|
||||
std::string intentDefinition_;
|
||||
long dialogId_;
|
||||
std::string intentDefinition_;
|
||||
long dialogId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,11 +35,11 @@ namespace AlibabaCloud
|
||||
CreateKnowledgeRequest();
|
||||
~CreateKnowledgeRequest();
|
||||
|
||||
std::string getKnowledge()const;
|
||||
void setKnowledge(const std::string& knowledge);
|
||||
std::string getKnowledge()const;
|
||||
void setKnowledge(const std::string& knowledge);
|
||||
|
||||
private:
|
||||
std::string knowledge_;
|
||||
std::string knowledge_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,11 +35,11 @@ namespace AlibabaCloud
|
||||
CreatePerspectiveRequest();
|
||||
~CreatePerspectiveRequest();
|
||||
|
||||
std::string getName()const;
|
||||
void setName(const std::string& name);
|
||||
std::string getName()const;
|
||||
void setName(const std::string& name);
|
||||
|
||||
private:
|
||||
std::string name_;
|
||||
std::string name_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,11 +35,11 @@ namespace AlibabaCloud
|
||||
DeleteCategoryRequest();
|
||||
~DeleteCategoryRequest();
|
||||
|
||||
long getCategoryId()const;
|
||||
void setCategoryId(long categoryId);
|
||||
long getCategoryId()const;
|
||||
void setCategoryId(long categoryId);
|
||||
|
||||
private:
|
||||
long categoryId_;
|
||||
long categoryId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,11 +35,11 @@ namespace AlibabaCloud
|
||||
DeleteCoreWordRequest();
|
||||
~DeleteCoreWordRequest();
|
||||
|
||||
std::string getCoreWordName()const;
|
||||
void setCoreWordName(const std::string& coreWordName);
|
||||
std::string getCoreWordName()const;
|
||||
void setCoreWordName(const std::string& coreWordName);
|
||||
|
||||
private:
|
||||
std::string coreWordName_;
|
||||
std::string coreWordName_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,11 +35,11 @@ namespace AlibabaCloud
|
||||
DeleteDialogRequest();
|
||||
~DeleteDialogRequest();
|
||||
|
||||
long getDialogId()const;
|
||||
void setDialogId(long dialogId);
|
||||
long getDialogId()const;
|
||||
void setDialogId(long dialogId);
|
||||
|
||||
private:
|
||||
long dialogId_;
|
||||
long dialogId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,11 +35,11 @@ namespace AlibabaCloud
|
||||
DeleteEntityRequest();
|
||||
~DeleteEntityRequest();
|
||||
|
||||
long getEntityId()const;
|
||||
void setEntityId(long entityId);
|
||||
long getEntityId()const;
|
||||
void setEntityId(long entityId);
|
||||
|
||||
private:
|
||||
long entityId_;
|
||||
long entityId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,11 +35,11 @@ namespace AlibabaCloud
|
||||
DeleteIntentRequest();
|
||||
~DeleteIntentRequest();
|
||||
|
||||
long getIntentId()const;
|
||||
void setIntentId(long intentId);
|
||||
long getIntentId()const;
|
||||
void setIntentId(long intentId);
|
||||
|
||||
private:
|
||||
long intentId_;
|
||||
long intentId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,11 +35,11 @@ namespace AlibabaCloud
|
||||
DeleteKnowledgeRequest();
|
||||
~DeleteKnowledgeRequest();
|
||||
|
||||
long getKnowledgeId()const;
|
||||
void setKnowledgeId(long knowledgeId);
|
||||
long getKnowledgeId()const;
|
||||
void setKnowledgeId(long knowledgeId);
|
||||
|
||||
private:
|
||||
long knowledgeId_;
|
||||
long knowledgeId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,11 +35,11 @@ namespace AlibabaCloud
|
||||
DescribeCategoryRequest();
|
||||
~DescribeCategoryRequest();
|
||||
|
||||
long getCategoryId()const;
|
||||
void setCategoryId(long categoryId);
|
||||
long getCategoryId()const;
|
||||
void setCategoryId(long categoryId);
|
||||
|
||||
private:
|
||||
long categoryId_;
|
||||
long categoryId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,11 +35,11 @@ namespace AlibabaCloud
|
||||
DescribeCoreWordRequest();
|
||||
~DescribeCoreWordRequest();
|
||||
|
||||
std::string getCoreWordName()const;
|
||||
void setCoreWordName(const std::string& coreWordName);
|
||||
std::string getCoreWordName()const;
|
||||
void setCoreWordName(const std::string& coreWordName);
|
||||
|
||||
private:
|
||||
std::string coreWordName_;
|
||||
std::string coreWordName_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,11 +35,11 @@ namespace AlibabaCloud
|
||||
DescribeDialogFlowRequest();
|
||||
~DescribeDialogFlowRequest();
|
||||
|
||||
long getDialogId()const;
|
||||
void setDialogId(long dialogId);
|
||||
long getDialogId()const;
|
||||
void setDialogId(long dialogId);
|
||||
|
||||
private:
|
||||
long dialogId_;
|
||||
long dialogId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -75,8 +75,8 @@ namespace AlibabaCloud
|
||||
std::string function;
|
||||
std::string aliyunFunction;
|
||||
std::string type;
|
||||
std::vector<SwitchItem> _switch;
|
||||
std::string description;
|
||||
std::vector<SwitchItem> switch;
|
||||
std::string params;
|
||||
std::string endPoint;
|
||||
std::string code;
|
||||
|
||||
@@ -35,11 +35,11 @@ namespace AlibabaCloud
|
||||
DescribeDialogRequest();
|
||||
~DescribeDialogRequest();
|
||||
|
||||
long getDialogId()const;
|
||||
void setDialogId(long dialogId);
|
||||
long getDialogId()const;
|
||||
void setDialogId(long dialogId);
|
||||
|
||||
private:
|
||||
long dialogId_;
|
||||
long dialogId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,11 +35,11 @@ namespace AlibabaCloud
|
||||
DescribeEntitiesRequest();
|
||||
~DescribeEntitiesRequest();
|
||||
|
||||
long getEntityId()const;
|
||||
void setEntityId(long entityId);
|
||||
long getEntityId()const;
|
||||
void setEntityId(long entityId);
|
||||
|
||||
private:
|
||||
long entityId_;
|
||||
long entityId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,11 +35,11 @@ namespace AlibabaCloud
|
||||
DescribeIntentRequest();
|
||||
~DescribeIntentRequest();
|
||||
|
||||
long getIntentId()const;
|
||||
void setIntentId(long intentId);
|
||||
long getIntentId()const;
|
||||
void setIntentId(long intentId);
|
||||
|
||||
private:
|
||||
long intentId_;
|
||||
long intentId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,11 +35,11 @@ namespace AlibabaCloud
|
||||
DescribeKnowledgeRequest();
|
||||
~DescribeKnowledgeRequest();
|
||||
|
||||
long getKnowledgeId()const;
|
||||
void setKnowledgeId(long knowledgeId);
|
||||
long getKnowledgeId()const;
|
||||
void setKnowledgeId(long knowledgeId);
|
||||
|
||||
private:
|
||||
long knowledgeId_;
|
||||
long knowledgeId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,11 +35,11 @@ namespace AlibabaCloud
|
||||
DescribePerspectiveRequest();
|
||||
~DescribePerspectiveRequest();
|
||||
|
||||
std::string getPerspectiveId()const;
|
||||
void setPerspectiveId(const std::string& perspectiveId);
|
||||
std::string getPerspectiveId()const;
|
||||
void setPerspectiveId(const std::string& perspectiveId);
|
||||
|
||||
private:
|
||||
std::string perspectiveId_;
|
||||
std::string perspectiveId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,11 +35,11 @@ namespace AlibabaCloud
|
||||
DisableDialogFlowRequest();
|
||||
~DisableDialogFlowRequest();
|
||||
|
||||
long getDialogId()const;
|
||||
void setDialogId(long dialogId);
|
||||
long getDialogId()const;
|
||||
void setDialogId(long dialogId);
|
||||
|
||||
private:
|
||||
long dialogId_;
|
||||
long dialogId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,11 +35,11 @@ namespace AlibabaCloud
|
||||
DisableKnowledgeRequest();
|
||||
~DisableKnowledgeRequest();
|
||||
|
||||
long getKnowledgeId()const;
|
||||
void setKnowledgeId(long knowledgeId);
|
||||
long getKnowledgeId()const;
|
||||
void setKnowledgeId(long knowledgeId);
|
||||
|
||||
private:
|
||||
long knowledgeId_;
|
||||
long knowledgeId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,20 +35,20 @@ namespace AlibabaCloud
|
||||
FeedbackRequest();
|
||||
~FeedbackRequest();
|
||||
|
||||
std::string getFeedback()const;
|
||||
void setFeedback(const std::string& feedback);
|
||||
std::string getInstanceId()const;
|
||||
void setInstanceId(const std::string& instanceId);
|
||||
std::string getMessageId()const;
|
||||
void setMessageId(const std::string& messageId);
|
||||
std::string getSessionId()const;
|
||||
void setSessionId(const std::string& sessionId);
|
||||
std::string getFeedback()const;
|
||||
void setFeedback(const std::string& feedback);
|
||||
std::string getInstanceId()const;
|
||||
void setInstanceId(const std::string& instanceId);
|
||||
std::string getMessageId()const;
|
||||
void setMessageId(const std::string& messageId);
|
||||
std::string getSessionId()const;
|
||||
void setSessionId(const std::string& sessionId);
|
||||
|
||||
private:
|
||||
std::string feedback_;
|
||||
std::string instanceId_;
|
||||
std::string messageId_;
|
||||
std::string sessionId_;
|
||||
std::string feedback_;
|
||||
std::string instanceId_;
|
||||
std::string messageId_;
|
||||
std::string sessionId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,14 +35,14 @@ namespace AlibabaCloud
|
||||
MoveKnowledgeCategoryRequest();
|
||||
~MoveKnowledgeCategoryRequest();
|
||||
|
||||
long getKnowledgeId()const;
|
||||
void setKnowledgeId(long knowledgeId);
|
||||
long getCategoryId()const;
|
||||
void setCategoryId(long categoryId);
|
||||
long getKnowledgeId()const;
|
||||
void setKnowledgeId(long knowledgeId);
|
||||
long getCategoryId()const;
|
||||
void setCategoryId(long categoryId);
|
||||
|
||||
private:
|
||||
long knowledgeId_;
|
||||
long categoryId_;
|
||||
long knowledgeId_;
|
||||
long categoryId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,11 +35,11 @@ namespace AlibabaCloud
|
||||
PublishDialogFlowRequest();
|
||||
~PublishDialogFlowRequest();
|
||||
|
||||
long getDialogId()const;
|
||||
void setDialogId(long dialogId);
|
||||
long getDialogId()const;
|
||||
void setDialogId(long dialogId);
|
||||
|
||||
private:
|
||||
long dialogId_;
|
||||
long dialogId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,11 +35,11 @@ namespace AlibabaCloud
|
||||
PublishKnowledgeRequest();
|
||||
~PublishKnowledgeRequest();
|
||||
|
||||
long getKnowledgeId()const;
|
||||
void setKnowledgeId(long knowledgeId);
|
||||
long getKnowledgeId()const;
|
||||
void setKnowledgeId(long knowledgeId);
|
||||
|
||||
private:
|
||||
long knowledgeId_;
|
||||
long knowledgeId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,14 +35,14 @@ namespace AlibabaCloud
|
||||
QueryCategoriesRequest();
|
||||
~QueryCategoriesRequest();
|
||||
|
||||
bool getShowChildrens()const;
|
||||
void setShowChildrens(bool showChildrens);
|
||||
long getParentCategoryId()const;
|
||||
void setParentCategoryId(long parentCategoryId);
|
||||
bool getShowChildrens()const;
|
||||
void setShowChildrens(bool showChildrens);
|
||||
long getParentCategoryId()const;
|
||||
void setParentCategoryId(long parentCategoryId);
|
||||
|
||||
private:
|
||||
bool showChildrens_;
|
||||
long parentCategoryId_;
|
||||
bool showChildrens_;
|
||||
long parentCategoryId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,20 +35,20 @@ namespace AlibabaCloud
|
||||
QueryCoreWordsRequest();
|
||||
~QueryCoreWordsRequest();
|
||||
|
||||
int getPageNumber()const;
|
||||
void setPageNumber(int pageNumber);
|
||||
std::string getSynonym()const;
|
||||
void setSynonym(const std::string& synonym);
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getCoreWordName()const;
|
||||
void setCoreWordName(const std::string& coreWordName);
|
||||
int getPageNumber()const;
|
||||
void setPageNumber(int pageNumber);
|
||||
std::string getSynonym()const;
|
||||
void setSynonym(const std::string& synonym);
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getCoreWordName()const;
|
||||
void setCoreWordName(const std::string& coreWordName);
|
||||
|
||||
private:
|
||||
int pageNumber_;
|
||||
std::string synonym_;
|
||||
int pageSize_;
|
||||
std::string coreWordName_;
|
||||
int pageNumber_;
|
||||
std::string synonym_;
|
||||
int pageSize_;
|
||||
std::string coreWordName_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,20 +35,20 @@ namespace AlibabaCloud
|
||||
QueryDialogsRequest();
|
||||
~QueryDialogsRequest();
|
||||
|
||||
std::string getDialogName()const;
|
||||
void setDialogName(const std::string& dialogName);
|
||||
int getPageNumber()const;
|
||||
void setPageNumber(int pageNumber);
|
||||
std::string getInstanceId()const;
|
||||
void setInstanceId(const std::string& instanceId);
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getDialogName()const;
|
||||
void setDialogName(const std::string& dialogName);
|
||||
int getPageNumber()const;
|
||||
void setPageNumber(int pageNumber);
|
||||
std::string getInstanceId()const;
|
||||
void setInstanceId(const std::string& instanceId);
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
|
||||
private:
|
||||
std::string dialogName_;
|
||||
int pageNumber_;
|
||||
std::string instanceId_;
|
||||
int pageSize_;
|
||||
std::string dialogName_;
|
||||
int pageNumber_;
|
||||
std::string instanceId_;
|
||||
int pageSize_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,20 +35,20 @@ namespace AlibabaCloud
|
||||
QueryEntitiesRequest();
|
||||
~QueryEntitiesRequest();
|
||||
|
||||
std::string getEntityName()const;
|
||||
void setEntityName(const std::string& entityName);
|
||||
long getDialogId()const;
|
||||
void setDialogId(long dialogId);
|
||||
int getPageNumber()const;
|
||||
void setPageNumber(int pageNumber);
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getEntityName()const;
|
||||
void setEntityName(const std::string& entityName);
|
||||
long getDialogId()const;
|
||||
void setDialogId(long dialogId);
|
||||
int getPageNumber()const;
|
||||
void setPageNumber(int pageNumber);
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
|
||||
private:
|
||||
std::string entityName_;
|
||||
long dialogId_;
|
||||
int pageNumber_;
|
||||
int pageSize_;
|
||||
std::string entityName_;
|
||||
long dialogId_;
|
||||
int pageNumber_;
|
||||
int pageSize_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,20 +35,20 @@ namespace AlibabaCloud
|
||||
QueryIntentsRequest();
|
||||
~QueryIntentsRequest();
|
||||
|
||||
long getDialogId()const;
|
||||
void setDialogId(long dialogId);
|
||||
int getPageNumber()const;
|
||||
void setPageNumber(int pageNumber);
|
||||
std::string getIntentName()const;
|
||||
void setIntentName(const std::string& intentName);
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
long getDialogId()const;
|
||||
void setDialogId(long dialogId);
|
||||
int getPageNumber()const;
|
||||
void setPageNumber(int pageNumber);
|
||||
std::string getIntentName()const;
|
||||
void setIntentName(const std::string& intentName);
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
|
||||
private:
|
||||
long dialogId_;
|
||||
int pageNumber_;
|
||||
std::string intentName_;
|
||||
int pageSize_;
|
||||
long dialogId_;
|
||||
int pageNumber_;
|
||||
std::string intentName_;
|
||||
int pageSize_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,23 +35,23 @@ namespace AlibabaCloud
|
||||
QueryKnowledgesRequest();
|
||||
~QueryKnowledgesRequest();
|
||||
|
||||
std::string getKnowledgeTitle()const;
|
||||
void setKnowledgeTitle(const std::string& knowledgeTitle);
|
||||
int getPageNumber()const;
|
||||
void setPageNumber(int pageNumber);
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getCoreWordName()const;
|
||||
void setCoreWordName(const std::string& coreWordName);
|
||||
long getCategoryId()const;
|
||||
void setCategoryId(long categoryId);
|
||||
std::string getKnowledgeTitle()const;
|
||||
void setKnowledgeTitle(const std::string& knowledgeTitle);
|
||||
int getPageNumber()const;
|
||||
void setPageNumber(int pageNumber);
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getCoreWordName()const;
|
||||
void setCoreWordName(const std::string& coreWordName);
|
||||
long getCategoryId()const;
|
||||
void setCategoryId(long categoryId);
|
||||
|
||||
private:
|
||||
std::string knowledgeTitle_;
|
||||
int pageNumber_;
|
||||
int pageSize_;
|
||||
std::string coreWordName_;
|
||||
long categoryId_;
|
||||
std::string knowledgeTitle_;
|
||||
int pageNumber_;
|
||||
int pageSize_;
|
||||
std::string coreWordName_;
|
||||
long categoryId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,11 +35,11 @@ namespace AlibabaCloud
|
||||
QuerySystemEntitiesRequest();
|
||||
~QuerySystemEntitiesRequest();
|
||||
|
||||
std::string getEntityName()const;
|
||||
void setEntityName(const std::string& entityName);
|
||||
std::string getEntityName()const;
|
||||
void setEntityName(const std::string& entityName);
|
||||
|
||||
private:
|
||||
std::string entityName_;
|
||||
std::string entityName_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,17 +35,17 @@ namespace AlibabaCloud
|
||||
RemoveEntityMemberRequest();
|
||||
~RemoveEntityMemberRequest();
|
||||
|
||||
long getEntityId()const;
|
||||
void setEntityId(long entityId);
|
||||
std::string getRemoveType()const;
|
||||
void setRemoveType(const std::string& removeType);
|
||||
std::string getMember()const;
|
||||
void setMember(const std::string& member);
|
||||
long getEntityId()const;
|
||||
void setEntityId(long entityId);
|
||||
std::string getRemoveType()const;
|
||||
void setRemoveType(const std::string& removeType);
|
||||
std::string getMember()const;
|
||||
void setMember(const std::string& member);
|
||||
|
||||
private:
|
||||
long entityId_;
|
||||
std::string removeType_;
|
||||
std::string member_;
|
||||
long entityId_;
|
||||
std::string removeType_;
|
||||
std::string member_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,14 +35,14 @@ namespace AlibabaCloud
|
||||
RemoveSynonymRequest();
|
||||
~RemoveSynonymRequest();
|
||||
|
||||
std::string getSynonym()const;
|
||||
void setSynonym(const std::string& synonym);
|
||||
std::string getCoreWordName()const;
|
||||
void setCoreWordName(const std::string& coreWordName);
|
||||
std::string getSynonym()const;
|
||||
void setSynonym(const std::string& synonym);
|
||||
std::string getCoreWordName()const;
|
||||
void setCoreWordName(const std::string& coreWordName);
|
||||
|
||||
private:
|
||||
std::string synonym_;
|
||||
std::string coreWordName_;
|
||||
std::string synonym_;
|
||||
std::string coreWordName_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,11 +35,11 @@ namespace AlibabaCloud
|
||||
TestDialogFlowRequest();
|
||||
~TestDialogFlowRequest();
|
||||
|
||||
long getDialogId()const;
|
||||
void setDialogId(long dialogId);
|
||||
long getDialogId()const;
|
||||
void setDialogId(long dialogId);
|
||||
|
||||
private:
|
||||
long dialogId_;
|
||||
long dialogId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,14 +35,14 @@ namespace AlibabaCloud
|
||||
UpdateCategoryRequest();
|
||||
~UpdateCategoryRequest();
|
||||
|
||||
std::string getName()const;
|
||||
void setName(const std::string& name);
|
||||
long getCategoryId()const;
|
||||
void setCategoryId(long categoryId);
|
||||
std::string getName()const;
|
||||
void setName(const std::string& name);
|
||||
long getCategoryId()const;
|
||||
void setCategoryId(long categoryId);
|
||||
|
||||
private:
|
||||
std::string name_;
|
||||
long categoryId_;
|
||||
std::string name_;
|
||||
long categoryId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,14 +35,14 @@ namespace AlibabaCloud
|
||||
UpdateCoreWordRequest();
|
||||
~UpdateCoreWordRequest();
|
||||
|
||||
std::string getCoreWordName()const;
|
||||
void setCoreWordName(const std::string& coreWordName);
|
||||
std::string getCoreWordCode()const;
|
||||
void setCoreWordCode(const std::string& coreWordCode);
|
||||
std::string getCoreWordName()const;
|
||||
void setCoreWordName(const std::string& coreWordName);
|
||||
std::string getCoreWordCode()const;
|
||||
void setCoreWordCode(const std::string& coreWordCode);
|
||||
|
||||
private:
|
||||
std::string coreWordName_;
|
||||
std::string coreWordCode_;
|
||||
std::string coreWordName_;
|
||||
std::string coreWordCode_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,14 +35,14 @@ namespace AlibabaCloud
|
||||
UpdateDialogFlowRequest();
|
||||
~UpdateDialogFlowRequest();
|
||||
|
||||
std::string getModuleDefinition()const;
|
||||
void setModuleDefinition(const std::string& moduleDefinition);
|
||||
long getDialogId()const;
|
||||
void setDialogId(long dialogId);
|
||||
std::string getModuleDefinition()const;
|
||||
void setModuleDefinition(const std::string& moduleDefinition);
|
||||
long getDialogId()const;
|
||||
void setDialogId(long dialogId);
|
||||
|
||||
private:
|
||||
std::string moduleDefinition_;
|
||||
long dialogId_;
|
||||
std::string moduleDefinition_;
|
||||
long dialogId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,17 +35,17 @@ namespace AlibabaCloud
|
||||
UpdateDialogRequest();
|
||||
~UpdateDialogRequest();
|
||||
|
||||
std::string getDescription()const;
|
||||
void setDescription(const std::string& description);
|
||||
long getDialogId()const;
|
||||
void setDialogId(long dialogId);
|
||||
std::string getDialogName()const;
|
||||
void setDialogName(const std::string& dialogName);
|
||||
std::string getDescription()const;
|
||||
void setDescription(const std::string& description);
|
||||
long getDialogId()const;
|
||||
void setDialogId(long dialogId);
|
||||
std::string getDialogName()const;
|
||||
void setDialogName(const std::string& dialogName);
|
||||
|
||||
private:
|
||||
std::string description_;
|
||||
long dialogId_;
|
||||
std::string dialogName_;
|
||||
std::string description_;
|
||||
long dialogId_;
|
||||
std::string dialogName_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,23 +35,23 @@ namespace AlibabaCloud
|
||||
UpdateEntityRequest();
|
||||
~UpdateEntityRequest();
|
||||
|
||||
std::string getEntityName()const;
|
||||
void setEntityName(const std::string& entityName);
|
||||
long getEntityId()const;
|
||||
void setEntityId(long entityId);
|
||||
std::string getRegex()const;
|
||||
void setRegex(const std::string& regex);
|
||||
std::string getEntityType()const;
|
||||
void setEntityType(const std::string& entityType);
|
||||
std::string getMembers()const;
|
||||
void setMembers(const std::string& members);
|
||||
std::string getEntityName()const;
|
||||
void setEntityName(const std::string& entityName);
|
||||
long getEntityId()const;
|
||||
void setEntityId(long entityId);
|
||||
std::string getRegex()const;
|
||||
void setRegex(const std::string& regex);
|
||||
std::string getEntityType()const;
|
||||
void setEntityType(const std::string& entityType);
|
||||
std::string getMembers()const;
|
||||
void setMembers(const std::string& members);
|
||||
|
||||
private:
|
||||
std::string entityName_;
|
||||
long entityId_;
|
||||
std::string regex_;
|
||||
std::string entityType_;
|
||||
std::string members_;
|
||||
std::string entityName_;
|
||||
long entityId_;
|
||||
std::string regex_;
|
||||
std::string entityType_;
|
||||
std::string members_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,14 +35,14 @@ namespace AlibabaCloud
|
||||
UpdateIntentRequest();
|
||||
~UpdateIntentRequest();
|
||||
|
||||
std::string getIntentDefinition()const;
|
||||
void setIntentDefinition(const std::string& intentDefinition);
|
||||
long getIntentId()const;
|
||||
void setIntentId(long intentId);
|
||||
std::string getIntentDefinition()const;
|
||||
void setIntentDefinition(const std::string& intentDefinition);
|
||||
long getIntentId()const;
|
||||
void setIntentId(long intentId);
|
||||
|
||||
private:
|
||||
std::string intentDefinition_;
|
||||
long intentId_;
|
||||
std::string intentDefinition_;
|
||||
long intentId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,11 +35,11 @@ namespace AlibabaCloud
|
||||
UpdateKnowledgeRequest();
|
||||
~UpdateKnowledgeRequest();
|
||||
|
||||
std::string getKnowledge()const;
|
||||
void setKnowledge(const std::string& knowledge);
|
||||
std::string getKnowledge()const;
|
||||
void setKnowledge(const std::string& knowledge);
|
||||
|
||||
private:
|
||||
std::string knowledge_;
|
||||
std::string knowledge_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,14 +35,14 @@ namespace AlibabaCloud
|
||||
UpdatePerspectiveRequest();
|
||||
~UpdatePerspectiveRequest();
|
||||
|
||||
std::string getPerspectiveId()const;
|
||||
void setPerspectiveId(const std::string& perspectiveId);
|
||||
std::string getName()const;
|
||||
void setName(const std::string& name);
|
||||
std::string getPerspectiveId()const;
|
||||
void setPerspectiveId(const std::string& perspectiveId);
|
||||
std::string getName()const;
|
||||
void setName(const std::string& name);
|
||||
|
||||
private:
|
||||
std::string perspectiveId_;
|
||||
std::string name_;
|
||||
std::string perspectiveId_;
|
||||
std::string name_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -20,19 +20,21 @@ using AlibabaCloud::Chatbot::Model::ActivatePerspectiveRequest;
|
||||
|
||||
ActivatePerspectiveRequest::ActivatePerspectiveRequest() :
|
||||
RpcServiceRequest("chatbot", "2017-10-11", "ActivatePerspective")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
ActivatePerspectiveRequest::~ActivatePerspectiveRequest()
|
||||
{}
|
||||
|
||||
std::string ActivatePerspectiveRequest::getPerspectiveId()const
|
||||
{
|
||||
return perspectiveId_;
|
||||
}
|
||||
|
||||
void ActivatePerspectiveRequest::setPerspectiveId(const std::string& perspectiveId)
|
||||
{
|
||||
perspectiveId_ = perspectiveId;
|
||||
setCoreParameter("PerspectiveId", perspectiveId);
|
||||
}
|
||||
|
||||
std::string ActivatePerspectiveRequest::getPerspectiveId()const
|
||||
{
|
||||
return perspectiveId_;
|
||||
}
|
||||
|
||||
void ActivatePerspectiveRequest::setPerspectiveId(const std::string& perspectiveId)
|
||||
{
|
||||
perspectiveId_ = perspectiveId;
|
||||
setCoreParameter("PerspectiveId", perspectiveId);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,30 +20,32 @@ using AlibabaCloud::Chatbot::Model::AddSynonymRequest;
|
||||
|
||||
AddSynonymRequest::AddSynonymRequest() :
|
||||
RpcServiceRequest("chatbot", "2017-10-11", "AddSynonym")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
AddSynonymRequest::~AddSynonymRequest()
|
||||
{}
|
||||
|
||||
std::string AddSynonymRequest::getSynonym()const
|
||||
{
|
||||
return synonym_;
|
||||
}
|
||||
|
||||
void AddSynonymRequest::setSynonym(const std::string& synonym)
|
||||
{
|
||||
synonym_ = synonym;
|
||||
setCoreParameter("Synonym", synonym);
|
||||
}
|
||||
|
||||
std::string AddSynonymRequest::getCoreWordName()const
|
||||
{
|
||||
return coreWordName_;
|
||||
}
|
||||
|
||||
void AddSynonymRequest::setCoreWordName(const std::string& coreWordName)
|
||||
{
|
||||
coreWordName_ = coreWordName;
|
||||
setCoreParameter("CoreWordName", coreWordName);
|
||||
}
|
||||
|
||||
std::string AddSynonymRequest::getSynonym()const
|
||||
{
|
||||
return synonym_;
|
||||
}
|
||||
|
||||
void AddSynonymRequest::setSynonym(const std::string& synonym)
|
||||
{
|
||||
synonym_ = synonym;
|
||||
setCoreParameter("Synonym", synonym);
|
||||
}
|
||||
|
||||
std::string AddSynonymRequest::getCoreWordName()const
|
||||
{
|
||||
return coreWordName_;
|
||||
}
|
||||
|
||||
void AddSynonymRequest::setCoreWordName(const std::string& coreWordName)
|
||||
{
|
||||
coreWordName_ = coreWordName;
|
||||
setCoreParameter("CoreWordName", coreWordName);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,41 +20,43 @@ using AlibabaCloud::Chatbot::Model::AppendEntityMemberRequest;
|
||||
|
||||
AppendEntityMemberRequest::AppendEntityMemberRequest() :
|
||||
RpcServiceRequest("chatbot", "2017-10-11", "AppendEntityMember")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
AppendEntityMemberRequest::~AppendEntityMemberRequest()
|
||||
{}
|
||||
|
||||
long AppendEntityMemberRequest::getEntityId()const
|
||||
{
|
||||
return entityId_;
|
||||
}
|
||||
|
||||
void AppendEntityMemberRequest::setEntityId(long entityId)
|
||||
{
|
||||
entityId_ = entityId;
|
||||
setCoreParameter("EntityId", std::to_string(entityId));
|
||||
}
|
||||
|
||||
std::string AppendEntityMemberRequest::getMember()const
|
||||
{
|
||||
return member_;
|
||||
}
|
||||
|
||||
void AppendEntityMemberRequest::setMember(const std::string& member)
|
||||
{
|
||||
member_ = member;
|
||||
setCoreParameter("Member", member);
|
||||
}
|
||||
|
||||
std::string AppendEntityMemberRequest::getApplyType()const
|
||||
{
|
||||
return applyType_;
|
||||
}
|
||||
|
||||
void AppendEntityMemberRequest::setApplyType(const std::string& applyType)
|
||||
{
|
||||
applyType_ = applyType;
|
||||
setCoreParameter("ApplyType", applyType);
|
||||
}
|
||||
|
||||
long AppendEntityMemberRequest::getEntityId()const
|
||||
{
|
||||
return entityId_;
|
||||
}
|
||||
|
||||
void AppendEntityMemberRequest::setEntityId(long entityId)
|
||||
{
|
||||
entityId_ = entityId;
|
||||
setCoreParameter("EntityId", std::to_string(entityId));
|
||||
}
|
||||
|
||||
std::string AppendEntityMemberRequest::getMember()const
|
||||
{
|
||||
return member_;
|
||||
}
|
||||
|
||||
void AppendEntityMemberRequest::setMember(const std::string& member)
|
||||
{
|
||||
member_ = member;
|
||||
setCoreParameter("Member", member);
|
||||
}
|
||||
|
||||
std::string AppendEntityMemberRequest::getApplyType()const
|
||||
{
|
||||
return applyType_;
|
||||
}
|
||||
|
||||
void AppendEntityMemberRequest::setApplyType(const std::string& applyType)
|
||||
{
|
||||
applyType_ = applyType;
|
||||
setCoreParameter("ApplyType", applyType);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Chatbot::Model::ChatRequest;
|
||||
|
||||
ChatRequest::ChatRequest() :
|
||||
RpcServiceRequest("chatbot", "2017-10-11", "Chat")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
ChatRequest::~ChatRequest()
|
||||
{}
|
||||
@@ -110,8 +112,9 @@ std::vector<std::string> ChatRequest::getPerspective()const
|
||||
void ChatRequest::setPerspective(const std::vector<std::string>& perspective)
|
||||
{
|
||||
perspective_ = perspective;
|
||||
for(int i = 0; i!= perspective.size(); i++)
|
||||
setCoreParameter("Perspective."+ std::to_string(i), perspective.at(i));
|
||||
for(int dep1 = 0; dep1!= perspective.size(); dep1++) {
|
||||
setCoreParameter("Perspective."+ std::to_string(dep1), perspective.at(dep1));
|
||||
}
|
||||
}
|
||||
|
||||
std::string ChatRequest::getTag()const
|
||||
|
||||
@@ -20,30 +20,32 @@ using AlibabaCloud::Chatbot::Model::CreateCategoryRequest;
|
||||
|
||||
CreateCategoryRequest::CreateCategoryRequest() :
|
||||
RpcServiceRequest("chatbot", "2017-10-11", "CreateCategory")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
CreateCategoryRequest::~CreateCategoryRequest()
|
||||
{}
|
||||
|
||||
long CreateCategoryRequest::getParentCategoryId()const
|
||||
{
|
||||
return parentCategoryId_;
|
||||
}
|
||||
|
||||
void CreateCategoryRequest::setParentCategoryId(long parentCategoryId)
|
||||
{
|
||||
parentCategoryId_ = parentCategoryId;
|
||||
setCoreParameter("ParentCategoryId", std::to_string(parentCategoryId));
|
||||
}
|
||||
|
||||
std::string CreateCategoryRequest::getName()const
|
||||
{
|
||||
return name_;
|
||||
}
|
||||
|
||||
void CreateCategoryRequest::setName(const std::string& name)
|
||||
{
|
||||
name_ = name;
|
||||
setCoreParameter("Name", name);
|
||||
}
|
||||
|
||||
long CreateCategoryRequest::getParentCategoryId()const
|
||||
{
|
||||
return parentCategoryId_;
|
||||
}
|
||||
|
||||
void CreateCategoryRequest::setParentCategoryId(long parentCategoryId)
|
||||
{
|
||||
parentCategoryId_ = parentCategoryId;
|
||||
setCoreParameter("ParentCategoryId", std::to_string(parentCategoryId));
|
||||
}
|
||||
|
||||
std::string CreateCategoryRequest::getName()const
|
||||
{
|
||||
return name_;
|
||||
}
|
||||
|
||||
void CreateCategoryRequest::setName(const std::string& name)
|
||||
{
|
||||
name_ = name;
|
||||
setCoreParameter("Name", name);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,19 +20,21 @@ using AlibabaCloud::Chatbot::Model::CreateCoreWordRequest;
|
||||
|
||||
CreateCoreWordRequest::CreateCoreWordRequest() :
|
||||
RpcServiceRequest("chatbot", "2017-10-11", "CreateCoreWord")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
CreateCoreWordRequest::~CreateCoreWordRequest()
|
||||
{}
|
||||
|
||||
std::string CreateCoreWordRequest::getCoreWordName()const
|
||||
{
|
||||
return coreWordName_;
|
||||
}
|
||||
|
||||
void CreateCoreWordRequest::setCoreWordName(const std::string& coreWordName)
|
||||
{
|
||||
coreWordName_ = coreWordName;
|
||||
setCoreParameter("CoreWordName", coreWordName);
|
||||
}
|
||||
|
||||
std::string CreateCoreWordRequest::getCoreWordName()const
|
||||
{
|
||||
return coreWordName_;
|
||||
}
|
||||
|
||||
void CreateCoreWordRequest::setCoreWordName(const std::string& coreWordName)
|
||||
{
|
||||
coreWordName_ = coreWordName;
|
||||
setCoreParameter("CoreWordName", coreWordName);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,41 +20,43 @@ using AlibabaCloud::Chatbot::Model::CreateDialogRequest;
|
||||
|
||||
CreateDialogRequest::CreateDialogRequest() :
|
||||
RpcServiceRequest("chatbot", "2017-10-11", "CreateDialog")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
CreateDialogRequest::~CreateDialogRequest()
|
||||
{}
|
||||
|
||||
std::string CreateDialogRequest::getDescription()const
|
||||
{
|
||||
return description_;
|
||||
}
|
||||
|
||||
void CreateDialogRequest::setDescription(const std::string& description)
|
||||
{
|
||||
description_ = description;
|
||||
setCoreParameter("Description", description);
|
||||
}
|
||||
|
||||
std::string CreateDialogRequest::getDialogName()const
|
||||
{
|
||||
return dialogName_;
|
||||
}
|
||||
|
||||
void CreateDialogRequest::setDialogName(const std::string& dialogName)
|
||||
{
|
||||
dialogName_ = dialogName;
|
||||
setCoreParameter("DialogName", dialogName);
|
||||
}
|
||||
|
||||
std::string CreateDialogRequest::getInstanceId()const
|
||||
{
|
||||
return instanceId_;
|
||||
}
|
||||
|
||||
void CreateDialogRequest::setInstanceId(const std::string& instanceId)
|
||||
{
|
||||
instanceId_ = instanceId;
|
||||
setCoreParameter("InstanceId", instanceId);
|
||||
}
|
||||
|
||||
std::string CreateDialogRequest::getDescription()const
|
||||
{
|
||||
return description_;
|
||||
}
|
||||
|
||||
void CreateDialogRequest::setDescription(const std::string& description)
|
||||
{
|
||||
description_ = description;
|
||||
setCoreParameter("Description", description);
|
||||
}
|
||||
|
||||
std::string CreateDialogRequest::getDialogName()const
|
||||
{
|
||||
return dialogName_;
|
||||
}
|
||||
|
||||
void CreateDialogRequest::setDialogName(const std::string& dialogName)
|
||||
{
|
||||
dialogName_ = dialogName;
|
||||
setCoreParameter("DialogName", dialogName);
|
||||
}
|
||||
|
||||
std::string CreateDialogRequest::getInstanceId()const
|
||||
{
|
||||
return instanceId_;
|
||||
}
|
||||
|
||||
void CreateDialogRequest::setInstanceId(const std::string& instanceId)
|
||||
{
|
||||
instanceId_ = instanceId;
|
||||
setCoreParameter("InstanceId", instanceId);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,63 +20,65 @@ using AlibabaCloud::Chatbot::Model::CreateEntityRequest;
|
||||
|
||||
CreateEntityRequest::CreateEntityRequest() :
|
||||
RpcServiceRequest("chatbot", "2017-10-11", "CreateEntity")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
CreateEntityRequest::~CreateEntityRequest()
|
||||
{}
|
||||
|
||||
std::string CreateEntityRequest::getEntityName()const
|
||||
{
|
||||
return entityName_;
|
||||
}
|
||||
|
||||
void CreateEntityRequest::setEntityName(const std::string& entityName)
|
||||
{
|
||||
entityName_ = entityName;
|
||||
setCoreParameter("EntityName", entityName);
|
||||
}
|
||||
|
||||
long CreateEntityRequest::getDialogId()const
|
||||
{
|
||||
return dialogId_;
|
||||
}
|
||||
|
||||
void CreateEntityRequest::setDialogId(long dialogId)
|
||||
{
|
||||
dialogId_ = dialogId;
|
||||
setCoreParameter("DialogId", std::to_string(dialogId));
|
||||
}
|
||||
|
||||
std::string CreateEntityRequest::getRegex()const
|
||||
{
|
||||
return regex_;
|
||||
}
|
||||
|
||||
void CreateEntityRequest::setRegex(const std::string& regex)
|
||||
{
|
||||
regex_ = regex;
|
||||
setCoreParameter("Regex", regex);
|
||||
}
|
||||
|
||||
std::string CreateEntityRequest::getEntityType()const
|
||||
{
|
||||
return entityType_;
|
||||
}
|
||||
|
||||
void CreateEntityRequest::setEntityType(const std::string& entityType)
|
||||
{
|
||||
entityType_ = entityType;
|
||||
setCoreParameter("EntityType", entityType);
|
||||
}
|
||||
|
||||
std::string CreateEntityRequest::getMembers()const
|
||||
{
|
||||
return members_;
|
||||
}
|
||||
|
||||
void CreateEntityRequest::setMembers(const std::string& members)
|
||||
{
|
||||
members_ = members;
|
||||
setCoreParameter("Members", members);
|
||||
}
|
||||
|
||||
std::string CreateEntityRequest::getEntityName()const
|
||||
{
|
||||
return entityName_;
|
||||
}
|
||||
|
||||
void CreateEntityRequest::setEntityName(const std::string& entityName)
|
||||
{
|
||||
entityName_ = entityName;
|
||||
setCoreParameter("EntityName", entityName);
|
||||
}
|
||||
|
||||
long CreateEntityRequest::getDialogId()const
|
||||
{
|
||||
return dialogId_;
|
||||
}
|
||||
|
||||
void CreateEntityRequest::setDialogId(long dialogId)
|
||||
{
|
||||
dialogId_ = dialogId;
|
||||
setCoreParameter("DialogId", std::to_string(dialogId));
|
||||
}
|
||||
|
||||
std::string CreateEntityRequest::getRegex()const
|
||||
{
|
||||
return regex_;
|
||||
}
|
||||
|
||||
void CreateEntityRequest::setRegex(const std::string& regex)
|
||||
{
|
||||
regex_ = regex;
|
||||
setCoreParameter("Regex", regex);
|
||||
}
|
||||
|
||||
std::string CreateEntityRequest::getEntityType()const
|
||||
{
|
||||
return entityType_;
|
||||
}
|
||||
|
||||
void CreateEntityRequest::setEntityType(const std::string& entityType)
|
||||
{
|
||||
entityType_ = entityType;
|
||||
setCoreParameter("EntityType", entityType);
|
||||
}
|
||||
|
||||
std::string CreateEntityRequest::getMembers()const
|
||||
{
|
||||
return members_;
|
||||
}
|
||||
|
||||
void CreateEntityRequest::setMembers(const std::string& members)
|
||||
{
|
||||
members_ = members;
|
||||
setCoreParameter("Members", members);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,30 +20,32 @@ using AlibabaCloud::Chatbot::Model::CreateIntentRequest;
|
||||
|
||||
CreateIntentRequest::CreateIntentRequest() :
|
||||
RpcServiceRequest("chatbot", "2017-10-11", "CreateIntent")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
CreateIntentRequest::~CreateIntentRequest()
|
||||
{}
|
||||
|
||||
std::string CreateIntentRequest::getIntentDefinition()const
|
||||
{
|
||||
return intentDefinition_;
|
||||
}
|
||||
|
||||
void CreateIntentRequest::setIntentDefinition(const std::string& intentDefinition)
|
||||
{
|
||||
intentDefinition_ = intentDefinition;
|
||||
setCoreParameter("IntentDefinition", intentDefinition);
|
||||
}
|
||||
|
||||
long CreateIntentRequest::getDialogId()const
|
||||
{
|
||||
return dialogId_;
|
||||
}
|
||||
|
||||
void CreateIntentRequest::setDialogId(long dialogId)
|
||||
{
|
||||
dialogId_ = dialogId;
|
||||
setCoreParameter("DialogId", std::to_string(dialogId));
|
||||
}
|
||||
|
||||
std::string CreateIntentRequest::getIntentDefinition()const
|
||||
{
|
||||
return intentDefinition_;
|
||||
}
|
||||
|
||||
void CreateIntentRequest::setIntentDefinition(const std::string& intentDefinition)
|
||||
{
|
||||
intentDefinition_ = intentDefinition;
|
||||
setCoreParameter("IntentDefinition", intentDefinition);
|
||||
}
|
||||
|
||||
long CreateIntentRequest::getDialogId()const
|
||||
{
|
||||
return dialogId_;
|
||||
}
|
||||
|
||||
void CreateIntentRequest::setDialogId(long dialogId)
|
||||
{
|
||||
dialogId_ = dialogId;
|
||||
setCoreParameter("DialogId", std::to_string(dialogId));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,19 +20,21 @@ using AlibabaCloud::Chatbot::Model::CreateKnowledgeRequest;
|
||||
|
||||
CreateKnowledgeRequest::CreateKnowledgeRequest() :
|
||||
RpcServiceRequest("chatbot", "2017-10-11", "CreateKnowledge")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
CreateKnowledgeRequest::~CreateKnowledgeRequest()
|
||||
{}
|
||||
|
||||
std::string CreateKnowledgeRequest::getKnowledge()const
|
||||
{
|
||||
return knowledge_;
|
||||
}
|
||||
|
||||
void CreateKnowledgeRequest::setKnowledge(const std::string& knowledge)
|
||||
{
|
||||
knowledge_ = knowledge;
|
||||
setCoreParameter("Knowledge", knowledge);
|
||||
}
|
||||
|
||||
std::string CreateKnowledgeRequest::getKnowledge()const
|
||||
{
|
||||
return knowledge_;
|
||||
}
|
||||
|
||||
void CreateKnowledgeRequest::setKnowledge(const std::string& knowledge)
|
||||
{
|
||||
knowledge_ = knowledge;
|
||||
setCoreParameter("Knowledge", knowledge);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,19 +20,21 @@ using AlibabaCloud::Chatbot::Model::CreatePerspectiveRequest;
|
||||
|
||||
CreatePerspectiveRequest::CreatePerspectiveRequest() :
|
||||
RpcServiceRequest("chatbot", "2017-10-11", "CreatePerspective")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
CreatePerspectiveRequest::~CreatePerspectiveRequest()
|
||||
{}
|
||||
|
||||
std::string CreatePerspectiveRequest::getName()const
|
||||
{
|
||||
return name_;
|
||||
}
|
||||
|
||||
void CreatePerspectiveRequest::setName(const std::string& name)
|
||||
{
|
||||
name_ = name;
|
||||
setCoreParameter("Name", name);
|
||||
}
|
||||
|
||||
std::string CreatePerspectiveRequest::getName()const
|
||||
{
|
||||
return name_;
|
||||
}
|
||||
|
||||
void CreatePerspectiveRequest::setName(const std::string& name)
|
||||
{
|
||||
name_ = name;
|
||||
setCoreParameter("Name", name);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,19 +20,21 @@ using AlibabaCloud::Chatbot::Model::DeleteCategoryRequest;
|
||||
|
||||
DeleteCategoryRequest::DeleteCategoryRequest() :
|
||||
RpcServiceRequest("chatbot", "2017-10-11", "DeleteCategory")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DeleteCategoryRequest::~DeleteCategoryRequest()
|
||||
{}
|
||||
|
||||
long DeleteCategoryRequest::getCategoryId()const
|
||||
{
|
||||
return categoryId_;
|
||||
}
|
||||
|
||||
void DeleteCategoryRequest::setCategoryId(long categoryId)
|
||||
{
|
||||
categoryId_ = categoryId;
|
||||
setCoreParameter("CategoryId", std::to_string(categoryId));
|
||||
}
|
||||
|
||||
long DeleteCategoryRequest::getCategoryId()const
|
||||
{
|
||||
return categoryId_;
|
||||
}
|
||||
|
||||
void DeleteCategoryRequest::setCategoryId(long categoryId)
|
||||
{
|
||||
categoryId_ = categoryId;
|
||||
setCoreParameter("CategoryId", std::to_string(categoryId));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,19 +20,21 @@ using AlibabaCloud::Chatbot::Model::DeleteCoreWordRequest;
|
||||
|
||||
DeleteCoreWordRequest::DeleteCoreWordRequest() :
|
||||
RpcServiceRequest("chatbot", "2017-10-11", "DeleteCoreWord")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DeleteCoreWordRequest::~DeleteCoreWordRequest()
|
||||
{}
|
||||
|
||||
std::string DeleteCoreWordRequest::getCoreWordName()const
|
||||
{
|
||||
return coreWordName_;
|
||||
}
|
||||
|
||||
void DeleteCoreWordRequest::setCoreWordName(const std::string& coreWordName)
|
||||
{
|
||||
coreWordName_ = coreWordName;
|
||||
setCoreParameter("CoreWordName", coreWordName);
|
||||
}
|
||||
|
||||
std::string DeleteCoreWordRequest::getCoreWordName()const
|
||||
{
|
||||
return coreWordName_;
|
||||
}
|
||||
|
||||
void DeleteCoreWordRequest::setCoreWordName(const std::string& coreWordName)
|
||||
{
|
||||
coreWordName_ = coreWordName;
|
||||
setCoreParameter("CoreWordName", coreWordName);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,19 +20,21 @@ using AlibabaCloud::Chatbot::Model::DeleteDialogRequest;
|
||||
|
||||
DeleteDialogRequest::DeleteDialogRequest() :
|
||||
RpcServiceRequest("chatbot", "2017-10-11", "DeleteDialog")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DeleteDialogRequest::~DeleteDialogRequest()
|
||||
{}
|
||||
|
||||
long DeleteDialogRequest::getDialogId()const
|
||||
{
|
||||
return dialogId_;
|
||||
}
|
||||
|
||||
void DeleteDialogRequest::setDialogId(long dialogId)
|
||||
{
|
||||
dialogId_ = dialogId;
|
||||
setCoreParameter("DialogId", std::to_string(dialogId));
|
||||
}
|
||||
|
||||
long DeleteDialogRequest::getDialogId()const
|
||||
{
|
||||
return dialogId_;
|
||||
}
|
||||
|
||||
void DeleteDialogRequest::setDialogId(long dialogId)
|
||||
{
|
||||
dialogId_ = dialogId;
|
||||
setCoreParameter("DialogId", std::to_string(dialogId));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,19 +20,21 @@ using AlibabaCloud::Chatbot::Model::DeleteEntityRequest;
|
||||
|
||||
DeleteEntityRequest::DeleteEntityRequest() :
|
||||
RpcServiceRequest("chatbot", "2017-10-11", "DeleteEntity")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DeleteEntityRequest::~DeleteEntityRequest()
|
||||
{}
|
||||
|
||||
long DeleteEntityRequest::getEntityId()const
|
||||
{
|
||||
return entityId_;
|
||||
}
|
||||
|
||||
void DeleteEntityRequest::setEntityId(long entityId)
|
||||
{
|
||||
entityId_ = entityId;
|
||||
setCoreParameter("EntityId", std::to_string(entityId));
|
||||
}
|
||||
|
||||
long DeleteEntityRequest::getEntityId()const
|
||||
{
|
||||
return entityId_;
|
||||
}
|
||||
|
||||
void DeleteEntityRequest::setEntityId(long entityId)
|
||||
{
|
||||
entityId_ = entityId;
|
||||
setCoreParameter("EntityId", std::to_string(entityId));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,19 +20,21 @@ using AlibabaCloud::Chatbot::Model::DeleteIntentRequest;
|
||||
|
||||
DeleteIntentRequest::DeleteIntentRequest() :
|
||||
RpcServiceRequest("chatbot", "2017-10-11", "DeleteIntent")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DeleteIntentRequest::~DeleteIntentRequest()
|
||||
{}
|
||||
|
||||
long DeleteIntentRequest::getIntentId()const
|
||||
{
|
||||
return intentId_;
|
||||
}
|
||||
|
||||
void DeleteIntentRequest::setIntentId(long intentId)
|
||||
{
|
||||
intentId_ = intentId;
|
||||
setCoreParameter("IntentId", std::to_string(intentId));
|
||||
}
|
||||
|
||||
long DeleteIntentRequest::getIntentId()const
|
||||
{
|
||||
return intentId_;
|
||||
}
|
||||
|
||||
void DeleteIntentRequest::setIntentId(long intentId)
|
||||
{
|
||||
intentId_ = intentId;
|
||||
setCoreParameter("IntentId", std::to_string(intentId));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,19 +20,21 @@ using AlibabaCloud::Chatbot::Model::DeleteKnowledgeRequest;
|
||||
|
||||
DeleteKnowledgeRequest::DeleteKnowledgeRequest() :
|
||||
RpcServiceRequest("chatbot", "2017-10-11", "DeleteKnowledge")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DeleteKnowledgeRequest::~DeleteKnowledgeRequest()
|
||||
{}
|
||||
|
||||
long DeleteKnowledgeRequest::getKnowledgeId()const
|
||||
{
|
||||
return knowledgeId_;
|
||||
}
|
||||
|
||||
void DeleteKnowledgeRequest::setKnowledgeId(long knowledgeId)
|
||||
{
|
||||
knowledgeId_ = knowledgeId;
|
||||
setCoreParameter("KnowledgeId", std::to_string(knowledgeId));
|
||||
}
|
||||
|
||||
long DeleteKnowledgeRequest::getKnowledgeId()const
|
||||
{
|
||||
return knowledgeId_;
|
||||
}
|
||||
|
||||
void DeleteKnowledgeRequest::setKnowledgeId(long knowledgeId)
|
||||
{
|
||||
knowledgeId_ = knowledgeId;
|
||||
setCoreParameter("KnowledgeId", std::to_string(knowledgeId));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,19 +20,21 @@ using AlibabaCloud::Chatbot::Model::DescribeCategoryRequest;
|
||||
|
||||
DescribeCategoryRequest::DescribeCategoryRequest() :
|
||||
RpcServiceRequest("chatbot", "2017-10-11", "DescribeCategory")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DescribeCategoryRequest::~DescribeCategoryRequest()
|
||||
{}
|
||||
|
||||
long DescribeCategoryRequest::getCategoryId()const
|
||||
{
|
||||
return categoryId_;
|
||||
}
|
||||
|
||||
void DescribeCategoryRequest::setCategoryId(long categoryId)
|
||||
{
|
||||
categoryId_ = categoryId;
|
||||
setCoreParameter("CategoryId", std::to_string(categoryId));
|
||||
}
|
||||
|
||||
long DescribeCategoryRequest::getCategoryId()const
|
||||
{
|
||||
return categoryId_;
|
||||
}
|
||||
|
||||
void DescribeCategoryRequest::setCategoryId(long categoryId)
|
||||
{
|
||||
categoryId_ = categoryId;
|
||||
setCoreParameter("CategoryId", std::to_string(categoryId));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,19 +20,21 @@ using AlibabaCloud::Chatbot::Model::DescribeCoreWordRequest;
|
||||
|
||||
DescribeCoreWordRequest::DescribeCoreWordRequest() :
|
||||
RpcServiceRequest("chatbot", "2017-10-11", "DescribeCoreWord")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DescribeCoreWordRequest::~DescribeCoreWordRequest()
|
||||
{}
|
||||
|
||||
std::string DescribeCoreWordRequest::getCoreWordName()const
|
||||
{
|
||||
return coreWordName_;
|
||||
}
|
||||
|
||||
void DescribeCoreWordRequest::setCoreWordName(const std::string& coreWordName)
|
||||
{
|
||||
coreWordName_ = coreWordName;
|
||||
setCoreParameter("CoreWordName", coreWordName);
|
||||
}
|
||||
|
||||
std::string DescribeCoreWordRequest::getCoreWordName()const
|
||||
{
|
||||
return coreWordName_;
|
||||
}
|
||||
|
||||
void DescribeCoreWordRequest::setCoreWordName(const std::string& coreWordName)
|
||||
{
|
||||
coreWordName_ = coreWordName;
|
||||
setCoreParameter("CoreWordName", coreWordName);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,19 +20,21 @@ using AlibabaCloud::Chatbot::Model::DescribeDialogFlowRequest;
|
||||
|
||||
DescribeDialogFlowRequest::DescribeDialogFlowRequest() :
|
||||
RpcServiceRequest("chatbot", "2017-10-11", "DescribeDialogFlow")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DescribeDialogFlowRequest::~DescribeDialogFlowRequest()
|
||||
{}
|
||||
|
||||
long DescribeDialogFlowRequest::getDialogId()const
|
||||
{
|
||||
return dialogId_;
|
||||
}
|
||||
|
||||
void DescribeDialogFlowRequest::setDialogId(long dialogId)
|
||||
{
|
||||
dialogId_ = dialogId;
|
||||
setCoreParameter("DialogId", std::to_string(dialogId));
|
||||
}
|
||||
|
||||
long DescribeDialogFlowRequest::getDialogId()const
|
||||
{
|
||||
return dialogId_;
|
||||
}
|
||||
|
||||
void DescribeDialogFlowRequest::setDialogId(long dialogId)
|
||||
{
|
||||
dialogId_ = dialogId;
|
||||
setCoreParameter("DialogId", std::to_string(dialogId));
|
||||
}
|
||||
|
||||
|
||||
@@ -107,8 +107,8 @@ void DescribeDialogFlowResult::parse(const std::string &payload)
|
||||
nodesItemObject.pluginData.function.pluginFieldDataFunction.type = pluginFieldDataFunctionNode["Type"].asString();
|
||||
if(!pluginFieldDataFunctionNode["Params"].isNull())
|
||||
nodesItemObject.pluginData.function.pluginFieldDataFunction.params = pluginFieldDataFunctionNode["Params"].asString();
|
||||
auto allSwitchNode = pluginFieldDataFunctionNode["Switch"]["SwitchItem"];
|
||||
for (auto pluginFieldDataFunctionNodeSwitchSwitchItem : allSwitchNode)
|
||||
auto all_SwitchNode = pluginFieldDataFunctionNode["Switch"]["SwitchItem"];
|
||||
for (auto pluginFieldDataFunctionNodeSwitchSwitchItem : all_SwitchNode)
|
||||
{
|
||||
ModuleDefinition::NodesItem::PluginData::Function::PluginFieldDataFunction::SwitchItem switchItemObject;
|
||||
if(!pluginFieldDataFunctionNodeSwitchSwitchItem["Id"].isNull())
|
||||
@@ -121,7 +121,7 @@ void DescribeDialogFlowResult::parse(const std::string &payload)
|
||||
switchItemObject.value = pluginFieldDataFunctionNodeSwitchSwitchItem["Value"].asString();
|
||||
if(!pluginFieldDataFunctionNodeSwitchSwitchItem["Name"].isNull())
|
||||
switchItemObject.name = pluginFieldDataFunctionNodeSwitchSwitchItem["Name"].asString();
|
||||
nodesItemObject.pluginData.function.pluginFieldDataFunction.switch.push_back(switchItemObject);
|
||||
nodesItemObject.pluginData.function.pluginFieldDataFunction._switch.push_back(switchItemObject);
|
||||
}
|
||||
auto responseNode = pluginDataNode["Response"];
|
||||
auto pluginFieldDataResponseNode = responseNode["PluginFieldDataResponse"];
|
||||
|
||||
@@ -20,19 +20,21 @@ using AlibabaCloud::Chatbot::Model::DescribeDialogRequest;
|
||||
|
||||
DescribeDialogRequest::DescribeDialogRequest() :
|
||||
RpcServiceRequest("chatbot", "2017-10-11", "DescribeDialog")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DescribeDialogRequest::~DescribeDialogRequest()
|
||||
{}
|
||||
|
||||
long DescribeDialogRequest::getDialogId()const
|
||||
{
|
||||
return dialogId_;
|
||||
}
|
||||
|
||||
void DescribeDialogRequest::setDialogId(long dialogId)
|
||||
{
|
||||
dialogId_ = dialogId;
|
||||
setCoreParameter("DialogId", std::to_string(dialogId));
|
||||
}
|
||||
|
||||
long DescribeDialogRequest::getDialogId()const
|
||||
{
|
||||
return dialogId_;
|
||||
}
|
||||
|
||||
void DescribeDialogRequest::setDialogId(long dialogId)
|
||||
{
|
||||
dialogId_ = dialogId;
|
||||
setCoreParameter("DialogId", std::to_string(dialogId));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,19 +20,21 @@ using AlibabaCloud::Chatbot::Model::DescribeEntitiesRequest;
|
||||
|
||||
DescribeEntitiesRequest::DescribeEntitiesRequest() :
|
||||
RpcServiceRequest("chatbot", "2017-10-11", "DescribeEntities")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DescribeEntitiesRequest::~DescribeEntitiesRequest()
|
||||
{}
|
||||
|
||||
long DescribeEntitiesRequest::getEntityId()const
|
||||
{
|
||||
return entityId_;
|
||||
}
|
||||
|
||||
void DescribeEntitiesRequest::setEntityId(long entityId)
|
||||
{
|
||||
entityId_ = entityId;
|
||||
setCoreParameter("EntityId", std::to_string(entityId));
|
||||
}
|
||||
|
||||
long DescribeEntitiesRequest::getEntityId()const
|
||||
{
|
||||
return entityId_;
|
||||
}
|
||||
|
||||
void DescribeEntitiesRequest::setEntityId(long entityId)
|
||||
{
|
||||
entityId_ = entityId;
|
||||
setCoreParameter("EntityId", std::to_string(entityId));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,19 +20,21 @@ using AlibabaCloud::Chatbot::Model::DescribeIntentRequest;
|
||||
|
||||
DescribeIntentRequest::DescribeIntentRequest() :
|
||||
RpcServiceRequest("chatbot", "2017-10-11", "DescribeIntent")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DescribeIntentRequest::~DescribeIntentRequest()
|
||||
{}
|
||||
|
||||
long DescribeIntentRequest::getIntentId()const
|
||||
{
|
||||
return intentId_;
|
||||
}
|
||||
|
||||
void DescribeIntentRequest::setIntentId(long intentId)
|
||||
{
|
||||
intentId_ = intentId;
|
||||
setCoreParameter("IntentId", std::to_string(intentId));
|
||||
}
|
||||
|
||||
long DescribeIntentRequest::getIntentId()const
|
||||
{
|
||||
return intentId_;
|
||||
}
|
||||
|
||||
void DescribeIntentRequest::setIntentId(long intentId)
|
||||
{
|
||||
intentId_ = intentId;
|
||||
setCoreParameter("IntentId", std::to_string(intentId));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,19 +20,21 @@ using AlibabaCloud::Chatbot::Model::DescribeKnowledgeRequest;
|
||||
|
||||
DescribeKnowledgeRequest::DescribeKnowledgeRequest() :
|
||||
RpcServiceRequest("chatbot", "2017-10-11", "DescribeKnowledge")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DescribeKnowledgeRequest::~DescribeKnowledgeRequest()
|
||||
{}
|
||||
|
||||
long DescribeKnowledgeRequest::getKnowledgeId()const
|
||||
{
|
||||
return knowledgeId_;
|
||||
}
|
||||
|
||||
void DescribeKnowledgeRequest::setKnowledgeId(long knowledgeId)
|
||||
{
|
||||
knowledgeId_ = knowledgeId;
|
||||
setCoreParameter("KnowledgeId", std::to_string(knowledgeId));
|
||||
}
|
||||
|
||||
long DescribeKnowledgeRequest::getKnowledgeId()const
|
||||
{
|
||||
return knowledgeId_;
|
||||
}
|
||||
|
||||
void DescribeKnowledgeRequest::setKnowledgeId(long knowledgeId)
|
||||
{
|
||||
knowledgeId_ = knowledgeId;
|
||||
setCoreParameter("KnowledgeId", std::to_string(knowledgeId));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,19 +20,21 @@ using AlibabaCloud::Chatbot::Model::DescribePerspectiveRequest;
|
||||
|
||||
DescribePerspectiveRequest::DescribePerspectiveRequest() :
|
||||
RpcServiceRequest("chatbot", "2017-10-11", "DescribePerspective")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DescribePerspectiveRequest::~DescribePerspectiveRequest()
|
||||
{}
|
||||
|
||||
std::string DescribePerspectiveRequest::getPerspectiveId()const
|
||||
{
|
||||
return perspectiveId_;
|
||||
}
|
||||
|
||||
void DescribePerspectiveRequest::setPerspectiveId(const std::string& perspectiveId)
|
||||
{
|
||||
perspectiveId_ = perspectiveId;
|
||||
setCoreParameter("PerspectiveId", perspectiveId);
|
||||
}
|
||||
|
||||
std::string DescribePerspectiveRequest::getPerspectiveId()const
|
||||
{
|
||||
return perspectiveId_;
|
||||
}
|
||||
|
||||
void DescribePerspectiveRequest::setPerspectiveId(const std::string& perspectiveId)
|
||||
{
|
||||
perspectiveId_ = perspectiveId;
|
||||
setCoreParameter("PerspectiveId", perspectiveId);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,19 +20,21 @@ using AlibabaCloud::Chatbot::Model::DisableDialogFlowRequest;
|
||||
|
||||
DisableDialogFlowRequest::DisableDialogFlowRequest() :
|
||||
RpcServiceRequest("chatbot", "2017-10-11", "DisableDialogFlow")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DisableDialogFlowRequest::~DisableDialogFlowRequest()
|
||||
{}
|
||||
|
||||
long DisableDialogFlowRequest::getDialogId()const
|
||||
{
|
||||
return dialogId_;
|
||||
}
|
||||
|
||||
void DisableDialogFlowRequest::setDialogId(long dialogId)
|
||||
{
|
||||
dialogId_ = dialogId;
|
||||
setCoreParameter("DialogId", std::to_string(dialogId));
|
||||
}
|
||||
|
||||
long DisableDialogFlowRequest::getDialogId()const
|
||||
{
|
||||
return dialogId_;
|
||||
}
|
||||
|
||||
void DisableDialogFlowRequest::setDialogId(long dialogId)
|
||||
{
|
||||
dialogId_ = dialogId;
|
||||
setCoreParameter("DialogId", std::to_string(dialogId));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,19 +20,21 @@ using AlibabaCloud::Chatbot::Model::DisableKnowledgeRequest;
|
||||
|
||||
DisableKnowledgeRequest::DisableKnowledgeRequest() :
|
||||
RpcServiceRequest("chatbot", "2017-10-11", "DisableKnowledge")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DisableKnowledgeRequest::~DisableKnowledgeRequest()
|
||||
{}
|
||||
|
||||
long DisableKnowledgeRequest::getKnowledgeId()const
|
||||
{
|
||||
return knowledgeId_;
|
||||
}
|
||||
|
||||
void DisableKnowledgeRequest::setKnowledgeId(long knowledgeId)
|
||||
{
|
||||
knowledgeId_ = knowledgeId;
|
||||
setCoreParameter("KnowledgeId", std::to_string(knowledgeId));
|
||||
}
|
||||
|
||||
long DisableKnowledgeRequest::getKnowledgeId()const
|
||||
{
|
||||
return knowledgeId_;
|
||||
}
|
||||
|
||||
void DisableKnowledgeRequest::setKnowledgeId(long knowledgeId)
|
||||
{
|
||||
knowledgeId_ = knowledgeId;
|
||||
setCoreParameter("KnowledgeId", std::to_string(knowledgeId));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,52 +20,54 @@ using AlibabaCloud::Chatbot::Model::FeedbackRequest;
|
||||
|
||||
FeedbackRequest::FeedbackRequest() :
|
||||
RpcServiceRequest("chatbot", "2017-10-11", "Feedback")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
FeedbackRequest::~FeedbackRequest()
|
||||
{}
|
||||
|
||||
std::string FeedbackRequest::getFeedback()const
|
||||
{
|
||||
return feedback_;
|
||||
}
|
||||
|
||||
void FeedbackRequest::setFeedback(const std::string& feedback)
|
||||
{
|
||||
feedback_ = feedback;
|
||||
setCoreParameter("Feedback", feedback);
|
||||
}
|
||||
|
||||
std::string FeedbackRequest::getInstanceId()const
|
||||
{
|
||||
return instanceId_;
|
||||
}
|
||||
|
||||
void FeedbackRequest::setInstanceId(const std::string& instanceId)
|
||||
{
|
||||
instanceId_ = instanceId;
|
||||
setCoreParameter("InstanceId", instanceId);
|
||||
}
|
||||
|
||||
std::string FeedbackRequest::getMessageId()const
|
||||
{
|
||||
return messageId_;
|
||||
}
|
||||
|
||||
void FeedbackRequest::setMessageId(const std::string& messageId)
|
||||
{
|
||||
messageId_ = messageId;
|
||||
setCoreParameter("MessageId", messageId);
|
||||
}
|
||||
|
||||
std::string FeedbackRequest::getSessionId()const
|
||||
{
|
||||
return sessionId_;
|
||||
}
|
||||
|
||||
void FeedbackRequest::setSessionId(const std::string& sessionId)
|
||||
{
|
||||
sessionId_ = sessionId;
|
||||
setCoreParameter("SessionId", sessionId);
|
||||
}
|
||||
|
||||
std::string FeedbackRequest::getFeedback()const
|
||||
{
|
||||
return feedback_;
|
||||
}
|
||||
|
||||
void FeedbackRequest::setFeedback(const std::string& feedback)
|
||||
{
|
||||
feedback_ = feedback;
|
||||
setCoreParameter("Feedback", feedback);
|
||||
}
|
||||
|
||||
std::string FeedbackRequest::getInstanceId()const
|
||||
{
|
||||
return instanceId_;
|
||||
}
|
||||
|
||||
void FeedbackRequest::setInstanceId(const std::string& instanceId)
|
||||
{
|
||||
instanceId_ = instanceId;
|
||||
setCoreParameter("InstanceId", instanceId);
|
||||
}
|
||||
|
||||
std::string FeedbackRequest::getMessageId()const
|
||||
{
|
||||
return messageId_;
|
||||
}
|
||||
|
||||
void FeedbackRequest::setMessageId(const std::string& messageId)
|
||||
{
|
||||
messageId_ = messageId;
|
||||
setCoreParameter("MessageId", messageId);
|
||||
}
|
||||
|
||||
std::string FeedbackRequest::getSessionId()const
|
||||
{
|
||||
return sessionId_;
|
||||
}
|
||||
|
||||
void FeedbackRequest::setSessionId(const std::string& sessionId)
|
||||
{
|
||||
sessionId_ = sessionId;
|
||||
setCoreParameter("SessionId", sessionId);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,30 +20,32 @@ using AlibabaCloud::Chatbot::Model::MoveKnowledgeCategoryRequest;
|
||||
|
||||
MoveKnowledgeCategoryRequest::MoveKnowledgeCategoryRequest() :
|
||||
RpcServiceRequest("chatbot", "2017-10-11", "MoveKnowledgeCategory")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
MoveKnowledgeCategoryRequest::~MoveKnowledgeCategoryRequest()
|
||||
{}
|
||||
|
||||
long MoveKnowledgeCategoryRequest::getKnowledgeId()const
|
||||
{
|
||||
return knowledgeId_;
|
||||
}
|
||||
|
||||
void MoveKnowledgeCategoryRequest::setKnowledgeId(long knowledgeId)
|
||||
{
|
||||
knowledgeId_ = knowledgeId;
|
||||
setCoreParameter("KnowledgeId", std::to_string(knowledgeId));
|
||||
}
|
||||
|
||||
long MoveKnowledgeCategoryRequest::getCategoryId()const
|
||||
{
|
||||
return categoryId_;
|
||||
}
|
||||
|
||||
void MoveKnowledgeCategoryRequest::setCategoryId(long categoryId)
|
||||
{
|
||||
categoryId_ = categoryId;
|
||||
setCoreParameter("CategoryId", std::to_string(categoryId));
|
||||
}
|
||||
|
||||
long MoveKnowledgeCategoryRequest::getKnowledgeId()const
|
||||
{
|
||||
return knowledgeId_;
|
||||
}
|
||||
|
||||
void MoveKnowledgeCategoryRequest::setKnowledgeId(long knowledgeId)
|
||||
{
|
||||
knowledgeId_ = knowledgeId;
|
||||
setCoreParameter("KnowledgeId", std::to_string(knowledgeId));
|
||||
}
|
||||
|
||||
long MoveKnowledgeCategoryRequest::getCategoryId()const
|
||||
{
|
||||
return categoryId_;
|
||||
}
|
||||
|
||||
void MoveKnowledgeCategoryRequest::setCategoryId(long categoryId)
|
||||
{
|
||||
categoryId_ = categoryId;
|
||||
setCoreParameter("CategoryId", std::to_string(categoryId));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,19 +20,21 @@ using AlibabaCloud::Chatbot::Model::PublishDialogFlowRequest;
|
||||
|
||||
PublishDialogFlowRequest::PublishDialogFlowRequest() :
|
||||
RpcServiceRequest("chatbot", "2017-10-11", "PublishDialogFlow")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
PublishDialogFlowRequest::~PublishDialogFlowRequest()
|
||||
{}
|
||||
|
||||
long PublishDialogFlowRequest::getDialogId()const
|
||||
{
|
||||
return dialogId_;
|
||||
}
|
||||
|
||||
void PublishDialogFlowRequest::setDialogId(long dialogId)
|
||||
{
|
||||
dialogId_ = dialogId;
|
||||
setCoreParameter("DialogId", std::to_string(dialogId));
|
||||
}
|
||||
|
||||
long PublishDialogFlowRequest::getDialogId()const
|
||||
{
|
||||
return dialogId_;
|
||||
}
|
||||
|
||||
void PublishDialogFlowRequest::setDialogId(long dialogId)
|
||||
{
|
||||
dialogId_ = dialogId;
|
||||
setCoreParameter("DialogId", std::to_string(dialogId));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,19 +20,21 @@ using AlibabaCloud::Chatbot::Model::PublishKnowledgeRequest;
|
||||
|
||||
PublishKnowledgeRequest::PublishKnowledgeRequest() :
|
||||
RpcServiceRequest("chatbot", "2017-10-11", "PublishKnowledge")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
PublishKnowledgeRequest::~PublishKnowledgeRequest()
|
||||
{}
|
||||
|
||||
long PublishKnowledgeRequest::getKnowledgeId()const
|
||||
{
|
||||
return knowledgeId_;
|
||||
}
|
||||
|
||||
void PublishKnowledgeRequest::setKnowledgeId(long knowledgeId)
|
||||
{
|
||||
knowledgeId_ = knowledgeId;
|
||||
setCoreParameter("KnowledgeId", std::to_string(knowledgeId));
|
||||
}
|
||||
|
||||
long PublishKnowledgeRequest::getKnowledgeId()const
|
||||
{
|
||||
return knowledgeId_;
|
||||
}
|
||||
|
||||
void PublishKnowledgeRequest::setKnowledgeId(long knowledgeId)
|
||||
{
|
||||
knowledgeId_ = knowledgeId;
|
||||
setCoreParameter("KnowledgeId", std::to_string(knowledgeId));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,30 +20,32 @@ using AlibabaCloud::Chatbot::Model::QueryCategoriesRequest;
|
||||
|
||||
QueryCategoriesRequest::QueryCategoriesRequest() :
|
||||
RpcServiceRequest("chatbot", "2017-10-11", "QueryCategories")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
QueryCategoriesRequest::~QueryCategoriesRequest()
|
||||
{}
|
||||
|
||||
bool QueryCategoriesRequest::getShowChildrens()const
|
||||
{
|
||||
return showChildrens_;
|
||||
}
|
||||
|
||||
void QueryCategoriesRequest::setShowChildrens(bool showChildrens)
|
||||
{
|
||||
showChildrens_ = showChildrens;
|
||||
setCoreParameter("ShowChildrens", showChildrens ? "true" : "false");
|
||||
}
|
||||
|
||||
long QueryCategoriesRequest::getParentCategoryId()const
|
||||
{
|
||||
return parentCategoryId_;
|
||||
}
|
||||
|
||||
void QueryCategoriesRequest::setParentCategoryId(long parentCategoryId)
|
||||
{
|
||||
parentCategoryId_ = parentCategoryId;
|
||||
setCoreParameter("ParentCategoryId", std::to_string(parentCategoryId));
|
||||
}
|
||||
|
||||
bool QueryCategoriesRequest::getShowChildrens()const
|
||||
{
|
||||
return showChildrens_;
|
||||
}
|
||||
|
||||
void QueryCategoriesRequest::setShowChildrens(bool showChildrens)
|
||||
{
|
||||
showChildrens_ = showChildrens;
|
||||
setCoreParameter("ShowChildrens", showChildrens ? "true" : "false");
|
||||
}
|
||||
|
||||
long QueryCategoriesRequest::getParentCategoryId()const
|
||||
{
|
||||
return parentCategoryId_;
|
||||
}
|
||||
|
||||
void QueryCategoriesRequest::setParentCategoryId(long parentCategoryId)
|
||||
{
|
||||
parentCategoryId_ = parentCategoryId;
|
||||
setCoreParameter("ParentCategoryId", std::to_string(parentCategoryId));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,52 +20,54 @@ using AlibabaCloud::Chatbot::Model::QueryCoreWordsRequest;
|
||||
|
||||
QueryCoreWordsRequest::QueryCoreWordsRequest() :
|
||||
RpcServiceRequest("chatbot", "2017-10-11", "QueryCoreWords")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
QueryCoreWordsRequest::~QueryCoreWordsRequest()
|
||||
{}
|
||||
|
||||
int QueryCoreWordsRequest::getPageNumber()const
|
||||
{
|
||||
return pageNumber_;
|
||||
}
|
||||
|
||||
void QueryCoreWordsRequest::setPageNumber(int pageNumber)
|
||||
{
|
||||
pageNumber_ = pageNumber;
|
||||
setCoreParameter("PageNumber", std::to_string(pageNumber));
|
||||
}
|
||||
|
||||
std::string QueryCoreWordsRequest::getSynonym()const
|
||||
{
|
||||
return synonym_;
|
||||
}
|
||||
|
||||
void QueryCoreWordsRequest::setSynonym(const std::string& synonym)
|
||||
{
|
||||
synonym_ = synonym;
|
||||
setCoreParameter("Synonym", synonym);
|
||||
}
|
||||
|
||||
int QueryCoreWordsRequest::getPageSize()const
|
||||
{
|
||||
return pageSize_;
|
||||
}
|
||||
|
||||
void QueryCoreWordsRequest::setPageSize(int pageSize)
|
||||
{
|
||||
pageSize_ = pageSize;
|
||||
setCoreParameter("PageSize", std::to_string(pageSize));
|
||||
}
|
||||
|
||||
std::string QueryCoreWordsRequest::getCoreWordName()const
|
||||
{
|
||||
return coreWordName_;
|
||||
}
|
||||
|
||||
void QueryCoreWordsRequest::setCoreWordName(const std::string& coreWordName)
|
||||
{
|
||||
coreWordName_ = coreWordName;
|
||||
setCoreParameter("CoreWordName", coreWordName);
|
||||
}
|
||||
|
||||
int QueryCoreWordsRequest::getPageNumber()const
|
||||
{
|
||||
return pageNumber_;
|
||||
}
|
||||
|
||||
void QueryCoreWordsRequest::setPageNumber(int pageNumber)
|
||||
{
|
||||
pageNumber_ = pageNumber;
|
||||
setCoreParameter("PageNumber", std::to_string(pageNumber));
|
||||
}
|
||||
|
||||
std::string QueryCoreWordsRequest::getSynonym()const
|
||||
{
|
||||
return synonym_;
|
||||
}
|
||||
|
||||
void QueryCoreWordsRequest::setSynonym(const std::string& synonym)
|
||||
{
|
||||
synonym_ = synonym;
|
||||
setCoreParameter("Synonym", synonym);
|
||||
}
|
||||
|
||||
int QueryCoreWordsRequest::getPageSize()const
|
||||
{
|
||||
return pageSize_;
|
||||
}
|
||||
|
||||
void QueryCoreWordsRequest::setPageSize(int pageSize)
|
||||
{
|
||||
pageSize_ = pageSize;
|
||||
setCoreParameter("PageSize", std::to_string(pageSize));
|
||||
}
|
||||
|
||||
std::string QueryCoreWordsRequest::getCoreWordName()const
|
||||
{
|
||||
return coreWordName_;
|
||||
}
|
||||
|
||||
void QueryCoreWordsRequest::setCoreWordName(const std::string& coreWordName)
|
||||
{
|
||||
coreWordName_ = coreWordName;
|
||||
setCoreParameter("CoreWordName", coreWordName);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,52 +20,54 @@ using AlibabaCloud::Chatbot::Model::QueryDialogsRequest;
|
||||
|
||||
QueryDialogsRequest::QueryDialogsRequest() :
|
||||
RpcServiceRequest("chatbot", "2017-10-11", "QueryDialogs")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
QueryDialogsRequest::~QueryDialogsRequest()
|
||||
{}
|
||||
|
||||
std::string QueryDialogsRequest::getDialogName()const
|
||||
{
|
||||
return dialogName_;
|
||||
}
|
||||
|
||||
void QueryDialogsRequest::setDialogName(const std::string& dialogName)
|
||||
{
|
||||
dialogName_ = dialogName;
|
||||
setCoreParameter("DialogName", dialogName);
|
||||
}
|
||||
|
||||
int QueryDialogsRequest::getPageNumber()const
|
||||
{
|
||||
return pageNumber_;
|
||||
}
|
||||
|
||||
void QueryDialogsRequest::setPageNumber(int pageNumber)
|
||||
{
|
||||
pageNumber_ = pageNumber;
|
||||
setCoreParameter("PageNumber", std::to_string(pageNumber));
|
||||
}
|
||||
|
||||
std::string QueryDialogsRequest::getInstanceId()const
|
||||
{
|
||||
return instanceId_;
|
||||
}
|
||||
|
||||
void QueryDialogsRequest::setInstanceId(const std::string& instanceId)
|
||||
{
|
||||
instanceId_ = instanceId;
|
||||
setCoreParameter("InstanceId", instanceId);
|
||||
}
|
||||
|
||||
int QueryDialogsRequest::getPageSize()const
|
||||
{
|
||||
return pageSize_;
|
||||
}
|
||||
|
||||
void QueryDialogsRequest::setPageSize(int pageSize)
|
||||
{
|
||||
pageSize_ = pageSize;
|
||||
setCoreParameter("PageSize", std::to_string(pageSize));
|
||||
}
|
||||
|
||||
std::string QueryDialogsRequest::getDialogName()const
|
||||
{
|
||||
return dialogName_;
|
||||
}
|
||||
|
||||
void QueryDialogsRequest::setDialogName(const std::string& dialogName)
|
||||
{
|
||||
dialogName_ = dialogName;
|
||||
setCoreParameter("DialogName", dialogName);
|
||||
}
|
||||
|
||||
int QueryDialogsRequest::getPageNumber()const
|
||||
{
|
||||
return pageNumber_;
|
||||
}
|
||||
|
||||
void QueryDialogsRequest::setPageNumber(int pageNumber)
|
||||
{
|
||||
pageNumber_ = pageNumber;
|
||||
setCoreParameter("PageNumber", std::to_string(pageNumber));
|
||||
}
|
||||
|
||||
std::string QueryDialogsRequest::getInstanceId()const
|
||||
{
|
||||
return instanceId_;
|
||||
}
|
||||
|
||||
void QueryDialogsRequest::setInstanceId(const std::string& instanceId)
|
||||
{
|
||||
instanceId_ = instanceId;
|
||||
setCoreParameter("InstanceId", instanceId);
|
||||
}
|
||||
|
||||
int QueryDialogsRequest::getPageSize()const
|
||||
{
|
||||
return pageSize_;
|
||||
}
|
||||
|
||||
void QueryDialogsRequest::setPageSize(int pageSize)
|
||||
{
|
||||
pageSize_ = pageSize;
|
||||
setCoreParameter("PageSize", std::to_string(pageSize));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,52 +20,54 @@ using AlibabaCloud::Chatbot::Model::QueryEntitiesRequest;
|
||||
|
||||
QueryEntitiesRequest::QueryEntitiesRequest() :
|
||||
RpcServiceRequest("chatbot", "2017-10-11", "QueryEntities")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
QueryEntitiesRequest::~QueryEntitiesRequest()
|
||||
{}
|
||||
|
||||
std::string QueryEntitiesRequest::getEntityName()const
|
||||
{
|
||||
return entityName_;
|
||||
}
|
||||
|
||||
void QueryEntitiesRequest::setEntityName(const std::string& entityName)
|
||||
{
|
||||
entityName_ = entityName;
|
||||
setCoreParameter("EntityName", entityName);
|
||||
}
|
||||
|
||||
long QueryEntitiesRequest::getDialogId()const
|
||||
{
|
||||
return dialogId_;
|
||||
}
|
||||
|
||||
void QueryEntitiesRequest::setDialogId(long dialogId)
|
||||
{
|
||||
dialogId_ = dialogId;
|
||||
setCoreParameter("DialogId", std::to_string(dialogId));
|
||||
}
|
||||
|
||||
int QueryEntitiesRequest::getPageNumber()const
|
||||
{
|
||||
return pageNumber_;
|
||||
}
|
||||
|
||||
void QueryEntitiesRequest::setPageNumber(int pageNumber)
|
||||
{
|
||||
pageNumber_ = pageNumber;
|
||||
setCoreParameter("PageNumber", std::to_string(pageNumber));
|
||||
}
|
||||
|
||||
int QueryEntitiesRequest::getPageSize()const
|
||||
{
|
||||
return pageSize_;
|
||||
}
|
||||
|
||||
void QueryEntitiesRequest::setPageSize(int pageSize)
|
||||
{
|
||||
pageSize_ = pageSize;
|
||||
setCoreParameter("PageSize", std::to_string(pageSize));
|
||||
}
|
||||
|
||||
std::string QueryEntitiesRequest::getEntityName()const
|
||||
{
|
||||
return entityName_;
|
||||
}
|
||||
|
||||
void QueryEntitiesRequest::setEntityName(const std::string& entityName)
|
||||
{
|
||||
entityName_ = entityName;
|
||||
setCoreParameter("EntityName", entityName);
|
||||
}
|
||||
|
||||
long QueryEntitiesRequest::getDialogId()const
|
||||
{
|
||||
return dialogId_;
|
||||
}
|
||||
|
||||
void QueryEntitiesRequest::setDialogId(long dialogId)
|
||||
{
|
||||
dialogId_ = dialogId;
|
||||
setCoreParameter("DialogId", std::to_string(dialogId));
|
||||
}
|
||||
|
||||
int QueryEntitiesRequest::getPageNumber()const
|
||||
{
|
||||
return pageNumber_;
|
||||
}
|
||||
|
||||
void QueryEntitiesRequest::setPageNumber(int pageNumber)
|
||||
{
|
||||
pageNumber_ = pageNumber;
|
||||
setCoreParameter("PageNumber", std::to_string(pageNumber));
|
||||
}
|
||||
|
||||
int QueryEntitiesRequest::getPageSize()const
|
||||
{
|
||||
return pageSize_;
|
||||
}
|
||||
|
||||
void QueryEntitiesRequest::setPageSize(int pageSize)
|
||||
{
|
||||
pageSize_ = pageSize;
|
||||
setCoreParameter("PageSize", std::to_string(pageSize));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,52 +20,54 @@ using AlibabaCloud::Chatbot::Model::QueryIntentsRequest;
|
||||
|
||||
QueryIntentsRequest::QueryIntentsRequest() :
|
||||
RpcServiceRequest("chatbot", "2017-10-11", "QueryIntents")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
QueryIntentsRequest::~QueryIntentsRequest()
|
||||
{}
|
||||
|
||||
long QueryIntentsRequest::getDialogId()const
|
||||
{
|
||||
return dialogId_;
|
||||
}
|
||||
|
||||
void QueryIntentsRequest::setDialogId(long dialogId)
|
||||
{
|
||||
dialogId_ = dialogId;
|
||||
setCoreParameter("DialogId", std::to_string(dialogId));
|
||||
}
|
||||
|
||||
int QueryIntentsRequest::getPageNumber()const
|
||||
{
|
||||
return pageNumber_;
|
||||
}
|
||||
|
||||
void QueryIntentsRequest::setPageNumber(int pageNumber)
|
||||
{
|
||||
pageNumber_ = pageNumber;
|
||||
setCoreParameter("PageNumber", std::to_string(pageNumber));
|
||||
}
|
||||
|
||||
std::string QueryIntentsRequest::getIntentName()const
|
||||
{
|
||||
return intentName_;
|
||||
}
|
||||
|
||||
void QueryIntentsRequest::setIntentName(const std::string& intentName)
|
||||
{
|
||||
intentName_ = intentName;
|
||||
setCoreParameter("IntentName", intentName);
|
||||
}
|
||||
|
||||
int QueryIntentsRequest::getPageSize()const
|
||||
{
|
||||
return pageSize_;
|
||||
}
|
||||
|
||||
void QueryIntentsRequest::setPageSize(int pageSize)
|
||||
{
|
||||
pageSize_ = pageSize;
|
||||
setCoreParameter("PageSize", std::to_string(pageSize));
|
||||
}
|
||||
|
||||
long QueryIntentsRequest::getDialogId()const
|
||||
{
|
||||
return dialogId_;
|
||||
}
|
||||
|
||||
void QueryIntentsRequest::setDialogId(long dialogId)
|
||||
{
|
||||
dialogId_ = dialogId;
|
||||
setCoreParameter("DialogId", std::to_string(dialogId));
|
||||
}
|
||||
|
||||
int QueryIntentsRequest::getPageNumber()const
|
||||
{
|
||||
return pageNumber_;
|
||||
}
|
||||
|
||||
void QueryIntentsRequest::setPageNumber(int pageNumber)
|
||||
{
|
||||
pageNumber_ = pageNumber;
|
||||
setCoreParameter("PageNumber", std::to_string(pageNumber));
|
||||
}
|
||||
|
||||
std::string QueryIntentsRequest::getIntentName()const
|
||||
{
|
||||
return intentName_;
|
||||
}
|
||||
|
||||
void QueryIntentsRequest::setIntentName(const std::string& intentName)
|
||||
{
|
||||
intentName_ = intentName;
|
||||
setCoreParameter("IntentName", intentName);
|
||||
}
|
||||
|
||||
int QueryIntentsRequest::getPageSize()const
|
||||
{
|
||||
return pageSize_;
|
||||
}
|
||||
|
||||
void QueryIntentsRequest::setPageSize(int pageSize)
|
||||
{
|
||||
pageSize_ = pageSize;
|
||||
setCoreParameter("PageSize", std::to_string(pageSize));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,63 +20,65 @@ using AlibabaCloud::Chatbot::Model::QueryKnowledgesRequest;
|
||||
|
||||
QueryKnowledgesRequest::QueryKnowledgesRequest() :
|
||||
RpcServiceRequest("chatbot", "2017-10-11", "QueryKnowledges")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
QueryKnowledgesRequest::~QueryKnowledgesRequest()
|
||||
{}
|
||||
|
||||
std::string QueryKnowledgesRequest::getKnowledgeTitle()const
|
||||
{
|
||||
return knowledgeTitle_;
|
||||
}
|
||||
|
||||
void QueryKnowledgesRequest::setKnowledgeTitle(const std::string& knowledgeTitle)
|
||||
{
|
||||
knowledgeTitle_ = knowledgeTitle;
|
||||
setCoreParameter("KnowledgeTitle", knowledgeTitle);
|
||||
}
|
||||
|
||||
int QueryKnowledgesRequest::getPageNumber()const
|
||||
{
|
||||
return pageNumber_;
|
||||
}
|
||||
|
||||
void QueryKnowledgesRequest::setPageNumber(int pageNumber)
|
||||
{
|
||||
pageNumber_ = pageNumber;
|
||||
setCoreParameter("PageNumber", std::to_string(pageNumber));
|
||||
}
|
||||
|
||||
int QueryKnowledgesRequest::getPageSize()const
|
||||
{
|
||||
return pageSize_;
|
||||
}
|
||||
|
||||
void QueryKnowledgesRequest::setPageSize(int pageSize)
|
||||
{
|
||||
pageSize_ = pageSize;
|
||||
setCoreParameter("PageSize", std::to_string(pageSize));
|
||||
}
|
||||
|
||||
std::string QueryKnowledgesRequest::getCoreWordName()const
|
||||
{
|
||||
return coreWordName_;
|
||||
}
|
||||
|
||||
void QueryKnowledgesRequest::setCoreWordName(const std::string& coreWordName)
|
||||
{
|
||||
coreWordName_ = coreWordName;
|
||||
setCoreParameter("CoreWordName", coreWordName);
|
||||
}
|
||||
|
||||
long QueryKnowledgesRequest::getCategoryId()const
|
||||
{
|
||||
return categoryId_;
|
||||
}
|
||||
|
||||
void QueryKnowledgesRequest::setCategoryId(long categoryId)
|
||||
{
|
||||
categoryId_ = categoryId;
|
||||
setCoreParameter("CategoryId", std::to_string(categoryId));
|
||||
}
|
||||
|
||||
std::string QueryKnowledgesRequest::getKnowledgeTitle()const
|
||||
{
|
||||
return knowledgeTitle_;
|
||||
}
|
||||
|
||||
void QueryKnowledgesRequest::setKnowledgeTitle(const std::string& knowledgeTitle)
|
||||
{
|
||||
knowledgeTitle_ = knowledgeTitle;
|
||||
setCoreParameter("KnowledgeTitle", knowledgeTitle);
|
||||
}
|
||||
|
||||
int QueryKnowledgesRequest::getPageNumber()const
|
||||
{
|
||||
return pageNumber_;
|
||||
}
|
||||
|
||||
void QueryKnowledgesRequest::setPageNumber(int pageNumber)
|
||||
{
|
||||
pageNumber_ = pageNumber;
|
||||
setCoreParameter("PageNumber", std::to_string(pageNumber));
|
||||
}
|
||||
|
||||
int QueryKnowledgesRequest::getPageSize()const
|
||||
{
|
||||
return pageSize_;
|
||||
}
|
||||
|
||||
void QueryKnowledgesRequest::setPageSize(int pageSize)
|
||||
{
|
||||
pageSize_ = pageSize;
|
||||
setCoreParameter("PageSize", std::to_string(pageSize));
|
||||
}
|
||||
|
||||
std::string QueryKnowledgesRequest::getCoreWordName()const
|
||||
{
|
||||
return coreWordName_;
|
||||
}
|
||||
|
||||
void QueryKnowledgesRequest::setCoreWordName(const std::string& coreWordName)
|
||||
{
|
||||
coreWordName_ = coreWordName;
|
||||
setCoreParameter("CoreWordName", coreWordName);
|
||||
}
|
||||
|
||||
long QueryKnowledgesRequest::getCategoryId()const
|
||||
{
|
||||
return categoryId_;
|
||||
}
|
||||
|
||||
void QueryKnowledgesRequest::setCategoryId(long categoryId)
|
||||
{
|
||||
categoryId_ = categoryId;
|
||||
setCoreParameter("CategoryId", std::to_string(categoryId));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Chatbot::Model::QueryPerspectivesRequest;
|
||||
|
||||
QueryPerspectivesRequest::QueryPerspectivesRequest() :
|
||||
RpcServiceRequest("chatbot", "2017-10-11", "QueryPerspectives")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
QueryPerspectivesRequest::~QueryPerspectivesRequest()
|
||||
{}
|
||||
|
||||
@@ -20,19 +20,21 @@ using AlibabaCloud::Chatbot::Model::QuerySystemEntitiesRequest;
|
||||
|
||||
QuerySystemEntitiesRequest::QuerySystemEntitiesRequest() :
|
||||
RpcServiceRequest("chatbot", "2017-10-11", "QuerySystemEntities")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
QuerySystemEntitiesRequest::~QuerySystemEntitiesRequest()
|
||||
{}
|
||||
|
||||
std::string QuerySystemEntitiesRequest::getEntityName()const
|
||||
{
|
||||
return entityName_;
|
||||
}
|
||||
|
||||
void QuerySystemEntitiesRequest::setEntityName(const std::string& entityName)
|
||||
{
|
||||
entityName_ = entityName;
|
||||
setCoreParameter("EntityName", entityName);
|
||||
}
|
||||
|
||||
std::string QuerySystemEntitiesRequest::getEntityName()const
|
||||
{
|
||||
return entityName_;
|
||||
}
|
||||
|
||||
void QuerySystemEntitiesRequest::setEntityName(const std::string& entityName)
|
||||
{
|
||||
entityName_ = entityName;
|
||||
setCoreParameter("EntityName", entityName);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,41 +20,43 @@ using AlibabaCloud::Chatbot::Model::RemoveEntityMemberRequest;
|
||||
|
||||
RemoveEntityMemberRequest::RemoveEntityMemberRequest() :
|
||||
RpcServiceRequest("chatbot", "2017-10-11", "RemoveEntityMember")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
RemoveEntityMemberRequest::~RemoveEntityMemberRequest()
|
||||
{}
|
||||
|
||||
long RemoveEntityMemberRequest::getEntityId()const
|
||||
{
|
||||
return entityId_;
|
||||
}
|
||||
|
||||
void RemoveEntityMemberRequest::setEntityId(long entityId)
|
||||
{
|
||||
entityId_ = entityId;
|
||||
setCoreParameter("EntityId", std::to_string(entityId));
|
||||
}
|
||||
|
||||
std::string RemoveEntityMemberRequest::getRemoveType()const
|
||||
{
|
||||
return removeType_;
|
||||
}
|
||||
|
||||
void RemoveEntityMemberRequest::setRemoveType(const std::string& removeType)
|
||||
{
|
||||
removeType_ = removeType;
|
||||
setCoreParameter("RemoveType", removeType);
|
||||
}
|
||||
|
||||
std::string RemoveEntityMemberRequest::getMember()const
|
||||
{
|
||||
return member_;
|
||||
}
|
||||
|
||||
void RemoveEntityMemberRequest::setMember(const std::string& member)
|
||||
{
|
||||
member_ = member;
|
||||
setCoreParameter("Member", member);
|
||||
}
|
||||
|
||||
long RemoveEntityMemberRequest::getEntityId()const
|
||||
{
|
||||
return entityId_;
|
||||
}
|
||||
|
||||
void RemoveEntityMemberRequest::setEntityId(long entityId)
|
||||
{
|
||||
entityId_ = entityId;
|
||||
setCoreParameter("EntityId", std::to_string(entityId));
|
||||
}
|
||||
|
||||
std::string RemoveEntityMemberRequest::getRemoveType()const
|
||||
{
|
||||
return removeType_;
|
||||
}
|
||||
|
||||
void RemoveEntityMemberRequest::setRemoveType(const std::string& removeType)
|
||||
{
|
||||
removeType_ = removeType;
|
||||
setCoreParameter("RemoveType", removeType);
|
||||
}
|
||||
|
||||
std::string RemoveEntityMemberRequest::getMember()const
|
||||
{
|
||||
return member_;
|
||||
}
|
||||
|
||||
void RemoveEntityMemberRequest::setMember(const std::string& member)
|
||||
{
|
||||
member_ = member;
|
||||
setCoreParameter("Member", member);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,30 +20,32 @@ using AlibabaCloud::Chatbot::Model::RemoveSynonymRequest;
|
||||
|
||||
RemoveSynonymRequest::RemoveSynonymRequest() :
|
||||
RpcServiceRequest("chatbot", "2017-10-11", "RemoveSynonym")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
RemoveSynonymRequest::~RemoveSynonymRequest()
|
||||
{}
|
||||
|
||||
std::string RemoveSynonymRequest::getSynonym()const
|
||||
{
|
||||
return synonym_;
|
||||
}
|
||||
|
||||
void RemoveSynonymRequest::setSynonym(const std::string& synonym)
|
||||
{
|
||||
synonym_ = synonym;
|
||||
setCoreParameter("Synonym", synonym);
|
||||
}
|
||||
|
||||
std::string RemoveSynonymRequest::getCoreWordName()const
|
||||
{
|
||||
return coreWordName_;
|
||||
}
|
||||
|
||||
void RemoveSynonymRequest::setCoreWordName(const std::string& coreWordName)
|
||||
{
|
||||
coreWordName_ = coreWordName;
|
||||
setCoreParameter("CoreWordName", coreWordName);
|
||||
}
|
||||
|
||||
std::string RemoveSynonymRequest::getSynonym()const
|
||||
{
|
||||
return synonym_;
|
||||
}
|
||||
|
||||
void RemoveSynonymRequest::setSynonym(const std::string& synonym)
|
||||
{
|
||||
synonym_ = synonym;
|
||||
setCoreParameter("Synonym", synonym);
|
||||
}
|
||||
|
||||
std::string RemoveSynonymRequest::getCoreWordName()const
|
||||
{
|
||||
return coreWordName_;
|
||||
}
|
||||
|
||||
void RemoveSynonymRequest::setCoreWordName(const std::string& coreWordName)
|
||||
{
|
||||
coreWordName_ = coreWordName;
|
||||
setCoreParameter("CoreWordName", coreWordName);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,19 +20,21 @@ using AlibabaCloud::Chatbot::Model::TestDialogFlowRequest;
|
||||
|
||||
TestDialogFlowRequest::TestDialogFlowRequest() :
|
||||
RpcServiceRequest("chatbot", "2017-10-11", "TestDialogFlow")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
TestDialogFlowRequest::~TestDialogFlowRequest()
|
||||
{}
|
||||
|
||||
long TestDialogFlowRequest::getDialogId()const
|
||||
{
|
||||
return dialogId_;
|
||||
}
|
||||
|
||||
void TestDialogFlowRequest::setDialogId(long dialogId)
|
||||
{
|
||||
dialogId_ = dialogId;
|
||||
setCoreParameter("DialogId", std::to_string(dialogId));
|
||||
}
|
||||
|
||||
long TestDialogFlowRequest::getDialogId()const
|
||||
{
|
||||
return dialogId_;
|
||||
}
|
||||
|
||||
void TestDialogFlowRequest::setDialogId(long dialogId)
|
||||
{
|
||||
dialogId_ = dialogId;
|
||||
setCoreParameter("DialogId", std::to_string(dialogId));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,30 +20,32 @@ using AlibabaCloud::Chatbot::Model::UpdateCategoryRequest;
|
||||
|
||||
UpdateCategoryRequest::UpdateCategoryRequest() :
|
||||
RpcServiceRequest("chatbot", "2017-10-11", "UpdateCategory")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
UpdateCategoryRequest::~UpdateCategoryRequest()
|
||||
{}
|
||||
|
||||
std::string UpdateCategoryRequest::getName()const
|
||||
{
|
||||
return name_;
|
||||
}
|
||||
|
||||
void UpdateCategoryRequest::setName(const std::string& name)
|
||||
{
|
||||
name_ = name;
|
||||
setCoreParameter("Name", name);
|
||||
}
|
||||
|
||||
long UpdateCategoryRequest::getCategoryId()const
|
||||
{
|
||||
return categoryId_;
|
||||
}
|
||||
|
||||
void UpdateCategoryRequest::setCategoryId(long categoryId)
|
||||
{
|
||||
categoryId_ = categoryId;
|
||||
setCoreParameter("CategoryId", std::to_string(categoryId));
|
||||
}
|
||||
|
||||
std::string UpdateCategoryRequest::getName()const
|
||||
{
|
||||
return name_;
|
||||
}
|
||||
|
||||
void UpdateCategoryRequest::setName(const std::string& name)
|
||||
{
|
||||
name_ = name;
|
||||
setCoreParameter("Name", name);
|
||||
}
|
||||
|
||||
long UpdateCategoryRequest::getCategoryId()const
|
||||
{
|
||||
return categoryId_;
|
||||
}
|
||||
|
||||
void UpdateCategoryRequest::setCategoryId(long categoryId)
|
||||
{
|
||||
categoryId_ = categoryId;
|
||||
setCoreParameter("CategoryId", std::to_string(categoryId));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,30 +20,32 @@ using AlibabaCloud::Chatbot::Model::UpdateCoreWordRequest;
|
||||
|
||||
UpdateCoreWordRequest::UpdateCoreWordRequest() :
|
||||
RpcServiceRequest("chatbot", "2017-10-11", "UpdateCoreWord")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
UpdateCoreWordRequest::~UpdateCoreWordRequest()
|
||||
{}
|
||||
|
||||
std::string UpdateCoreWordRequest::getCoreWordName()const
|
||||
{
|
||||
return coreWordName_;
|
||||
}
|
||||
|
||||
void UpdateCoreWordRequest::setCoreWordName(const std::string& coreWordName)
|
||||
{
|
||||
coreWordName_ = coreWordName;
|
||||
setCoreParameter("CoreWordName", coreWordName);
|
||||
}
|
||||
|
||||
std::string UpdateCoreWordRequest::getCoreWordCode()const
|
||||
{
|
||||
return coreWordCode_;
|
||||
}
|
||||
|
||||
void UpdateCoreWordRequest::setCoreWordCode(const std::string& coreWordCode)
|
||||
{
|
||||
coreWordCode_ = coreWordCode;
|
||||
setCoreParameter("CoreWordCode", coreWordCode);
|
||||
}
|
||||
|
||||
std::string UpdateCoreWordRequest::getCoreWordName()const
|
||||
{
|
||||
return coreWordName_;
|
||||
}
|
||||
|
||||
void UpdateCoreWordRequest::setCoreWordName(const std::string& coreWordName)
|
||||
{
|
||||
coreWordName_ = coreWordName;
|
||||
setCoreParameter("CoreWordName", coreWordName);
|
||||
}
|
||||
|
||||
std::string UpdateCoreWordRequest::getCoreWordCode()const
|
||||
{
|
||||
return coreWordCode_;
|
||||
}
|
||||
|
||||
void UpdateCoreWordRequest::setCoreWordCode(const std::string& coreWordCode)
|
||||
{
|
||||
coreWordCode_ = coreWordCode;
|
||||
setCoreParameter("CoreWordCode", coreWordCode);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,30 +20,32 @@ using AlibabaCloud::Chatbot::Model::UpdateDialogFlowRequest;
|
||||
|
||||
UpdateDialogFlowRequest::UpdateDialogFlowRequest() :
|
||||
RpcServiceRequest("chatbot", "2017-10-11", "UpdateDialogFlow")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
UpdateDialogFlowRequest::~UpdateDialogFlowRequest()
|
||||
{}
|
||||
|
||||
std::string UpdateDialogFlowRequest::getModuleDefinition()const
|
||||
{
|
||||
return moduleDefinition_;
|
||||
}
|
||||
|
||||
void UpdateDialogFlowRequest::setModuleDefinition(const std::string& moduleDefinition)
|
||||
{
|
||||
moduleDefinition_ = moduleDefinition;
|
||||
setCoreParameter("ModuleDefinition", moduleDefinition);
|
||||
}
|
||||
|
||||
long UpdateDialogFlowRequest::getDialogId()const
|
||||
{
|
||||
return dialogId_;
|
||||
}
|
||||
|
||||
void UpdateDialogFlowRequest::setDialogId(long dialogId)
|
||||
{
|
||||
dialogId_ = dialogId;
|
||||
setCoreParameter("DialogId", std::to_string(dialogId));
|
||||
}
|
||||
|
||||
std::string UpdateDialogFlowRequest::getModuleDefinition()const
|
||||
{
|
||||
return moduleDefinition_;
|
||||
}
|
||||
|
||||
void UpdateDialogFlowRequest::setModuleDefinition(const std::string& moduleDefinition)
|
||||
{
|
||||
moduleDefinition_ = moduleDefinition;
|
||||
setCoreParameter("ModuleDefinition", moduleDefinition);
|
||||
}
|
||||
|
||||
long UpdateDialogFlowRequest::getDialogId()const
|
||||
{
|
||||
return dialogId_;
|
||||
}
|
||||
|
||||
void UpdateDialogFlowRequest::setDialogId(long dialogId)
|
||||
{
|
||||
dialogId_ = dialogId;
|
||||
setCoreParameter("DialogId", std::to_string(dialogId));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,41 +20,43 @@ using AlibabaCloud::Chatbot::Model::UpdateDialogRequest;
|
||||
|
||||
UpdateDialogRequest::UpdateDialogRequest() :
|
||||
RpcServiceRequest("chatbot", "2017-10-11", "UpdateDialog")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
UpdateDialogRequest::~UpdateDialogRequest()
|
||||
{}
|
||||
|
||||
std::string UpdateDialogRequest::getDescription()const
|
||||
{
|
||||
return description_;
|
||||
}
|
||||
|
||||
void UpdateDialogRequest::setDescription(const std::string& description)
|
||||
{
|
||||
description_ = description;
|
||||
setCoreParameter("Description", description);
|
||||
}
|
||||
|
||||
long UpdateDialogRequest::getDialogId()const
|
||||
{
|
||||
return dialogId_;
|
||||
}
|
||||
|
||||
void UpdateDialogRequest::setDialogId(long dialogId)
|
||||
{
|
||||
dialogId_ = dialogId;
|
||||
setCoreParameter("DialogId", std::to_string(dialogId));
|
||||
}
|
||||
|
||||
std::string UpdateDialogRequest::getDialogName()const
|
||||
{
|
||||
return dialogName_;
|
||||
}
|
||||
|
||||
void UpdateDialogRequest::setDialogName(const std::string& dialogName)
|
||||
{
|
||||
dialogName_ = dialogName;
|
||||
setCoreParameter("DialogName", dialogName);
|
||||
}
|
||||
|
||||
std::string UpdateDialogRequest::getDescription()const
|
||||
{
|
||||
return description_;
|
||||
}
|
||||
|
||||
void UpdateDialogRequest::setDescription(const std::string& description)
|
||||
{
|
||||
description_ = description;
|
||||
setCoreParameter("Description", description);
|
||||
}
|
||||
|
||||
long UpdateDialogRequest::getDialogId()const
|
||||
{
|
||||
return dialogId_;
|
||||
}
|
||||
|
||||
void UpdateDialogRequest::setDialogId(long dialogId)
|
||||
{
|
||||
dialogId_ = dialogId;
|
||||
setCoreParameter("DialogId", std::to_string(dialogId));
|
||||
}
|
||||
|
||||
std::string UpdateDialogRequest::getDialogName()const
|
||||
{
|
||||
return dialogName_;
|
||||
}
|
||||
|
||||
void UpdateDialogRequest::setDialogName(const std::string& dialogName)
|
||||
{
|
||||
dialogName_ = dialogName;
|
||||
setCoreParameter("DialogName", dialogName);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,63 +20,65 @@ using AlibabaCloud::Chatbot::Model::UpdateEntityRequest;
|
||||
|
||||
UpdateEntityRequest::UpdateEntityRequest() :
|
||||
RpcServiceRequest("chatbot", "2017-10-11", "UpdateEntity")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
UpdateEntityRequest::~UpdateEntityRequest()
|
||||
{}
|
||||
|
||||
std::string UpdateEntityRequest::getEntityName()const
|
||||
{
|
||||
return entityName_;
|
||||
}
|
||||
|
||||
void UpdateEntityRequest::setEntityName(const std::string& entityName)
|
||||
{
|
||||
entityName_ = entityName;
|
||||
setCoreParameter("EntityName", entityName);
|
||||
}
|
||||
|
||||
long UpdateEntityRequest::getEntityId()const
|
||||
{
|
||||
return entityId_;
|
||||
}
|
||||
|
||||
void UpdateEntityRequest::setEntityId(long entityId)
|
||||
{
|
||||
entityId_ = entityId;
|
||||
setCoreParameter("EntityId", std::to_string(entityId));
|
||||
}
|
||||
|
||||
std::string UpdateEntityRequest::getRegex()const
|
||||
{
|
||||
return regex_;
|
||||
}
|
||||
|
||||
void UpdateEntityRequest::setRegex(const std::string& regex)
|
||||
{
|
||||
regex_ = regex;
|
||||
setCoreParameter("Regex", regex);
|
||||
}
|
||||
|
||||
std::string UpdateEntityRequest::getEntityType()const
|
||||
{
|
||||
return entityType_;
|
||||
}
|
||||
|
||||
void UpdateEntityRequest::setEntityType(const std::string& entityType)
|
||||
{
|
||||
entityType_ = entityType;
|
||||
setCoreParameter("EntityType", entityType);
|
||||
}
|
||||
|
||||
std::string UpdateEntityRequest::getMembers()const
|
||||
{
|
||||
return members_;
|
||||
}
|
||||
|
||||
void UpdateEntityRequest::setMembers(const std::string& members)
|
||||
{
|
||||
members_ = members;
|
||||
setCoreParameter("Members", members);
|
||||
}
|
||||
|
||||
std::string UpdateEntityRequest::getEntityName()const
|
||||
{
|
||||
return entityName_;
|
||||
}
|
||||
|
||||
void UpdateEntityRequest::setEntityName(const std::string& entityName)
|
||||
{
|
||||
entityName_ = entityName;
|
||||
setCoreParameter("EntityName", entityName);
|
||||
}
|
||||
|
||||
long UpdateEntityRequest::getEntityId()const
|
||||
{
|
||||
return entityId_;
|
||||
}
|
||||
|
||||
void UpdateEntityRequest::setEntityId(long entityId)
|
||||
{
|
||||
entityId_ = entityId;
|
||||
setCoreParameter("EntityId", std::to_string(entityId));
|
||||
}
|
||||
|
||||
std::string UpdateEntityRequest::getRegex()const
|
||||
{
|
||||
return regex_;
|
||||
}
|
||||
|
||||
void UpdateEntityRequest::setRegex(const std::string& regex)
|
||||
{
|
||||
regex_ = regex;
|
||||
setCoreParameter("Regex", regex);
|
||||
}
|
||||
|
||||
std::string UpdateEntityRequest::getEntityType()const
|
||||
{
|
||||
return entityType_;
|
||||
}
|
||||
|
||||
void UpdateEntityRequest::setEntityType(const std::string& entityType)
|
||||
{
|
||||
entityType_ = entityType;
|
||||
setCoreParameter("EntityType", entityType);
|
||||
}
|
||||
|
||||
std::string UpdateEntityRequest::getMembers()const
|
||||
{
|
||||
return members_;
|
||||
}
|
||||
|
||||
void UpdateEntityRequest::setMembers(const std::string& members)
|
||||
{
|
||||
members_ = members;
|
||||
setCoreParameter("Members", members);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,30 +20,32 @@ using AlibabaCloud::Chatbot::Model::UpdateIntentRequest;
|
||||
|
||||
UpdateIntentRequest::UpdateIntentRequest() :
|
||||
RpcServiceRequest("chatbot", "2017-10-11", "UpdateIntent")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
UpdateIntentRequest::~UpdateIntentRequest()
|
||||
{}
|
||||
|
||||
std::string UpdateIntentRequest::getIntentDefinition()const
|
||||
{
|
||||
return intentDefinition_;
|
||||
}
|
||||
|
||||
void UpdateIntentRequest::setIntentDefinition(const std::string& intentDefinition)
|
||||
{
|
||||
intentDefinition_ = intentDefinition;
|
||||
setCoreParameter("IntentDefinition", intentDefinition);
|
||||
}
|
||||
|
||||
long UpdateIntentRequest::getIntentId()const
|
||||
{
|
||||
return intentId_;
|
||||
}
|
||||
|
||||
void UpdateIntentRequest::setIntentId(long intentId)
|
||||
{
|
||||
intentId_ = intentId;
|
||||
setCoreParameter("IntentId", std::to_string(intentId));
|
||||
}
|
||||
|
||||
std::string UpdateIntentRequest::getIntentDefinition()const
|
||||
{
|
||||
return intentDefinition_;
|
||||
}
|
||||
|
||||
void UpdateIntentRequest::setIntentDefinition(const std::string& intentDefinition)
|
||||
{
|
||||
intentDefinition_ = intentDefinition;
|
||||
setCoreParameter("IntentDefinition", intentDefinition);
|
||||
}
|
||||
|
||||
long UpdateIntentRequest::getIntentId()const
|
||||
{
|
||||
return intentId_;
|
||||
}
|
||||
|
||||
void UpdateIntentRequest::setIntentId(long intentId)
|
||||
{
|
||||
intentId_ = intentId;
|
||||
setCoreParameter("IntentId", std::to_string(intentId));
|
||||
}
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user