Skills
This resource allows you to query the skills associated with your bot.
Get Skills
GET
https://api.jelou.ai/v1/bots/:botId/skills
Responses
Response detail
The response will provide us with detailed information about the skills and their current status.
Field
Type
Description
id
Integer
id
of the Skill. This id
must be set in the HSM configuration
name
String
Skill name
description
String
Skill description
status
Boolean
Skill status. Only skills with status true
should be configured in the HSM API
default
Boolean
Skill is selected as default for the bot
createdAt
Date
Flow creation date
updatedAt
Date
Flow update date
Last updated
Was this helpful?