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

Node.js client library for Actions on Google
https://actions-on-google.github.io/actions-on-google-nodejs
Apache License 2.0
900 stars 194 forks source link

Missing types in Dialogflow V2 #339

Open mishushakov opened 5 years ago

mishushakov commented 5 years ago

Hey guys! Dialogflow Webhook returns the webhookPayload.google object, containing richResponse.items for Actions on Google. You seem to be missing those types of webhookPayload.google.

Here is another issue, referenced to this: https://github.com/googleapis/google-cloud-go/issues/1494

And here are your current types: https://github.com/actions-on-google/actions-on-google-nodejs/blob/master/src/service/dialogflow/api/v2.ts#L231

Could you please comment? Thanks.