Narrative Design Triggers
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
convaiClient = new ConvaiClient({
apiKey: "", // Replace with your API key
characterId: "", // Replace with your character ID
enableAudio: true,
faceModal: 3,
enableFacialData: true,
});
// in the above scenario triggerName = "Start tour."
convaiClient.invokeTrigger("triggerName", "message");