コード例 #1
0
ファイル: BotCommandsService.cs プロジェクト: igor93ti/Welo
        private ResponseTrigger CommandText(IBotCommand command)
        {
            var response = command.GetResponseQuote();

            response.WithButtons = command.WithButtons;
            return(command.GetResponseQuote());
        }