Skip to content
Intents in YourGPT Chatbot Studio

What are Intents? Intents represent the intentions or purposes behind a users

input or query. They help the chatbot understand what the user wants or what action they intend to perform. Each intent typically corresponds to a specific task, action, or response that the chatbot can handle. ### Role of Intents Fundamental step in chatbot development: Creating intents.

  • Link user inquiries to appropriate responses/actions.

  • Understand and respond to user requests accurately and contextually.

  • Association of intentions with appropriate responses/actions is crucial.

For example, if a user asks, β€œWhat’s the weather like today?”, the chatbot should recognize the intent as β€˜asking about the weather’ and respond with the current weather information. This response could be a pre-defined text message, or it could involve an action like fetching real-time weather data from an external API.

How to use them in Chatbot Studio?

  • Go to the Flow section in the Chatbot Studio.

  • From the Start section, drag and drop the Intent component onto the canvas.

  • Define the intent by providing a name and adding a short description about the intent in the Model section.

  • Now you can add custom responses or actions to the intent in the Flow section.

Do’s and Don’ts