Assigned
Status Update
Comments
va...@google.com <va...@google.com>
fg...@learning.eoi.es <fg...@learning.eoi.es> #3
I also have the same problem:
Project id: restaurant-phone-reservat-b9tt
Location: us-east1
Please have a look, this is a blocker for us.
Thank you!
Project id: restaurant-phone-reservat-b9tt
Location: us-east1
Please have a look, this is a blocker for us.
Thank you!
Description
Problem you have encountered:
Dialogflow returns an empty list of conversations, without responses, however there are conversations in the agent.
I´ve developed a chatbot with dialogflow in the console and now I need to get the conversations. When I try to get the list of conversations inside the agent using the Python Client Library I don´t get any error but also any data. The iterable seems to be empty. The agent is in the global region, the Log Interactions to Google Cloud option in Settings section is set to on and I can see and download conversations in the log.
I have no authentication issue because I can get the list of intents and run other methods without error. I´m using the sample code in the google documentation with some changes:
What you expected to happen:
I should get a list with the IDs of the conversations in the Agent.
My strategy is to get the list of conversations (list_conversations method) in a first step and then get each conversation with get_conversation.
Steps to reproduce:
Other information (workarounds you have tried, documentation consulted, etc):
I´ve tried a lot of strategies without positive result:
I always keep getting an empty response.
Any suggestion would be appreciated, I´m struggling and stuck with this for more than 2 months.
Thanks in advance.