> ## Documentation Index
> Fetch the complete documentation index at: https://baileys.wiki/llms.txt
> Use this file to discover all available pages before exploring further.

# AIRichResponseUnifiedResponse

> Protobuf class AIRichResponseUnifiedResponse generated from WAProto.

Defined in: [WAProto/index.d.ts:655](https://github.com/WhiskeySockets/Baileys/blob/master/WAProto/index.d.ts#L655)

## Implements

* [`IAIRichResponseUnifiedResponse`](/proto-reference/interfaces/IAIRichResponseUnifiedResponse)

## Constructors

### new AIRichResponseUnifiedResponse()

> **new AIRichResponseUnifiedResponse**(`p`?): [`AIRichResponseUnifiedResponse`](/proto-reference/classes/AIRichResponseUnifiedResponse)

Defined in: [WAProto/index.d.ts:656](https://github.com/WhiskeySockets/Baileys/blob/master/WAProto/index.d.ts#L656)

#### Parameters

##### p?

[`IAIRichResponseUnifiedResponse`](/proto-reference/interfaces/IAIRichResponseUnifiedResponse)

#### Returns

[`AIRichResponseUnifiedResponse`](/proto-reference/classes/AIRichResponseUnifiedResponse)

## Properties

### data?

> `optional` **data**: `null` | `Uint8Array`\<`ArrayBufferLike`>

Defined in: [WAProto/index.d.ts:657](https://github.com/WhiskeySockets/Baileys/blob/master/WAProto/index.d.ts#L657)

#### Implementation of

[`IAIRichResponseUnifiedResponse`](/proto-reference/interfaces/IAIRichResponseUnifiedResponse).[`data`](/proto-reference/interfaces/IAIRichResponseUnifiedResponse#data)

## Methods

### create()

> `static` **create**(`properties`?): [`AIRichResponseUnifiedResponse`](/proto-reference/classes/AIRichResponseUnifiedResponse)

Defined in: [WAProto/index.d.ts:658](https://github.com/WhiskeySockets/Baileys/blob/master/WAProto/index.d.ts#L658)

#### Parameters

##### properties?

[`IAIRichResponseUnifiedResponse`](/proto-reference/interfaces/IAIRichResponseUnifiedResponse)

#### Returns

[`AIRichResponseUnifiedResponse`](/proto-reference/classes/AIRichResponseUnifiedResponse)

***

### decode()

> `static` **decode**(`r`, `l`?): [`AIRichResponseUnifiedResponse`](/proto-reference/classes/AIRichResponseUnifiedResponse)

Defined in: [WAProto/index.d.ts:660](https://github.com/WhiskeySockets/Baileys/blob/master/WAProto/index.d.ts#L660)

#### Parameters

##### r

`Uint8Array`\<`ArrayBufferLike`> | `Reader`

##### l?

`number`

#### Returns

[`AIRichResponseUnifiedResponse`](/proto-reference/classes/AIRichResponseUnifiedResponse)

***

### encode()

> `static` **encode**(`m`, `w`?): `Writer`

Defined in: [WAProto/index.d.ts:659](https://github.com/WhiskeySockets/Baileys/blob/master/WAProto/index.d.ts#L659)

#### Parameters

##### m

[`IAIRichResponseUnifiedResponse`](/proto-reference/interfaces/IAIRichResponseUnifiedResponse)

##### w?

`Writer`

#### Returns

`Writer`

***

### fromObject()

> `static` **fromObject**(`d`): [`AIRichResponseUnifiedResponse`](/proto-reference/classes/AIRichResponseUnifiedResponse)

Defined in: [WAProto/index.d.ts:661](https://github.com/WhiskeySockets/Baileys/blob/master/WAProto/index.d.ts#L661)

#### Parameters

##### d

#### Returns

[`AIRichResponseUnifiedResponse`](/proto-reference/classes/AIRichResponseUnifiedResponse)

***

### getTypeUrl()

> `static` **getTypeUrl**(`typeUrlPrefix`?): `string`

Defined in: [WAProto/index.d.ts:664](https://github.com/WhiskeySockets/Baileys/blob/master/WAProto/index.d.ts#L664)

#### Parameters

##### typeUrlPrefix?

`string`

#### Returns

`string`

***

### toJSON()

> **toJSON**(): `object`

Defined in: [WAProto/index.d.ts:663](https://github.com/WhiskeySockets/Baileys/blob/master/WAProto/index.d.ts#L663)

#### Returns

`object`

***

### toObject()

> `static` **toObject**(`m`, `o`?): `object`

Defined in: [WAProto/index.d.ts:662](https://github.com/WhiskeySockets/Baileys/blob/master/WAProto/index.d.ts#L662)

#### Parameters

##### m

[`AIRichResponseUnifiedResponse`](/proto-reference/classes/AIRichResponseUnifiedResponse)

##### o?

`IConversionOptions`

#### Returns

`object`
