# Event

## Extends

- `Event`

### payload

```ts
payload: Event;
```

The underlying payload data for this resource

#### Inherited from

```ts
Bkper.Event.payload
```

### getBotResponses()

```ts
getBotResponses(): BotResponse[];
```

#### Returns

`BotResponse`[]

The bot responses associated to this Event.

#### Inherited from

```ts
Bkper.Event.getBotResponses
```

***

### getId()

```ts
getId(): string;
```

#### Returns

`string`

The id of the Event.

#### Inherited from

```ts
Bkper.Event.getId
```

***

### json()

```ts
json(): Event;
```

Gets an immutable copy of the JSON payload for this resource.

#### Returns

`Event`

An immutable copy of the json payload

#### Inherited from

```ts
Bkper.Event.json
```
