actions-on-google / actions-on-google-testing-nodejs

Apache License 2.0
75 stars 18 forks source link

debug_info no longer being received #44

Open adamcohenrose opened 4 years ago

adamcohenrose commented 4 years ago

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?

Fleker commented 4 years ago

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

sjain55 commented 4 years ago

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.

adamcohenrose commented 4 years ago

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.

codeforequity-at commented 4 years ago

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 ...