Interactions
Carter Interactions are at the heart of carter-js
What is an interaction?
What does it look like?
CarterInteraction {
id: String
data: CarterData
ok: Boolean
statusCode: Number
statusMessage: String
payload: CarterPayload
triggeredSkills: CarterSkillInstance[]
executedSkills: CarterSkillInstance[]
response_text: String
response_audio: String
}Last updated