Open umanganiello opened 6 years ago
Some investigation points:
Appendix: is it possible to call APIs from WA?
This is an example of the JSON From WA:
{
"intents": [{
"intent": "Saluti",
"confidence": 1
}
],
"entities": [],
"input": {
"text": "ciao"
},
"output": {
"text": ["Ciao! Posso esserti utile?"],
"nodes_visited": ["Benvenuto"],
"log_messages": []
},
"context": {
"conversation_id": "9f787a0f-36cd-46eb-ba7b-152eb2a9cd9e",
"system": {
"dialog_stack": [{
"dialog_node": "Benvenuto"
}
],
"dialog_turn_counter": 3,
"dialog_request_counter": 3,
"_node_output_map": {
"Benvenuto": [1, 0, 1],
"In altri casi": [0]
}
}
}
}
Design the dialog and conversation solution using IBM Watson Assistant.
The execution flow could be:
Let's start with the following API: -paline.PalinaLinee
Reference: APIS Docs