Build brilliant workflow
experiences rapidly
Platform_Zinc is the complete dev toolkit for automated, no-code applications.
Deliver an exceptional workflow experience and expand your audience reach.
src/nodes/chatbot.ts
import { config, Chatbot } from "@pz-open/lib/react";
const { useSuggestedQuestions, useChatbot } =
config("sb_prod_0000", {
suggestedQuestions: {
enabled: true,
limit: 5,
},
chatbot: true
}
);
const CustomerChatbot = () => {
const questions = useSuggestedQuestions();
const chatbot = useChatbot();
return (
<div>
<p>How can I help you today?</p>
<Chatbot
chatbot={chatbot}
suggestedQuestions={questions}
Message={<Message />}
/>
</div>
);
}
Suggested Questionsformat_list_bulleted_add
databaseBikes for Sale
subjectPrompt
Chatbotblur_on
databaseBikes for Sale
polylinePrevious Purchases
subjectSales Assistant Prompt
functionsUser Input