DocsQA UI

<qa-bot></qa-bot>

API

<qa-bot>

QABot custom element

Attributes

NameDescriptionTypeDefault
avatar-srcCustomize chatbot avatar urlstring | undefined
header-background-srcCustomize chatbot header background image with urlstring | undefined
orientationOrientation of the bot widget and animation.'bottom-left' | 'bottom-right' | 'top-left' | 'top-right' | 'center''bottom-right'
serverREQUIRED, specify the server url bot talks to.string | undefined
siteSpecify site base location the links refer to, if not relative to current location.string | undefined
targetSpecify of reference links.string | undefined'_self'
openSet the chat-bot expanded or collapsed.boolean | undefined
themeChoose between preset themes, auto, `light`, or `dark`.'auto' | 'dark' | 'light' | 'infer' | string | undefined'infer'
titleTitle of the bot.string
descriptionDescription of the bot.string | undefined
channelKey for chat history storage.string | undefined
show-tipShow or hide the tip beside badge, doesn't work on mobile viewboolean | undefinedfalse
powered-by-icon-srcImage url for `powered-by` footer.string | undefined
tokenstring | undefined
fg-colorstring | undefined
bg-colorstring | undefined

Properties

NameAttributeDescriptionTypeDefault
botAvataravatar-srcstring | undefined
titletitlestring
descriptiondescriptionstring | undefined
headerBackgroundheader-background-srcstring | undefined
orientationorientation'bottom-left' | 'bottom-right' | 'top-left' | 'top-right' | 'center''bottom-right'
tokentokenstring | undefined
serverserverstring | undefined
sitesitestring | undefined
targettargetstring | undefined'_self'
channelchannelstring | undefined
themetheme'auto' | 'dark' | 'light' | 'infer' | string | undefined'infer'
fgColorfg-colorstring | undefined
bgColorbg-colorstring | undefined
inferredThemeVariablesobject{ 'color-background': '', 'color-border': '', 'color-primary': '', 'color-action': '', 'color-action-secondary': '', 'color-action-contrast': '', 'color-action-contrast-secondary': '', 'color-card-header-background': '', 'color-card-header-color': '' }
poweredByIconSrcpowered-by-icon-srcstring | undefined
openopenboolean | undefined
showTipshow-tipboolean | undefinedfalse
busy
scrolledToBottomboolean | undefined
smallViewPortboolean | undefined
preferences
debugEnabledboolean | undefinedfalse
__debugEventListener(evt: CustomEvent) => void | undefined
answerRenderer{ [k in ANSWER_RENDER_TEMPLATE]: AnswerRenderer }ANSWER_RENDERER_MAP
patchesPatchFunction[][...DEFAULT_PATCHES]
__syncOptionsRoutine(event: Event) => void
__onScreenResizeRoutine(event: Event) => void
__inferThemeRoutine(_: any) => void

Methods

NameParametersDescriptionReturn
setQaPairTargeted
NameDescriptionType
qaPairQAPair
reInferTheme
debugCommands
NameDescriptionType
inputstring
submitQuestion
NameDescriptionType
etcobject
submitTypedQuestion
scrollDialogToBottom
NameDescriptionType
behavior'smooth' | 'auto'
scrollToAnswerByRequestId
NameDescriptionType
requestIdstring
behavior'smooth' | 'auto'
toggleOpen
closeCard
openCard
__loadFromSlot
NameDescriptionType
elemsHTMLElement[]
selector
loadPreferences
__setUpThemeMightChangeObserver
__suspendThemeMightChangeObserver