Say
Easily speak to your carter character
// Assuming you have already created a Carter object called carter
// Send a message to your Carter agent
const interaction = await carter.say("Hello", 'your-user-id', 'context', speak=True) // Only the message is mandatory
if (interaction.ok) {
const replyMessage = interaction.outputText
}Context
Interactions
Audio
Last updated