Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Which Python Library for Chat App in AI Applications (Agent Builder)

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.

Screenshot 2025-04-03 at 4.12.20 PM.png

Screenshot 2025-04-03 at 4.16.07 PM.png

Screenshot 2025-04-03 at 4.16.25 PM.png

   

 

1 2 126
2 REPLIES 2

@gcpkc in dialogflow cx console, just go to default start flow, and if the datastore is at the same project level and specific features you can add it with 3 single clicks.

@Mizar as i mentioned in the first bullet point, i have no problem doing it from the console. but my project requires to enable this process programmatically.