Fixed CMakeLists file.

This commit is contained in:
sdk-team
2019-09-12 15:46:27 +08:00
parent 2fde71e2cc
commit a489a9d52e
7 changed files with 11 additions and 2 deletions

View File

@@ -35,6 +35,7 @@ namespace AlibabaCloud
struct Feedback
{
std::string action;
bool interruptible;
std::string content;
std::string actionParams;
};

View File

@@ -36,6 +36,7 @@ namespace AlibabaCloud
{
std::string jobGroupId;
std::string userPhone;
std::string caller;
std::string contactReferrnceId;
};