# BotResponseType

Enum that represents a Bot Response type

### ERROR

```ts
ERROR: "ERROR";
```

Error bot response

***

### INFO

```ts
INFO: "INFO";
```

Info bot response

***

### WARNING

```ts
WARNING: "WARNING";
```

Warning bot response
