Generated 2017-10-11 for Chatbot.
This commit is contained in:
@@ -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_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user