BotFramework-WebChat icon indicating copy to clipboard operation
BotFramework-WebChat copied to clipboard

Design: inline suggested actions

Open compulim opened this issue 4 years ago • 0 comments

Feature Request

(More investigation/details can be found in #3083.)

For simple question and answer, many of our customers use Adaptive Cards instead of suggested actions, probably because:

  • The choice of answer is persisted in the transcript
  • UX-wise, it is more intuitive to associate the answer to the question, as they appear in the same message bubble

However, Adaptive Cards is designed to be repetitively submitted. We are advised by the AC team that we should not disable the AC once it is submitted.

Thus, using AC for answering questions or choosing a path in the dialogue, is not a right approach.

We should make suggested actions more intuitive to use, in order to put bot authors back into the right track.

We did a preliminary investigation about the inline design and it is in #3083.

[feature-request]

compulim avatar Oct 07 '21 18:10 compulim