UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

13 lines 570 B
export type GridAgentChatProps = { gridSessionId: string; usersReplicaId: number; chatbotName?: string; initialMessage?: string; open: boolean; onClose: () => void; /** Optional ID to use a different agent registered in Synapse */ agentRegistrationId?: string; }; export declare function GridAgentChat({ gridSessionId, usersReplicaId, chatbotName, initialMessage, open, onClose, agentRegistrationId, }: GridAgentChatProps): import("react/jsx-runtime").JSX.Element; export default GridAgentChat; //# sourceMappingURL=GridAgentChat.d.ts.map