Skip to main content

AIRichResponseSubMessage

amiudmodz


amiudmodz / proto / AIRichResponseSubMessage

Class: AIRichResponseSubMessage

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

Implements

Constructors

new AIRichResponseSubMessage()

new AIRichResponseSubMessage(p?): AIRichResponseSubMessage

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

Parameters

p?

IAIRichResponseSubMessage

Returns

AIRichResponseSubMessage

Properties

codeMetadata?

optional codeMetadata: null | IAIRichResponseCodeMetadata

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

Implementation of

IAIRichResponseSubMessage.codeMetadata


contentItemsMetadata?

optional contentItemsMetadata: null | IAIRichResponseContentItemsMetadata

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

Implementation of

IAIRichResponseSubMessage.contentItemsMetadata


dynamicMetadata?

optional dynamicMetadata: null | IAIRichResponseDynamicMetadata

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

Implementation of

IAIRichResponseSubMessage.dynamicMetadata


gridImageMetadata?

optional gridImageMetadata: null | IAIRichResponseGridImageMetadata

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

Implementation of

IAIRichResponseSubMessage.gridImageMetadata


imageMetadata?

optional imageMetadata: null | IAIRichResponseInlineImageMetadata

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

Implementation of

IAIRichResponseSubMessage.imageMetadata


latexMetadata?

optional latexMetadata: null | IAIRichResponseLatexMetadata

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

Implementation of

IAIRichResponseSubMessage.latexMetadata


mapMetadata?

optional mapMetadata: null | IAIRichResponseMapMetadata

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

Implementation of

IAIRichResponseSubMessage.mapMetadata


messageText?

optional messageText: null | string

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

Implementation of

IAIRichResponseSubMessage.messageText


messageType?

optional messageType: null | AIRichResponseSubMessageType

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

Implementation of

IAIRichResponseSubMessage.messageType


tableMetadata?

optional tableMetadata: null | IAIRichResponseTableMetadata

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

Implementation of

IAIRichResponseSubMessage.tableMetadata

Methods

toJSON()

toJSON(): object

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

Returns

object


create()

static create(properties?): AIRichResponseSubMessage

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

Parameters

properties?

IAIRichResponseSubMessage

Returns

AIRichResponseSubMessage


decode()

static decode(r, l?): AIRichResponseSubMessage

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

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

AIRichResponseSubMessage


encode()

static encode(m, w?): Writer

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

Parameters

m

IAIRichResponseSubMessage

w?

Writer

Returns

Writer


fromObject()

static fromObject(d): AIRichResponseSubMessage

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

Parameters

d

Returns

AIRichResponseSubMessage


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

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

Parameters

typeUrlPrefix?

string

Returns

string


toObject()

static toObject(m, o?): object

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

Parameters

m

AIRichResponseSubMessage

o?

IConversionOptions

Returns

object