Hi GCP community,
I've been trying to create the Chat App (screenshot 1) and attach an existing datastore (screenshot 3) using Python Library. But I am having a hard time to navigate through GCP documentation.
- I have no problem creating the Chat App by clicking on console. But that's not enough because I need to automate the creation process.
- I have no problem using discoveryengine_v1 to create Custom Search app.
- I tried dialogflowcx_v3 which was able to create an agent in Conversational Agents. It won't show up on AI Applications page. I can't find a way to add an existing datastore to the agent in dialogflowcx_v3 library either.
What's the best way to automate the screenshot-process with python library?
Thanks.


