-
Hello, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The documentation for the We have sample code here: However, I don't see any tutorials or guides here: https://cloud.google.com/s/results?q=converseconversation&doctype=sample%2Ctutorial&text=%22ConverseConversation%22 Please file a bug in the public issue tracker for discoveryengine to request tutorials or guides for this API. |
Beta Was this translation helpful? Give feedback.
The documentation for the
ConverseConversation
is here :REST
https://cloud.google.com/generative-ai-app-builder/docs/reference/rest/v1/projects.locations.dataStores.conversations/converse#google.cloud.discoveryengine.v1.ConversationalSearchService.ConverseConversation
Client Libraries
https://cloud.google.com/python/docs/reference/discoveryengine/latest/google.cloud.discoveryengine_v1.services.conversational_search_service.ConversationalSearchServiceClient#google_cloud_discoveryengine_v1_services_conversational_search_service_ConversationalSearchServiceClient_converse_conversation
We have sample code here:
https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-…