Share via


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

属性值

生成的新状态。

适用于