ภาษา

DialogInstance.State Property

Definition

Gets or sets the instance's persisted state.

[System.Text.Json.Serialization.JsonPropertyName("state")]
public Microsoft.Agents.Builder.Dialogs.PersistedState State { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("state")>]
member this.State : Microsoft.Agents.Builder.Dialogs.PersistedState with get, set
Public Property State As PersistedState

Property Value

The instance's persisted state.

Attributes

Applies to