Set Skill
Redirect a user to a specific skill
Requirements
The user must have an active session
Headers
Name | Value |
---|---|
Content-Type |
|
Authorization | Basic TOKEN |
Path
Name | Type | Description | Required |
---|---|---|---|
| String | Bot ID | Yes |
| String | User ID | Yes |
| String | ID of the skill to which the user will be redirected | Yes |
Body
Name | Type | Description | Required |
---|---|---|---|
| Object | Inject parameters into the skill to which the user is redirected | No |
Response
Last updated