Main Skill

Start a scenario

The main.js file must export an object:

import code from './main.converse'

export default {
    code
}

We connect the ConverseScript to our skill using the code property

Last updated