Skip to content

WARNING

The information provided on this page is intended for users with developer access to ACE Widgets.

Conversation component

The conversation component is used to display a conversation.

Example Usage

js
import { ConversationComponent } from '@telia-ace/widget-conversation-flamingo';

bootstrap('https://url-to-site', (config) => {
  config.plugin(ConversationComponent);
});

Properties

Providers

The providers property is used to enable given provider for the conversation component. The conversation component will use this provider to send and receive chat messages. See the provider section for more information.

Styling

See styling documentation for more details.

LabelKeyDescription
Background Colorconversation-bg-colorSet the background color for the conversation
Content Borderconversation-content-borderApply a border to the conversation content
User Background Colorconversation-user-bg-colorSet the background color of the user chat bubble
User Text Colorconversation-user-text-colorText color of user messages
Agent Background Colorconversation-agent-bg-colorSet the background color of the agent chat bubble
Agent Text Colorconversation-agent-text-colorText color of agent messages
Message Info Colorconversation-message-info-colorText color for message details, such as timestamp and author
Input Borderconversation-input-borderApply a border to the input field
Input Text Colorconversation-input-text-colorText color for the input field
Input Background Colorconversation-input-bg-colorBackground color of the conversation input field

Texts

See texts documentation for more details.

This component does not have any custom texts.