ThisMemoryScope Class
- java.
lang. Object - com.
microsoft. bot. dialogs. memory. scopes. MemoryScope - com.
microsoft. bot. dialogs. memory. scopes. ThisMemoryScope
- com.
- com.
public class ThisMemoryScope
extends MemoryScope
MemoryScope represents a named memory scope abstract class.
Constructor Summary
| Constructor | Description |
|---|---|
| ThisMemoryScope() |
Dialog |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| final java.lang.Object |
getMemory(DialogContext dialogContext)
Get the backing memory for this scope. |
| 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
ThisMemoryScope
public ThisMemoryScope()
DialogMemoryScope maps "this" to dc.ActiveDialog.State.
Method Details
getMemory
public final Object getMemory(DialogContext dialogContext)
Get the backing memory for this scope.
Overrides:
ThisMemoryScope.getMemory(DialogContext dialogContext)Parameters:
setMemory
public final void setMemory(DialogContext dialogContext, Object memory)
Changes the backing Object for the memory scope.
Overrides:
ThisMemoryScope.setMemory(DialogContext dialogContext, Object memory)Parameters: