FEEDBACK FOR (DIALOGS, SUGGESTIONS, SUMMARY)
FEEDBACK_WRAPER_TEMPLATE
Contains like/dislike buttons for each suggestion and automation for placeholder.HELPFUL_FEEDBACK_TEMPLATE
Contains a thumbs-up icon to provide feedback on all suggestions.NEGATIVE_FEEDBACK_TEMPLATE
Contains a container for the suggestions list and a comment box for detailed context.FEEDBACK_TOAST_TEMPLATE
Confirms and displays a toast message that the feedback was received when clicking the thumbs-up icon or submitting after selecting the thumbs-down icon.SUMMARY_TEMPLATE_ASSIST
Customizes the Summary element in the Assist tab as needed. Use this event like the overlay, but display it in the Assist tab only when the Agent submits or closes the summary.
SCROLL BTNS IN ASSIST AND MY AI Agent (Bot)
Contains scroll buttons in the Assist and My AI Agent (Bot) tabs when the tab view becomes overflow (on scroll). These buttons include up and down arrows located on the widget tabs. Note: Scroll buttons the view upwards or downwards accordingly. A hover effect is also applied to the scroll buttons.SCROLL_UP_BTN
Displays a Scroll Top button when content exists above the scroll position. Scrolls the button to the top of the assist tab.SCROLL_DOWN_BTN
Displays a Scroll Bottom button when content exists above the scroll position. Scrolls the button to the top of the assist tab.LOADERS
MAIN_LOADER
Displays the main loader during widget initialization, i.e., before landing on the default view.INDIVIDUAL_LOADER
Displays a loader when clicking the Override Mode button and entering values during agent-AI Agent interaction.NETWORK_ERROR_TOASTR
Displays a toast message at the top of the widget for network-related errors. Handle events associated with the network error toast template.COMMON SEND AND COPY EVENTS (SEARCH, MY AI Agent (Bot), ASSIST)
Send and Copy Events
These events are provided when the Agent clicks on the Send or Copy button on an AI Agent message. You can customize the Send and Copy elements. The following are the events for Send and Copy:- AGENT_SEND_MESSAGE
- AGENT_COPY_MESSAGE
AGENT_SEND_MESSAGE
Provides access to customize the Send button.AGENT_COPY_MESSAGE
Provides access to customize the Copy button.SENT_BUTTON_TEMPLATE
Displays the sent text while clicking the Send or Copy button. Note: An event emits to display “Sent” above the entity and message nodes.Summary Events
Provides an overview of the conversation between the User and the Agent. It lets the Agent to retrieve the details of the overall conversation at the end of the conversation. The following multiple events are for customization for the Summary:- CONVERSATION_SUMMARY_TEMPLATE
- SUMMARY_TEMPLATE_ASSIST
CONVERSATION_SUMMARY_TEMPLATE
Customizes the Summary overlay element where the overall conversation summary is displayed. Note: You can customize the summary overlay popup using this event.