Versions Compared

Key

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

...

Code Block
msg.payload.orbita.directive = [{
    type: "html5",
    options: {
        template: '500x600',
        url :"https://environment.orbita.cloud:8443/oauth/login?response_type=code&redirect_uri=https://environment.orbita.cloud:8443/oeapi/bot/support&scope=personaldata&client_id=*****"
    },
    loginSuccessUtterance: 'success'
}]

The You can use successUtterance: 'Intent_Name' or loginSuccessUtterance: 'Intent_Name', will to invoke the Intent when you click on the Sign-In buttonafter the HTML content is rendered.

Attachments
previewfalse
uploadfalse
oldfalse
patterns.*json

...