Shuyang Chen

Results 25 comments of Shuyang Chen

I think you might have installed [`@types/actions-on-google`](https://www.npmjs.com/package/@types/actions-on-google) which is outdated and is only for v1. The v2 library includes its own types that are updated. You should be able to...

Hi, since you are using Firebase Functions, you just need to extract out the queries from the `request` object. See this [Stackoverflow post](https://stackoverflow.com/questions/44744697/parameters-in-firebase-cloud-functions-https) for more info.

Hi, what locale are you using for your action? It may not be available yet for public distribution for your locale.

We have talked about creating a `preware` and `postware` system similar to middlewares right now. Will need to figure out the exact details, but ideally it can cover most use...

This might have been an issue where the interaction with the action has timed out without the user knowing. Can you still reproduce now?

@nathanjliu Are you ensuring the conversation is continued? Can you send screenshots of what you are observing?

Have you tried to redeploy recently? We may have fixed the issue since. Otherwise, a possible workaround is to create a new project and transfer the invocation name.

Thanks for making the issue and creating the PR! If we were to add Koa support to the library directly that means we would have to have greater support for...

Originally, it was intended to be empty by default to make developers have to define their own types for stricter type control. But maybe it makes more sense to provide...

Hi, if this is the case then it is a bug on the platform end. Can you provide some sample code that you used to test this behavior? We will...