You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

interact.mdx 754B

123456789101112131415161718192021
  1. ---
  2. sidebar_position: 3
  3. slug: /interact_component
  4. ---
  5. # Interact component
  6. A component that accepts user inputs and displays responses.
  7. ---
  8. An **Interact** component serves as the interface between human and bot, receiving user inputs and displaying the agent's responses.
  9. ## Scenarios
  10. An **Interact** component is essential where you need to display the agent's responses or require user-computer interaction.
  11. ## Examples
  12. You can explore our three-step interpreter agent template, where the **Interact** component is used to display the final translation, or our customer service agent template, where the **Interact** component is the immediate downstream of **Begin** and is used to display multi-turn dialogue between the user and the agent.