Skip to main content

BotMemoryFact

amiudmodz


amiudmodz / proto / BotMemoryFact

Class: BotMemoryFact

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

Implements

Constructors

new BotMemoryFact()

new BotMemoryFact(p?): BotMemoryFact

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

Parameters

p?

IBotMemoryFact

Returns

BotMemoryFact

Properties

fact?

optional fact: null | string

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

Implementation of

IBotMemoryFact.fact


factId?

optional factId: null | string

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

Implementation of

IBotMemoryFact.factId

Methods

toJSON()

toJSON(): object

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

Returns

object


create()

static create(properties?): BotMemoryFact

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

Parameters

properties?

IBotMemoryFact

Returns

BotMemoryFact


decode()

static decode(r, l?): BotMemoryFact

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

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

BotMemoryFact


encode()

static encode(m, w?): Writer

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

Parameters

m

IBotMemoryFact

w?

Writer

Returns

Writer


fromObject()

static fromObject(d): BotMemoryFact

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

Parameters

d

Returns

BotMemoryFact


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

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

Parameters

typeUrlPrefix?

string

Returns

string


toObject()

static toObject(m, o?): object

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

Parameters

m

BotMemoryFact

o?

IConversionOptions

Returns

object