LogoLogo
  • About Hala.ai
  • Getting started with Hala
  • Hala Web Chat
  • Hala Platform
  • Platform Key concepts
    • Dashboard
      • Skills usage and chat history
    • User Management
    • Skills Kit
      • Dialog nodes
      • Conditions
      • Actions
      • Context
      • Output
        • Text
        • Text random
        • Quick reply
        • Video
        • Images
        • Forms
        • Tables (beta)
      • Behavior
    • Intents
    • Entities
    • Pre-built content
    • Context variables
    • Integrations
      • SAP (via Web Services)
      • ServiceNow
      • REST API
    • Actions
      • SAP (via Web Services)
      • ServiceNow
      • REST API
  • How to
    • Create a simple skill
    • Create a more complex skill
    • Create skill for SAP
    • Create skill for ServiceNow
    • Create the weather skill
    • Create skill with forms
  • help
    • Changelog
    • Support
    • Service Plan
  • reference
    • Articles
      • How AI empower sustainable growth of the organizations
      • How the Conversational AI Analytics will transform the business
      • Digital Skills as a Service (DSaaS)
      • Emerging Technologies and Enterprise Software
      • Identify the potential for automation
      • Few reasons to empower your ERP with Digital Assistant
      • AI Technology VS Value
      • SAP AMS Market Overview
Powered by GitBook
On this page
  • Overview
  • Adding quick reply
  • Expert mode in JSON format

Was this helpful?

  1. Platform Key concepts
  2. Skills Kit
  3. Output

Quick reply

Last Updated: 25.10.2019

PreviousText randomNextVideo

Last updated 5 years ago

Was this helpful?

Overview

Sometimes we expect from the user some predefined answers, like "yes" or "no," to help the user better navigate you can add quick reply buttons so that they can select one of the options as an input.

When a user clicks one of the quick replies buttons, an associated user input value is sending to the Hala.

Adding quick reply

To add the quick reply buttons, go to the output section and select the option for adding quick reply buttons:

Enter the value and press enter:

You can add as many values as you want.

Expert mode in JSON format

You can use the expert mode to specify the quick reply buttons. The expert mode becomes available by pressing the button next to the word "Output."

Here is the JSON format for adding quick reply buttons:

[
  {
    "type": "text",
    "value": "Please select a status for your incident",
    "quickReply": [
      "Low",
      "Medium",
      "High"
    ]
  }
]
Access the Expert mode