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

# AIRichResponseTableRow

> Protobuf class AIRichResponseTableRow generated from WAProto.

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

## Implements

* [`IAIRichResponseTableRow`](/proto-reference/AIRichResponseTableMetadata/interfaces/IAIRichResponseTableRow)

## Constructors

### new AIRichResponseTableRow()

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

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

#### Parameters

##### p?

[`IAIRichResponseTableRow`](/proto-reference/AIRichResponseTableMetadata/interfaces/IAIRichResponseTableRow)

#### Returns

[`AIRichResponseTableRow`](/proto-reference/AIRichResponseTableMetadata/classes/AIRichResponseTableRow)

## Properties

### isHeading?

> `optional` **isHeading**: `null` | `boolean`

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

#### Implementation of

[`IAIRichResponseTableRow`](/proto-reference/AIRichResponseTableMetadata/interfaces/IAIRichResponseTableRow).[`isHeading`](/proto-reference/AIRichResponseTableMetadata/interfaces/IAIRichResponseTableRow#isheading)

***

### items

> **items**: `string`\[]

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

#### Implementation of

[`IAIRichResponseTableRow`](/proto-reference/AIRichResponseTableMetadata/interfaces/IAIRichResponseTableRow).[`items`](/proto-reference/AIRichResponseTableMetadata/interfaces/IAIRichResponseTableRow#items)

## Methods

### create()

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

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

#### Parameters

##### properties?

[`IAIRichResponseTableRow`](/proto-reference/AIRichResponseTableMetadata/interfaces/IAIRichResponseTableRow)

#### Returns

[`AIRichResponseTableRow`](/proto-reference/AIRichResponseTableMetadata/classes/AIRichResponseTableRow)

***

### decode()

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

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

#### Parameters

##### r

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

##### l?

`number`

#### Returns

[`AIRichResponseTableRow`](/proto-reference/AIRichResponseTableMetadata/classes/AIRichResponseTableRow)

***

### encode()

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

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

#### Parameters

##### m

[`IAIRichResponseTableRow`](/proto-reference/AIRichResponseTableMetadata/interfaces/IAIRichResponseTableRow)

##### w?

`Writer`

#### Returns

`Writer`

***

### fromObject()

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

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

#### Parameters

##### d

#### Returns

[`AIRichResponseTableRow`](/proto-reference/AIRichResponseTableMetadata/classes/AIRichResponseTableRow)

***

### getTypeUrl()

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

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

#### Parameters

##### typeUrlPrefix?

`string`

#### Returns

`string`

***

### toJSON()

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

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

#### Returns

`object`

***

### toObject()

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

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

#### Parameters

##### m

[`AIRichResponseTableRow`](/proto-reference/AIRichResponseTableMetadata/classes/AIRichResponseTableRow)

##### o?

`IConversionOptions`

#### Returns

`object`
