ContextInteraction

The context interaction class.

Constructor

new ContextInteraction(client, manager, data)

The constructor of the context interaction class.

Parameters:
NameTypeDescription
clientClient

The client

managerContextInteractionManager

The context interaction manager

dataContextInteractionData

The data of the context interaction

Members

manager :ContextInteractionManager

The context interaction manager

Methods

deploy() → {Promise.<(Boolean|DisGroupDevError)>}

Deploys the context interaction

Returns:
Type: 
Promise.<(Boolean|DisGroupDevError)>

load() → {Promise.<(Boolean|DisGroupDevError)>}

Reloads the context interaction

Returns:
Type: 
Promise.<(Boolean|DisGroupDevError)>

reload() → {Promise.<(Boolean|DisGroupDevError)>}

Reloads the context interaction

Returns:
Type: 
Promise.<(Boolean|DisGroupDevError)>

unload() → {Promise.<(Boolean|DisGroupDevError)>}

Unloads the context interaction

Returns:
Type: 
Promise.<(Boolean|DisGroupDevError)>