Guest User

Untitled

a guest
Jan 22nd, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. Dialogs = new DialogSet(_dialogStateAccessor);
  2. var cp = new ChoicePrompt(CHOICE);
  3. cp.Style = Bot.Builder.Dialogs.Choices.ListStyle.None;
  4. Dialogs.Add(cp);
  5.  
  6. await dc.PromptAsync(CHOICE, promptOptions);
Add Comment
Please, Sign In to add comment