What are the pre requisite for chatbots?

Hi all,
Can we build chatbot using attended licence and it requires you the build for this is their any python code is required?

Hi @vhvinodsai

Yes, a chatbot can be built using an attended license. Python is not required as UiPath provides native GenAI and chatbot activities; Python is only needed for advanced custom logic.

If solution help you please mark as solution so it’s helps other too and let me know if you doubts

Thanks & Happy Automations

Hi @vhvinodsai

Yes, you can build a chatbot using an Attended license.

  • You can build chatbots using UiPath Apps + Automation / Agentic AI without any issue on an Attended setup.
  • No Python code is required β€” everything can be done using UiPath Studio, activities, and AI/LLM connectors.
  • Python is optional, only needed if you want custom logic or advanced integrations outside UiPath.
  • The chatbot can be triggered by a user action (button click, app interaction, etc.), which fits well with attended automation.
  • AI/LLM usage will still be metered (free daily quota + Platform Units).

Attended license is enough, and you can build it fully low-code/no-code.

Hi @vhvinodsai

If solution works for you please mark as solution so thread will be closed and let me know if you still have doubts happy to help.

Cheers

Hi ,
I am waiting for some more resolutions.
Thank you for your info

hello @vhvinodsai ,

follow below thread for better understanding they have not utlized Python but using UiPath apps and Integration service you can develop Chatbot

Thread link : UiPath Tutorial: Build an AI Chatbot with UiPath Forms & OpenAI Integration Service

Regards
Dheerandra Vishwakarma

1 Like

Hi @vhvinodsai

Can we build a chatbot with an Attended license?

  • Yes
  • User must start the bot (click button / submit input)

Tools you can use

  • UiPath Studio
  • UiPath Apps (for chat UI)
  • UiPath Assistant (optional)
  • Orchestrator
  • AI / OpenAI connector (optional)

Is Python required?

  • No
  • Python is optional only for custom or advanced logic

Prerequisites:

  • Attended Robot license
  • UiPath Studio installed
  • Basic workflow knowledge
  • AI Platform Units (if using AI)

How it works (simple flow)

  1. User enters message
  2. Clicks submit
  3. Attended bot runs
  4. Bot processes input (rules or AI)
  5. Response shown to user

Best use cases

  • Internal helpdesk
  • HR / IT support
  • Data lookup bots
  • Process-trigger bots

Limitations

  • Needs user interaction
  • Not 24/7
  • Not for public-facing bots
1 Like

Hoping it will help you for better understanding

The chatbot runs via UiPath Assistant / attended robot.
It can be built using UiPath Studio with GenAI / LLM activities.
Python code is not required to build the chatbot.
UiPath provides out-of-the-box GenAI connectors (OpenAI, Azure OpenAI, etc.).
Conversation can be handled using input dialogs/forms and loops.
AI usage is metered and consumes AI Units / Platform Units.
Python is optional and only needed for advanced custom logic.

Thanks

1 Like

@vhvinodsai

Basically you can build it using Conversational agent and run on attended robot. For now there is only Low code way to build it but you can try building using LangGraph as well if your use case demands that level of control.

1 Like

Hi @ashokkarale

Thank you so much let me try to build

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