-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Only textToSpeech in response from Dialogflow #48
Comments
Can you disable and re-enable testing in the console? |
I just did (in the actions console) and am seeing the same results. |
I have the same problem. When going deeper into this and doing some debugging I found out that the debug_info field in the response received from the AssistRequest is always null - although this actually should contain the suggestion chips, cards etc. In the Logs Viewer I can see the request, and Dialogflow returns everything I expected - it just isn't part of the AssistResponse. @Fleker any idea whats wrong here ?
|
Is your action built using Dialogflow or Actions Builder? If the latter, you should use the Assistant Conversation testing lib. |
I have many projects on Dialogflow and actions builder and I'm trying to use these libraries depends what I need. |
I having an issue where only textToSpeech responses seem to work properly. I'm trying to test that the correct suggestions appear but only the textToSpeech array does. When I test it with the google actions console, I can see that the suggestion chips are appearing. I have tried it with a card as well and had the same results.
test.js:
test.js output:
raw response from actions console test:
The text was updated successfully, but these errors were encountered: