Trying to get Dialogflow to respond with webhook response.
I've got Dialogflow receiving the payload without issue, however I cannot get Google to tell me what that data is.
JSON payload below.
{
"payload": {
"google": {
"expectUserResponse": false,
"richResponse": {
"items": [
{
"simpleResponse": {
"textToSpeech": "this is a simple response"
}
}
]
}
}
}
}
At this point, I feel like I'm missing a setup option somewhere.
Dialogflow bot also shows an empty response.