Overview
This section provides a detailed reference for all React components available in the Suki Web SDK.SukiAssistant Component
TheSukiAssistant is the main UI component that renders the Suki Assistant interface within your React application. It manages the display and interaction for ambient sessions.
The code snippet below shows how to use the SukiAssistant component to render the Suki Assistant interface within your React application.
React
Available Props
Type Safety For onClose Prop
TheSukiAssistant component employs conditional typing to ensure type safety for the onClose prop, which is dynamically determined by the uiOptions.showCloseButton configuration: