Reputation: 71
Im trying to fill API params: https://cloud.google.com/dialogflow/cx/docs/quick/api.
I couldn't find any reference on how to locate agent ID on its doc: https://cloud.google.com/dialogflow/cx/docs/concept/agent.
I couldn't find the ID in Agent's settings in the console.
¿Is it the same as the name of the Agent?
Upvotes: 3
Views: 4465
Reputation: 197
In addition to the previous response, you can get the Agent ID from the URL when accessing your Dialogflow CX agent in the console. See below:
You can also get the Agent ID via API using the projects.locations.agents.list method.
Note that the Agent ID is not the same as the name of the Agent.
Upvotes: 6
Reputation: 71
I found the DialogFlow CX API details selecting "Copy name" option of the agent.
Upvotes: 3