bespoken / virtual-google-assistant

🤖 Easily test and debug Actions on Google programmatically https://bespoken.io
Apache License 2.0
23 stars 10 forks source link

[feature] support google actions v2 API #18

Closed nealrs closed 6 years ago

nealrs commented 6 years ago

I know this library current supports v1 and that many (if not most) actions are built on it, but you can no longer build v1 actions, and the new media response object (long form audio player) is only available with v2.

westlakem commented 6 years ago

Any updates on this?

jkelvie commented 6 years ago

Hi @westlakem - we do not have this scheduled yet. We will let you know as soon as we know when it will be available.

ecruzado commented 6 years ago

Update request to support DialogFlow v2. Follow V1 to V2 mapping https://dialogflow.com/docs/reference/v1-v2-mapping. To use v1 or v2 response validate onePlatformApiVersion key on agent.json

ecruzado commented 6 years ago

https://github.com/bespoken/virtual-google-assistant/pull/19 this PR is to support the new fulfillment format on DialogFlow v2