次の方法で共有


DialogManagerResult.NewState プロパティ

定義

結果として得られる新しい状態を取得または設定します。

public Microsoft.Bot.Builder.Dialogs.PersistedState NewState { get; set; }
member this.NewState : Microsoft.Bot.Builder.Dialogs.PersistedState with get, set
Public Property NewState As PersistedState

プロパティ値

結果として得られる新しい状態。

適用対象