You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm writing a custom adapter for bot and I want to update some properties of User from my custom adapter layer. is there any way of doing that?
after convert the incoming message to activity I'm handoff the activity to bot to process
await RunPipelineAsync(context, bot.OnTurnAsync, cancellationToken).ConfigureAwait(false);
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm writing a custom adapter for bot and I want to update some properties of User from my custom adapter layer. is there any way of doing that?
after convert the incoming message to activity I'm handoff the activity to bot to process
await RunPipelineAsync(context, bot.OnTurnAsync, cancellationToken).ConfigureAwait(false);
Beta Was this translation helpful? Give feedback.
All reactions