Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Click on the link icon to open a pop window.

In the Link Info tab. , fill in the details such as display text, Link type, URL, etc.

The Link Type has 3 options to choose from: URL, Link to anchor in the text, E-mail.

...

The protocol field dropdown has an option utterance (not a web protocol) along with different web protocols.

...

Using the Utterance protocol, you can define a hyperlink to trigger an utterance.

In the below example, we have used a link to trigger the “Hello world” utterance.

...

  1. Double click on the say node to edit it. Select the Text tab.

  2. Select a word in the Chat text field of the Text tab.

  3. Click on the link icon.

  4. Select utterance:// from the protocol dropdown.

  5. Give the utterance in the URL field.

In the chatbot, clicking on the link will return the utterance “Hello world“ and the corresponding intent will be triggered.

...

In the Target tab, you can choose how the link should be opened.

...

Code Block
.msg>p>img {
    width: 100% !important;
}

Screen Tab

You can add an image to show within the bot. The contents of this tab will be rendered by smart displays.

...