Skip to content

Format

typescript
NetConversation.SetStoredValue(key, value)

class: NetConversation

Description

Set the value stored in the current NetConversation key.

Parameters

param_nametypedescription
keystringKey value name
valuestringstored value

Return

typedescription
Promise<void>

Code Example