GetConversationReference 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得目前的交談參考,並將它儲存至適合用於 ContinueConversation 巨集指令的記憶體屬性。
public class GetConversationReference : Microsoft.Bot.Builder.Dialogs.Dialog
type GetConversationReference = class
inherit Dialog
Public Class GetConversationReference
Inherits Dialog
- 繼承
建構函式
GetConversationReference(String, Int32) |
初始化 GetConversationReference 類別的新執行個體。 |
欄位
Kind |
類別識別碼。 |
屬性
Disabled |
取得或設定選擇性運算式,如果為 true,則會停用此動作。 |
Id |
取得或設定對話方塊的識別碼。 (繼承來源 Dialog) |
Property |
取得或設定要放入值的屬性路徑。 |
Source |
取得 cref=「SourceRange」/ > 的資訊。 (繼承來源 Dialog) |
TelemetryClient |
取得或設定 IBotTelemetryClient 要用於記錄的 。 (繼承來源 Dialog) |
方法
擴充方法
RunAsync(Dialog, ITurnContext, IStatePropertyAccessor<DialogState>, CancellationToken) |
建立對話堆疊並啟動對話方塊,並將它推送至堆疊。 |