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

Was this helpful?

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

Video

Last Updated: 25.10.2019

PreviousQuick replyNextImages

Last updated 5 years ago

Was this helpful?

Overview

It is embedding the video into the response. The source video 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).

Adding video files

To add the video files, go to the output section and select the option for adding the video:

Enter the value and press enter:

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

Expert mode in JSON format

You can use the expert mode to specify the video files. The expert mode becomes available by pressing the button next to the word "Output."

Here is the JSON format for adding video files:

[
  {
    "type": "video",
    "value": "https://vimeo.com/204361953"
  }
]

Access the Expert mode