actions-on-google-testing-nodejs icon indicating copy to clipboard operation
actions-on-google-testing-nodejs copied to clipboard

debug_info no longer being received

Open adamcohenrose opened this issue 4 years ago • 4 comments

We seem to be no longer receiving the debug_info from the embedded assistant events. This means we can only assert on textToSpeech responses, and can no longer assert on any display-based or device-transfer content.

This seems to happen even though the account is set up as an owner as per the embedded assistant proto docs.

Has something changed in the upstream Google Assistant embedded API?

adamcohenrose avatar Jan 27 '20 17:01 adamcohenrose

Is your Action still in a test state for that account?

Fleker avatar Jan 28 '20 15:01 Fleker

Is your Action still in a test state for that account?

Could you please let me know what does it mean "Action still in a test state". I am also getting only testToSpeech values in response.

sjain55 avatar Feb 05 '20 08:02 sjain55

Sorry for the late reply to my original query.

I think @Fleker means to ask if the account has Testing on Device enabled for that action -- available in the Actions on Google console.

If so, then yes, this account does have Testing on Device enabled for that action.

adamcohenrose avatar Feb 05 '20 10:02 adamcohenrose

Are there any news on this ? I can test with text requests/responses only for now, but as the debug_info is missing from the response there are no suggestion chips, no lists, no carousels ...

codeforequity-at avatar Sep 07 '20 16:09 codeforequity-at