-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct & clarify parts of API spec (#11130)
* update API spec * update authentication methods section Co-authored-by: Anca Lita <[email protected]> * review * fix json NLU testing evaluation Co-authored-by: m-vdb <[email protected]> Co-authored-by: Anca Lita <[email protected]>
- Loading branch information
1 parent
e1ba8e2
commit ce46a2f
Showing
5 changed files
with
508 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Clarify aspects of the API spec | ||
GET /status endpoint: Correct response schema for model_id - a string, not an object. | ||
|
||
GET /conversations/{conversation_id}/tracker: Describe each of the enum options for include_events query parameter | ||
|
||
POST & PUT /conversations/{conversation_id}/tracker/eventss: Events schema added for each event type | ||
|
||
GET /conversations/{conversation_id}/story: Clarified the all_sessions query parameter and default behaviour. | ||
|
||
POST /model/test/intents : Remove JSON payload option since it is not supported | ||
|
||
POST /model/parse: Explain what emulation_mode is and how it affects response results |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.