ConversationMemoryScope Class
- java.
lang. Object - com.
microsoft. bot. dialogs. memory. scopes. MemoryScope - com.
microsoft. bot. dialogs. memory. scopes. BotStateMemoryScope<T> - com.
microsoft. bot. dialogs. memory. scopes. ConversationMemoryScope
- com.
- com.
- com.
public class ConversationMemoryScope
extends BotStateMemoryScope<ConversationState>
MemoryScope represents a named memory scope abstract class.
Constructor Summary
| Constructor | Description |
|---|---|
| ConversationMemoryScope() |
Dialog |
Methods inherited from BotStateMemoryScope
Methods inherited from MemoryScope
Methods inherited from java.lang.Object
java.lang.Object.clone
java.lang.Object.equals
java.lang.Object.finalize
java.lang.Object.getClass
java.lang.Object.hashCode
java.lang.Object.notify
java.lang.Object.notifyAll
java.lang.Object.toString
java.lang.Object.wait
java.lang.Object.wait
java.lang.Object.wait
Constructor Details
ConversationMemoryScope
public ConversationMemoryScope()
DialogMemoryScope maps "this" to dc.ActiveDialog.State.