UserMemoryScope Class

public class UserMemoryScope
extends BotStateMemoryScope<UserState>

MemoryScope represents a named memory scope abstract class.

Constructor Summary

Constructor Description
UserMemoryScope()

DialogMemoryScope maps "this" to dc.ActiveDialog.State.

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

UserMemoryScope

public UserMemoryScope()

DialogMemoryScope maps "this" to dc.ActiveDialog.State.

Applies to