SettingsMemoryScope Class
- java.
lang. Object - com.
microsoft. bot. dialogs. memory. scopes. MemoryScope - com.
microsoft. bot. dialogs. memory. scopes. SettingsMemoryScope
- com.
- com.
public class SettingsMemoryScope
extends MemoryScope
TurnMemoryScope represents memory scoped to the current turn.
Constructor Summary
| Constructor | Description |
|---|---|
| SettingsMemoryScope() |
Initializes a new instance of the Turn |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| final java.lang.Object |
getMemory(DialogContext dialogContext)
Get the backing memory for this scope. |
| protected static java.util.TreeMap<java.lang.String,java.lang.Object> |
loadSettings(Configuration configuration)
Loads the settings from configuration. |
| final void |
setMemory(DialogContext dialogContext, Object memory)
Changes the backing Object for the memory scope. |
Methods inherited from MemoryScope
Methods inherited from java.lang.Object
Constructor Details
SettingsMemoryScope
public SettingsMemoryScope()
Initializes a new instance of the TurnMemoryScope class.
Method Details
getMemory
public final Object getMemory(DialogContext dialogContext)
Get the backing memory for this scope.
Overrides:
SettingsMemoryScope.getMemory(DialogContext dialogContext)Parameters:
loadSettings
protected static TreeMap
Loads the settings from configuration.
Parameters:
Returns:
setMemory
public final void setMemory(DialogContext dialogContext, Object memory)
Changes the backing Object for the memory scope.
Overrides:
SettingsMemoryScope.setMemory(DialogContext dialogContext, Object memory)Parameters: