position | 'bottom-right' | 'bottom-left' | 'bottom-right' | Posicion del boton en pantalla. |
offset | number | 24 | Distancia desde el borde en pixeles. |
width | number | 400 | Ancho del panel de chat (px). |
height | number | 600 | Alto del panel de chat (px). |
defaultOpen | boolean | false | Si el chat se abre automaticamente al cargar. |
icon | WidgetIcon | 'robot' | Icono del boton flotante. |
buttonColor | string | '#2D84C7' | Color de fondo del boton. |
placeholder | string | — | Texto placeholder del input. |
allowAttachments | boolean | false | Habilita adjuntar archivos. |
suggestedQuestions | string[] | [] | Preguntas sugeridas en el estado vacio. |
showPoweredBy | boolean | PoweredByProps | false | Footer de atribucion. |
customCardRenderers | Record<string, ComponentType> | {} | Renderers custom para acciones. |
onMessage | (msg: ChatMessage) => void | — | Callback en cada mensaje. |
onActionExecuted | (action: ActionExecuted) => void | — | Callback en cada accion ejecutada. |