Guest User

Untitled

a guest
Dec 14th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. AddStep(async (stepContext, cancellationToken) =>
  2. {
  3. var response = stepContext.Result as FoundChoice;
  4. stepContext.Values["maxPrice"] = response;
  5.  
  6. return await stepContext.BeginDialogAsync(SearchDialog.Id, null, cancellationToken);
  7. });
Add Comment
Please, Sign In to add comment