Vk-backend static
name: TestSkill
install
source · Clone the upstream repo
git clone https://github.com/botanhuligan/vk-backend
manifest:
static/skill.yamlsource content
name: TestSkill
states: START: edges: START: SayHello is_default: true answer: Лол, {name}, здоровайся!
SayHello: edges: YES_EVENT: GetTime NO_EVENT: SayGoodbye action: say_hello_action
GetTime: edges: RESTART: START action: get_time_action event: RESTART
SayGoodbye: edges: RESTART: START answer: Нет так нет. До скорого свидания, {name}! event: RESTART