ConversationMemoryScope Class

public class ConversationMemoryScope
extends BotStateMemoryScope<ConversationState>

MemoryScope represents a named memory scope abstract class.

Constructor Summary

Constructor Description
ConversationMemoryScope()

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

ConversationMemoryScope

public ConversationMemoryScope()

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

Applies to