1
如何從IDialogContext context
獲取ConversationId
?我知道有一個ConverationData
屬性,但似乎只是一個可以容納任何東西的數據包。從上下文中獲取ConversationId
這個包裏的id是什麼?如果是這樣,檢索它的關鍵是什麼?
public async Task General(IDialogContext context, LuisResult result)
{
//how can I access the conversationId here
}