Skip to content

Conversation

@compulim
Copy link
Contributor

Fixes #

Changelog Entry

Description

Adding design doc of the "Starter Prompts" feature.

Design

Starter prompts helps end-users to jumpstart a conversation by providing what the bot could help and a list of canned message that end-user can try out.

Specific Changes

  • Added docs/STARTER_PROMPTS.md
  • I have added tests and executed them locally
  • I have updated CHANGELOG.md
  • I have updated documentation

Review Checklist

This section is for contributors to review your work.

  • Accessibility reviewed (tab order, content readability, alt text, color contrast)
  • Browser and platform compatibilities reviewed
  • CSS styles reviewed (minimal rules, no z-index)
  • Documents reviewed (docs, samples, live demo)
  • Internationalization reviewed (strings, unit formatting)
  • package.json and package-lock.json reviewed
  • Security reviewed (no data URIs, check for nonce leak)
  • Tests reviewed (coverage, legitimacy)
"image": "https://.../bot.svg", // Could be data URI of an image.
"name": "Secretary Bot"
},
"potentialActions": [
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"potentialActions": [
"potentialAction": [
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants