# BotResponse

## Extends

- `BotResponse`

### agentId?

```ts
optional agentId: string;
```

#### Inherited from

```ts
bkper.BotResponse.agentId
```

***

### createdAt?

```ts
optional createdAt: string;
```

#### Inherited from

```ts
bkper.BotResponse.createdAt
```

***

### message?

```ts
optional message: string;
```

#### Inherited from

```ts
bkper.BotResponse.message
```

***

### type?

```ts
optional type: "INFO" | "WARNING" | "ERROR";
```

#### Inherited from

```ts
bkper.BotResponse.type
```
