[Conversation] workspaces and intents CRUD operations - #632
Conversation
Address other small JavaDoc issues across build
Enable customization for Speech to Test WebSocket recognition requests
Fix and expand constructors for Speech to Text Word object
📝 Update CHANGELOG.md file
…loud/issue-587 Add onListening() and onInactivityTimeout() to Speech callback
📝 Update CHANGELOG.md for new Tradeoff Analytics features
1) Add code coverage to gradle 2) Add the ability to aggregate all the test results in each sub project to 1 report
…1851 add code coverage to gradle
…loud/fix-stt [speech-to-text] Fix inactivity_timeout bug and add integration test to avoid future problems.
Conflicts: conversation/src/main/java/com/ibm/watson/developer_cloud/conversation/v1/ConversationService.java conversation/src/test/java/com/ibm/watson/developer_cloud/conversation/v1/ConversationTest.java
Codecov Report
@@ Coverage Diff @@
## develop #632 +/- ##
==============================================
- Coverage 59.48% 47.21% -12.28%
+ Complexity 1617 1255 -362
==============================================
Files 363 384 +21
Lines 7116 7451 +335
Branches 431 455 +24
==============================================
- Hits 4233 3518 -715
- Misses 2555 3619 +1064
+ Partials 328 314 -14
Continue to review full report at Codecov.
|
| * @param metadata | ||
| * The metadata for the dialog node. | ||
| */ | ||
| public void setMetadata(Object metadata) { |
There was a problem hiding this comment.
Object (?) I think it should be Map<String, Object>
There was a problem hiding this comment.
According to Conversation API it is an object. https://www.ibm.com/watson/developercloud/conversation/api/v1/?curl#create_workspace
metadata
object
Any metadata that is required by the workspace.
I did not find an example of that object.
Do you think we should represent all JSON objects as Map<String, Object>?
|
@boazdavid, I'm looking at merging #646 instead of this. The code in that branch was autogenerated and it's aligned to the direction we are targeting with the SDK. |
|
We are going to merge the code from @mkistler later today. I'm going to close this for now. |
🆕
add support for new conversation api.
create/ update/ delete/ get/ list of: workspace/intent
includes javadoc, and unit tests.
code style was checked.
these functions of the api were not implemented:
example/ counterExamples