Esempio n. 1
0
        protected override async Task OnTokenResponseEventAsync(ITurnContext <IEventActivity> turnContext, CancellationToken cancellationToken)
        {
            Logger.LogInformation("Running dialog with Token Response Event Activity.");

            // Run the Dialog with the new Token Response Event Activity.
            await _dialogs.Run(string.Empty, turnContext, cancellationToken);
        }