Elements
Video
The Video
class allows you to display an video player for a specific video file in the chatbot user interface.
You must provide either an url or a path or content bytes.
Attributes
The name of the video file to be displayed in the UI. This is shown to users.
Determines where the element should be displayed in the UI. Choices are “side” (default), “inline”, or “page”.
The remote URL of the video.
The local file path of the video.
The file content of the video in bytes format.