File tree Expand file tree Collapse file tree 4 files changed +7
-1
lines changed
include/alibabacloud/voicenavigator/model Expand file tree Collapse file tree 4 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1+ 2022-06-24 Version: 1.36.1159
2+ - Supported new features etc.
3+
142022-06-24 Version: 1.36.1158
25- Supported new features for outbound.
36
Original file line number Diff line number Diff line change 1- 1.36.1158
1+ 1.36.1159
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ namespace AlibabaCloud
3838 std::string skillGroup;
3939 std::string conversationId;
4040 bool hasLastPlaybackCompleted;
41+ std::string calledNumber;
4142 int endReason;
4243 long endTime;
4344 int rounds;
Original file line number Diff line number Diff line change @@ -63,6 +63,8 @@ void ListConversationsResult::parse(const std::string &payload)
6363 conversationsObject.hasLastPlaybackCompleted = valueConversationsConversation[" HasLastPlaybackCompleted" ].asString () == " true" ;
6464 if (!valueConversationsConversation[" SandBox" ].isNull ())
6565 conversationsObject.sandBox = valueConversationsConversation[" SandBox" ].asString () == " true" ;
66+ if (!valueConversationsConversation[" CalledNumber" ].isNull ())
67+ conversationsObject.calledNumber = valueConversationsConversation[" CalledNumber" ].asString ();
6668 conversations_.push_back (conversationsObject);
6769 }
6870 if (!value[" TotalCount" ].isNull ())
You can’t perform that action at this time.
0 commit comments