Nick
Nick
There is no way, using the media player, to set an end offset. However, you can use SSML to [set the beginning and ending of an audio clip](https://developers.google.com/assistant/conversational/df-asdk/ssml#audio).
Seems like you may be interested in a `postware` method to compliment the [`middleware`](https://github.com/actions-on-google/actions-on-google-nodejs/issues/182) method.
You cannot send a device action from a conversational action. A device action is triggered directly, without having to go through the "talk to" invocation.
Yeah I'm seeing the same thing. It looks like some changes were made to the googleads protos. I'll see if I can clean up the build process. In the meantime,...
`don't know how to resolve 'embeddedassistant.googleapis.com:443'` This looks like a connectivity issue
Right now the Assistant Service API does not support handling these media responses.
Neither news nor music playback are supported in the SDK right now.
Right now media playback is not supported for third-party developers in any of our SDK offerings. It's definitely something I'd like to get added, but I don't have a specific...
There's not a simple procedure as it stands. You can fill out [the interest form](https://developers.google.com/assistant/sdk/interest) but we're preferring developers use the public SDKs. Some features like media playback are not...
Thanks for the PR, although this seems like too significant of a refactor to merge.