getting started>conversation design best practices (formatting)

There are lots of bullet points in different style. It's confusing and hard to follow. I'd recommend something like below:


Design natural, intuitive conversations

  1. Understand and implement the rules of Turn-taking, Reciprocity, and the Cooperative Principle.

Note: Most conversational use cases require that your bot assumes the onus of progressing the conversation, rather than the user. This is particularly important when leveraging generative AI.

2. In general, a conversational copy should be brief, and low cognitive load.

3. Use progressive disclosure. Provide “just enough” information for the conversational turn.

4. Re-adapt long website FAQ copy for conversational interfaces.

5. Be mindful of channel-specific actions, like “click” or “tap.” Replace with “choose” or “select.”

Note: For voicebots, follow the “rule of 3” when listing choices, and end your dialog turns with a direct question or call to action. Voice commands should be simple and intuitive.

6. Determine if you will use NLU, Generative AI, or both to power your conversational AI’s understanding.

7. Plan for how you will handle small talk and other conversational situations and commands.

A) Small talk:

- Hi, hello
- Thank you, thanks
- Are you a human?
- Can you repeat that? Come again?
- Go back, main menu, start over
- End, Close, Stop
- Agent, I want to speak to a human
- Hold on, wait

      B) Situations:

  • Are there any highly sensitive topics you will auto-escalate to a human immediately?
  • How will you handle repetitive abusive sentiment or pranksters?
  • Inactivity / Abandonment

8. Be on the lookout for any potential looping that could occur in your conversation design, and remove it.

9. Check that error messages are written in a helpful manner, enabling users to progress and get back on track.