Versions Compared

Key

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

...

  • Default - The values will be added to the autogenerated intent.

  • Href - You can give any valid URL in the value field. The URL will open in a new tab

  • Utterance - The utterance value will be triggered without considering the state assigned to it.

  • OnClick - You can call any js function with this option.
    For example, choose OnClick from the dropdown and use the below code in the Value field to dock the chatbot.

    Image Added

    Code Block
    (function(self){
        self.orbitaChatBot.dockCollapse()
    })(window)

    In the chatbot, clicking on the button will minimize the dock view chatbot.

Phrases are added to the Auto Generate Slots list.

...