ConversationMemoryScope 類別

public class ConversationMemoryScope
extends BotStateMemoryScope<ConversationState>

MemoryScope 代表具名記憶體範圍抽象類。

建構函式摘要

建構函式 Description
ConversationMemoryScope()

對話框記憶體範圍會將 「this」 對應至dc。作用中對話框。狀態。

方法繼承來源 BotStateMemoryScope

方法繼承來源 MemoryScope

方法繼承來源 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

建構函式詳細資料

ConversationMemoryScope

public ConversationMemoryScope()

DialogMemoryScope 會將 “this” 對應至 dc.ActiveDialog.State。

適用於