Royjad
Royjad

Reputation: 99

Adaptive dialogs with Bot framework skills sample

Based on this Release Notes it looks like Skills have been updated to work with adaptive dialogs, and both adaptive and traditional dialogs will now accept all types of activities.

Is there any example code to see how to use Adaptive dialogs in Bf skills for node? I didn't find in samples

Upvotes: 0

Views: 282

Answers (1)

Kyle Delaney
Kyle Delaney

Reputation: 12284

You should use the BeginSkill action. There is a document here that shows you how to do this in Composer.

Upvotes: 1

Related Questions