File size: 754 Bytes
b9fe2b4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
sidebar_position: 3
slug: /interact_component
---

# Interact component

A component that accepts user inputs and displays responses.

---

An **Interact** component serves as the interface between human and bot, receiving user inputs and displaying the agent's responses.


## Scenarios

An **Interact** component is essential where you need to display the agent's responses or require user-computer interaction.

## Examples

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.