Format
typescript
NetConversation.GetStoredValue(key)class: NetConversation
Description
Get the value stored in the key of the current NetConversation.
Parameters
| param_name | type | description |
|---|---|---|
| key | string | Key value name |
Return
| type | description |
|---|---|
Promise<string> | The value corresponding to the key value |
