PersistentDialogTask クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public sealed class PersistentDialogTask : Microsoft.Bot.Builder.Dialogs.Internals.IPostToBot
type PersistentDialogTask = class
interface IPostToBot
Public NotInheritable Class PersistentDialogTask
Implements IPostToBot
- 継承
-
PersistentDialogTask
- 実装
コンストラクター
PersistentDialogTask(IPostToBot, IBotData) |
このダイアログ タスクは、受信アクティビティを処理する前に から IBotData ダイアログ スタックを読み込み、ダイアログ スタックを後で に IBotData 保存します。 |
明示的なインターフェイスの実装
IPostToBot.PostAsync(IActivity, CancellationToken) |
このダイアログ タスクは、受信アクティビティを処理する前に から IBotData ダイアログ スタックを読み込み、ダイアログ スタックを後で に IBotData 保存します。 |