Savalas Colbert • almost 2 years ago
Data Persistence, Google AUTH
Is there a way to persist session data or a a Google Auth? Is that possibly available in DailogFlow? I need for users to sign in and for data to be CRUD.
Comments are closed.
Savalas Colbert • almost 2 years ago
Is there a way to persist session data or a a Google Auth? Is that possibly available in DailogFlow? I need for users to sign in and for data to be CRUD.
Comments are closed.
3 comments
Shawni Devpost Manager • almost 2 years ago
Hi there. From the Google Team:
By wrapping Agent Builder: Agent Console in your own UI and implementing custom APIs you can do just about anything.
If you want the runtime to persist conversation history, that is provided in settings as an export of logging to BigQuery:
https://screenshot.googleplex.com/7c3dKcaHPZctEUC
(it's Dialogflow under the hood)
If you want the runtime to persist session (beyond conversation) or rely on an authenticated user token, that's not something we currently support.
When you need to grow beyond the out-of-the-box Agent Builder, you may need to build your own agents from Tools/Extensions:
https://cloud.google.com/vertex-ai/docs/generative-ai/multimodal/function-calling
https://cloud.google.com/vertex-ai/generative-ai/docs/extensions/create-extension
Savalas Colbert • almost 2 years ago
Thank you for the update, links, and clarifications. This aligns well with my own thinking, especially as I’ve been developing a custom VertexAI Agent while learning the Agent Builder platform. This information is very helpful and reassures me that I'm on the right track.
Shawni Devpost Manager • almost 2 years ago
Glad to hear that! Good luck.