Added description of the Iteration component (#4656)

### What problem does this PR solve?



### Type of change


- [x] Documentation Update
This commit is contained in:
writinwaters
2025-01-27 10:12:23 +08:00
committed by GitHub
parent c354239b79
commit 47b28a27a6
4 changed files with 83 additions and 6 deletions

View File

@ -5,16 +5,16 @@ slug: /interact_component
# Interact component
The component that accepts user inputs and displays responses.
A component that accepts user inputs and displays responses.
---
The **Interact** component serves as the interface between human and bot, receiving user inputs and displaying the agent's responses.
An **Interact** component serves as the interface between human and bot, receiving user inputs and displaying the agent's responses.
## Scenarios
A **Interact** component is essential where you need to display the agent's responses or require user-computer interaction.
An **Interact** component is essential where you need to display the agent's responses or require user-computer interaction.
## Examples