Train with custom text
PUT https://api.chatbot.com/v2/training/train/text
Properties
parameter | type |
---|---|
text | String(1, 256) |
Request Body
{"storyId"=>"<your_story_id>", "targetId"=>"<your_interaction_id>", "text"=>"<your_phrase>"}
PUT https://api.chatbot.com/v2/training/train/text
parameter | type |
---|---|
text | String(1, 256) |
{"storyId"=>"<your_story_id>", "targetId"=>"<your_interaction_id>", "text"=>"<your_phrase>"}