How can I get name of a bot associated with botId?

Hi,

Using /api/v2/analytics/bots/aggregates/query, I am seeing Bot Aggregates which is great, but how can I get the Bot Name associated with botId? I don't see any API which list Bots or get Bot Details based on botId.

Any help is appreciated.

Hello,

I haven't practiced this (Bots and using the Bot Aggregate Query) but I think it depends on the bot type you are referring to (Lex? DialogFlow? ...).

I think the info for Lex and DialogFlow is under Integrations API.
For DialogFlow, I think the botId can be found as project.id in an entity resulting from GET /api/v2/integrations/speech/dialogflow/agents
For Lex, that would correspond to the name in an entity, resulting from GET /api/v2/integrations/speech/lex/bots

Regards,

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.