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
}