Home > @yext/chat-ui-react > MessageBubble
A component that displays the provided message.
Signature:
export declare function MessageBubble({ message, showFeedbackButtons, showTimestamp, customCssClasses, formatTimestamp, linkTarget, onLinkClick, }: MessageBubbleProps): React.JSX.Element;| Parameter | Type | Description |
|---|---|---|
| { message, showFeedbackButtons, showTimestamp, customCssClasses, formatTimestamp, linkTarget, onLinkClick, } | MessageBubbleProps |
Returns:
React.JSX.Element