Skip to main content

Class: ChatAssignmentAction

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

Implements

Constructors

new ChatAssignmentAction()

new ChatAssignmentAction(p?): ChatAssignmentAction

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

Parameters

p?

IChatAssignmentAction

Returns

ChatAssignmentAction

Properties

deviceAgentID?

optional deviceAgentID: null | string

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

Implementation of

IChatAssignmentAction.deviceAgentID

Methods

toJSON()

toJSON(): object

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

Returns

object


create()

static create(properties?): ChatAssignmentAction

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

Parameters

properties?

IChatAssignmentAction

Returns

ChatAssignmentAction


decode()

static decode(r, l?): ChatAssignmentAction

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

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

ChatAssignmentAction


encode()

static encode(m, w?): Writer

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

Parameters

m

IChatAssignmentAction

w?

Writer

Returns

Writer


fromObject()

static fromObject(d): ChatAssignmentAction

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

Parameters

d

Returns

ChatAssignmentAction


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

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

Parameters

typeUrlPrefix?

string

Returns

string


toObject()

static toObject(m, o?): object

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

Parameters

m

ChatAssignmentAction

o?

IConversionOptions

Returns

object