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
The SkillHttpClient needs to include an overload that takes an audience and passes it through to the SkillConversationIdFactory for storage.
This audience is required so that when the SkillConversationIdFactory is used via the SkillHandler class, the correct ConnectorClient is created for sending activities.
We need another method to enable configuring "bufferedReplies" on Activity.DeliveryMode for forwarded activities.