Good defaults and technical flexibility for life science websites
This version is in early development and is subject to change and therefore not ready for wide use. There may be other stable versions available.
Initial welcome screen for the chatbot, displaying a greeting and suggested questions.
Use the chatbot welcome component to:
The welcome screen is particularly effective when users might be unfamiliar with chatbots or when the chatbot serves specific, specialized functions that benefit from explanation.
This component is not to be used independent of the standalone or modal chatbot containers as it may not work correctly
Avoid the welcome screen when:
For experienced users or simple use cases, a minimal interface that goes directly to the input field may be more efficient.
The welcome component appears when the chatbot is first opened and includes:
Users can either click on a suggested question or type their own query to begin the conversation.
yarn add --dev @visual-framework/vf-chatbot-welcome
The style files included are written in Sass. If you're using a VF-core project, you can import it like this:
@import "@visual-framework/vf-chatbot-welcome/index.scss";
File system location: components/vf-chatbot-welcome
Find an issue on this page? Propose a change or discuss it.