Versions Compared

Key

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

...

  • Name. This field contains the name of the node (if given).

  • Endpoint. The endpoint this Bot view should point to is given here. (by default it is /bot/web)

  • Skill. This field will be populated with the current project name automatically. You cannot edit this property.

  • Chatbot Version. Choose the default orbita bot template here.

    • v1 = old view

      Image RemovedImage Added
    • v2 = new view

      Image RemovedImage Added
  • Custom CSS. You can customize your chatbot using the JS code here.

  • Custom JS. You can customize your chatbot using the JS code here.

  • Settings. The new Orbita chatbot template (Chatbot version v2) settings can be changed in this tab.

...

  • Title (header)

  • Subheader text

  • Banner title

  • Banner message.

  • Logo (avatar)

...

Info

You can edit all icons from the icons settings tab provided you use a proper image size.the correct image sizes.

Sample code for Settings tab.

Code Block
languagejson
{
    "header": {
        "logoUrl": "/chatbot/v2/assets/branding-mark.svg",
        "headerText": "Title",
        "subHeaderText": "This is sub header text",
        "speakerOnIconUrl": "/chatbot/v2/assets/volume-on.svg",
        "speakerMuteIconUrl": "/chatbot/v2/assets/volume-muted.svg",
        "closeIconUrl": "/chatbot/v2/assets/x-header.svg"
    },
    "banner": {
        "title": "This is banner title",
        "message": "This is banner message"
    },
    "profile": {
        "defaultAvatorUrl": ""
    },
    "footer": {
        "menuIconUrl": "/chatbot/v2/assets/plus-button.svg",
        "menuIconDiabledUrl": "/chatbot/v2/assets/plus-btn-disabled.svg",
        "micIconUrl": "/chatbot/v2/assets/mic.svg",
        "micOnIconUrl": "/chatbot/v2/assets/mic-on.svg",
        "sendButtonIconUrl": "/chatbot/v2/assets/button-circular-01.svg",
        "sendButtonDisabledIconUrl": "/chatbot/v2/assets/send-circular-01-disabled.svg"
    },
    "theme": {        
        "dockFloat": { 
            "buttonSrc": "/chatbot/v2/assets/branding-mark.svg", 
            "buttonTitle": "button Title"
        } 
    },
    "botAvatorUrl": "/chatbot/v2/assets/orbita-icon.svg",
    "animationAvatorImageUrl": "/chatbot/v2/assets/avatar_loading.gif",
    "animationImageUrl": "/chatbot/v2/assets/msg_loading.gif"
}

Related Articles

Filter by label (Content by label)
showLabelsfalse
max5
showSpacefalse
cqllabel = "experience-manager"