Get ConversationId from Context
问题 How can I get the ConversationId from the IDialogContext context ? I know that there is a ConverationData property but that seems to just be a data bag that can hold anything. Is the id in this bag? If so, what is the key to retrieve it? public async Task General(IDialogContext context, LuisResult result) { //how can I access the conversationId here } 回答1: So I have found a way of doing it but I am not sure if it is the best way. The context object that is passed in has a data field on it