synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
13 lines • 570 B
TypeScript
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