Skip to main content

Class: InteractiveResponseMessage

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

Implements

Constructors

new InteractiveResponseMessage()

new InteractiveResponseMessage(p?): InteractiveResponseMessage

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

Parameters

p?

IInteractiveResponseMessage

Returns

InteractiveResponseMessage

Properties

body?

optional body: null | IBody

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

Implementation of

IInteractiveResponseMessage.body


contextInfo?

optional contextInfo: null | IContextInfo

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

Implementation of

IInteractiveResponseMessage.contextInfo


interactiveResponseMessage?

optional interactiveResponseMessage: "nativeFlowResponseMessage"

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


nativeFlowResponseMessage?

optional nativeFlowResponseMessage: null | INativeFlowResponseMessage

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

Implementation of

IInteractiveResponseMessage.nativeFlowResponseMessage

Methods

toJSON()

toJSON(): object

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

Returns

object


create()

static create(properties?): InteractiveResponseMessage

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

Parameters

properties?

IInteractiveResponseMessage

Returns

InteractiveResponseMessage


decode()

static decode(r, l?): InteractiveResponseMessage

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

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

InteractiveResponseMessage


encode()

static encode(m, w?): Writer

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

Parameters

m

IInteractiveResponseMessage

w?

Writer

Returns

Writer


fromObject()

static fromObject(d): InteractiveResponseMessage

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

Parameters

d

Returns

InteractiveResponseMessage


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

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

Parameters

typeUrlPrefix?

string

Returns

string


toObject()

static toObject(m, o?): object

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

Parameters

m

InteractiveResponseMessage

o?

IConversionOptions

Returns

object