Skip to main content
Defined in: WAProto/index.d.ts:152

Implements

Constructors

new AIHomeOption()

new AIHomeOption(p?): AIHomeOption
Defined in: WAProto/index.d.ts:153

Parameters

p?
IAIHomeOption

Returns

AIHomeOption

Properties

imageBackgroundColor?

optional imageBackgroundColor: null | string
Defined in: WAProto/index.d.ts:160

Implementation of

IAIHomeOption.imageBackgroundColor

imageTintColor?

optional imageTintColor: null | string
Defined in: WAProto/index.d.ts:159

Implementation of

IAIHomeOption.imageTintColor

imageWdsIdentifier?

optional imageWdsIdentifier: null | string
Defined in: WAProto/index.d.ts:158

Implementation of

IAIHomeOption.imageWdsIdentifier

promptText?

optional promptText: null | string
Defined in: WAProto/index.d.ts:156

Implementation of

IAIHomeOption.promptText

sessionId?

optional sessionId: null | string
Defined in: WAProto/index.d.ts:157

Implementation of

IAIHomeOption.sessionId

title?

optional title: null | string
Defined in: WAProto/index.d.ts:155

Implementation of

IAIHomeOption.title

type?

optional type: null | AIHomeActionType
Defined in: WAProto/index.d.ts:154

Implementation of

IAIHomeOption.type

Methods

create()

static create(properties?): AIHomeOption
Defined in: WAProto/index.d.ts:161

Parameters

properties?
IAIHomeOption

Returns

AIHomeOption

decode()

static decode(r, l?): AIHomeOption
Defined in: WAProto/index.d.ts:163

Parameters

r
Uint8Array<ArrayBufferLike> | Reader
l?
number

Returns

AIHomeOption

encode()

static encode(m, w?): Writer
Defined in: WAProto/index.d.ts:162

Parameters

m
IAIHomeOption
w?
Writer

Returns

Writer

fromObject()

static fromObject(d): AIHomeOption
Defined in: WAProto/index.d.ts:164

Parameters

d

Returns

AIHomeOption

getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string
Defined in: WAProto/index.d.ts:167

Parameters

typeUrlPrefix?
string

Returns

string

toJSON()

toJSON(): object
Defined in: WAProto/index.d.ts:166

Returns

object

toObject()

static toObject(m, o?): object
Defined in: WAProto/index.d.ts:165

Parameters

m
AIHomeOption
o?
IConversionOptions

Returns

object