React component for building conversational AI interfaces with C1’s chat functionality.
C1Chat
component is a React component that allows you to build conversational AI interfaces with C1. It renders a full chat interface
with a sidebar, composer, user and agent messages. You can customize the C1Chat
component to your needs through the following props:
C1Chat
component automatically handles the API calls to the
backend. If not provided, you will need to manually implement and pass the
threadManager
and threadListManager
.useThreadManager
hook.useThreadListManager
hook.formFactor
instead. Defines the display type of the chat
component.