This code sample shows how to make a Google Chat app that a team can use to manage projects in real time.
The Chat app is implemented as a Google Cloud Function using a Node.js runtime, which responds to interaction events from Google Chat.
It uses Vertex AI to help teams write user stories (which represent features of a software system from the point of view of a user for the team to develop) and persists the stories in a Firestore database.
For detailed instructions to deploy and run this sample, follow the dedicated tutorial in the Google Chat developer documentation.
npm run test: Executes all the unit tests.