Пример #1
0
 public static BotData SetConversationData(this IBotState operations, string channelId, string conversationId, BotData botData)
 {
     return(operations.SetConversationDataAsync(channelId, conversationId, botData).GetAwaiter().GetResult());
 }