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 images
  • Expert mode in JSON format

Was this helpful?

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

Images

Last Updated: 25.10.2019

PreviousVideoNextForms

Last updated 5 years ago

Was this helpful?

Overview

It is embedding the images into the response. The source image file must be hosted somewhere and have a URL that you can use to reference it. It should be publicly accessible (later, we will provide the options for the private hosting of the files).

For example, you can use images to create a user manual.

Adding images

To add the images, go to the output section and select the option for adding the image:

Enter the value and press enter:

You can add as many values as you want. When you add the image, you will see the following result in output:

Expert mode in JSON format

You can use the expert mode to add the images. The expert mode becomes available by pressing the button next to the word "Output."

Here is the JSON format for adding video files:

[
  {
    "type": "picture",
    "value": "https://test.com/Step1.png"
  }
]

Access the Expert mode