Skip to content

Commit

Permalink
refactor(assistant-v2): parameter names changed for v4
Browse files Browse the repository at this point in the history
BREAKING CHANGE: For `updateValue`, parameter `new_type` is changed to `new_value_type`. For `updateDialogNode`, parameter `new_type` is changed to `new_node_type`.
  • Loading branch information
dpopp07 committed Mar 27, 2019
1 parent 4757091 commit f6adbe9
Show file tree
Hide file tree
Showing 4 changed files with 721 additions and 2,084 deletions.
6 changes: 6 additions & 0 deletions UPGRADE-4.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@ The following services have been deprecated for an extended period of time and w
### Assistant V1 Compatibility
- Parameter name changed: `export` -> `_export` (_All instances_)

#### updateValue
- Parameter name changed: `new_type` -> `new_value_type`

#### updateDialogNode
- Parameter name changed: `new_type` -> `new_node_type`

### Assistant V2 Compatibility
- Interface `MessageContextSkill` removed

Expand Down
Loading

0 comments on commit f6adbe9

Please sign in to comment.