Skip to main content

Class: AIRichResponseSubMessage

Defined in: WAProto/index.d.ts:578

Implements

Constructors

new AIRichResponseSubMessage()

new AIRichResponseSubMessage(p?): AIRichResponseSubMessage

Defined in: WAProto/index.d.ts:579

Parameters

p?

IAIRichResponseSubMessage

Returns

AIRichResponseSubMessage

Properties

codeMetadata?

optional codeMetadata: null | IAIRichResponseCodeMetadata

Defined in: WAProto/index.d.ts:584

Implementation of

IAIRichResponseSubMessage.codeMetadata


contentItemsMetadata?

optional contentItemsMetadata: null | IAIRichResponseContentItemsMetadata

Defined in: WAProto/index.d.ts:589

Implementation of

IAIRichResponseSubMessage.contentItemsMetadata


dynamicMetadata?

optional dynamicMetadata: null | IAIRichResponseDynamicMetadata

Defined in: WAProto/index.d.ts:586

Implementation of

IAIRichResponseSubMessage.dynamicMetadata


gridImageMetadata?

optional gridImageMetadata: null | IAIRichResponseGridImageMetadata

Defined in: WAProto/index.d.ts:581

Implementation of

IAIRichResponseSubMessage.gridImageMetadata


imageMetadata?

optional imageMetadata: null | IAIRichResponseInlineImageMetadata

Defined in: WAProto/index.d.ts:583

Implementation of

IAIRichResponseSubMessage.imageMetadata


latexMetadata?

optional latexMetadata: null | IAIRichResponseLatexMetadata

Defined in: WAProto/index.d.ts:587

Implementation of

IAIRichResponseSubMessage.latexMetadata


mapMetadata?

optional mapMetadata: null | IAIRichResponseMapMetadata

Defined in: WAProto/index.d.ts:588

Implementation of

IAIRichResponseSubMessage.mapMetadata


messageText?

optional messageText: null | string

Defined in: WAProto/index.d.ts:582

Implementation of

IAIRichResponseSubMessage.messageText


messageType?

optional messageType: null | AIRichResponseSubMessageType

Defined in: WAProto/index.d.ts:580

Implementation of

IAIRichResponseSubMessage.messageType


tableMetadata?

optional tableMetadata: null | IAIRichResponseTableMetadata

Defined in: WAProto/index.d.ts:585

Implementation of

IAIRichResponseSubMessage.tableMetadata

Methods

toJSON()

toJSON(): object

Defined in: WAProto/index.d.ts:595

Returns

object


create()

static create(properties?): AIRichResponseSubMessage

Defined in: WAProto/index.d.ts:590

Parameters

properties?

IAIRichResponseSubMessage

Returns

AIRichResponseSubMessage


decode()

static decode(r, l?): AIRichResponseSubMessage

Defined in: WAProto/index.d.ts:592

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

AIRichResponseSubMessage


encode()

static encode(m, w?): Writer

Defined in: WAProto/index.d.ts:591

Parameters

m

IAIRichResponseSubMessage

w?

Writer

Returns

Writer


fromObject()

static fromObject(d): AIRichResponseSubMessage

Defined in: WAProto/index.d.ts:593

Parameters

d

Returns

AIRichResponseSubMessage


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

Defined in: WAProto/index.d.ts:596

Parameters

typeUrlPrefix?

string

Returns

string


toObject()

static toObject(m, o?): object

Defined in: WAProto/index.d.ts:594

Parameters

m

AIRichResponseSubMessage

o?

IConversionOptions

Returns

object