Trying to get Webhook reply repond to the google assistant. No matter what format I used got the following answer in Google Log:
Invalid response from webhook: Failed to translate JSON to ExecuteHttpResponse…
and the webhookResponse in the Google assistant log shows:
{
"responseJson": {
"payload": {
"google": {
"expectUserResponse": true,
"richResponse": {
"items": [
{
"simpleResponse": {
"textToSpeech": "this is a simple response"
}
}
]
}
}
}
}
}
Besides the jsonResponse{…} the rest of the text is in the “reply Body” of the Webhook reply
Thanks