I'm trying to make a correct fulfillment response to the simple request:
"queryResult": {
"queryText": "test",
"action": "test",
"parameters": {},
/*...*/
The response is:
{
"fulfillmentText": "good",
"fulfillmentMessages": [
{
"text": [
"ok"
]
}
],
/*...*/
DialogFlow replies:
Webhook call failed. Error: Failed to parse webhook JSON response: Expect message object but got: ["ok"].
What's the correct reply, so DialogFlow would accept it?