Skip to main content

Class: AIRichResponseMessage

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

Implements

Constructors

new AIRichResponseMessage()

new AIRichResponseMessage(p?): AIRichResponseMessage

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

Parameters

p?

IAIRichResponseMessage

Returns

AIRichResponseMessage

Properties

messageType?

optional messageType: null | AIRichResponseMessageType

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

Implementation of

IAIRichResponseMessage.messageType


submessages

submessages: IAIRichResponseSubMessage[]

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

Implementation of

IAIRichResponseMessage.submessages


unifiedResponse?

optional unifiedResponse: null | IAIRichResponseUnifiedResponse

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

Implementation of

IAIRichResponseMessage.unifiedResponse

Methods

toJSON()

toJSON(): object

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

Returns

object


create()

static create(properties?): AIRichResponseMessage

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

Parameters

properties?

IAIRichResponseMessage

Returns

AIRichResponseMessage


decode()

static decode(r, l?): AIRichResponseMessage

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

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

AIRichResponseMessage


encode()

static encode(m, w?): Writer

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

Parameters

m

IAIRichResponseMessage

w?

Writer

Returns

Writer


fromObject()

static fromObject(d): AIRichResponseMessage

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

Parameters

d

Returns

AIRichResponseMessage


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

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

Parameters

typeUrlPrefix?

string

Returns

string


toObject()

static toObject(m, o?): object

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

Parameters

m

AIRichResponseMessage

o?

IConversionOptions

Returns

object