Book-Lending Website: Choose the Right Card for an Enhanced User Experience

Enhance User Experience with Book-Lending Website's Chat-Bot and Book Information

Question

To enable users to view the availability and place booking for the books, a book-lending (library) website wants to implement a chat-bot that can help the users.

To further enhance the experience, you are requested to include the name of the book with its cover page as a large image and 2 buttons.

One button to join the waitlist of the book (should the book be currently unavailable) and the other button to read the book.

Which of the below card would you use?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

Correct Answer: C

There are multiple rich card options provided in the Azure Bot Service to enhance the user experience.

Hero card enables us to provide a card with the ability to tap action, buttons, large image, text of title, and required subtext.

Correct Answer: C

There are multiple rich card options provided in the Azure Bot Service to enhance the user experience.

Hero card enables us to provide a card with the ability to tap action, buttons, large image, text of title, and required subtext.

Based on the requirements given, the most suitable card to use would be the Hero Card.

The Hero Card is a type of card in the Microsoft Bot Framework that is used to display a large image with a title, subtitle, text, and buttons. This card is commonly used to show a summary or a highlight of a product or a service. In this case, the Hero Card can be used to display the name of the book along with its cover page as a large image.

The Hero Card also supports the use of buttons, which makes it ideal for this scenario. In the case of the book-lending website, two buttons can be added to the Hero Card. One button can be used to join the waitlist of the book, should the book be currently unavailable, and the other button can be used to read the book.

The Picture Card is a simpler version of the Hero Card, which only supports the display of an image. The Thumbnail Card is also similar to the Picture Card but displays a smaller image. The Design Card is not a pre-built card type in the Microsoft Bot Framework, but rather a generic term used to describe a custom-designed card that is created by the developer.

In summary, the Hero Card is the most suitable card type to use in this scenario as it allows for the display of a large image along with the book name, and also supports the use of buttons, which can be used to join the waitlist or read the book.