PredictionResult.Session Property

Definition

Gets the mini-session id that represents a specific invocation to the GetSuggestion(PredictionClient, PredictionContext, CancellationToken) API of the predictor. When it's not specified, it's considered by a client that the predictor doesn't expect feedback.

public uint? Session { get; }
member this.Session : Nullable<uint32>
Public ReadOnly Property Session As Nullable(Of UInteger)

Property Value

Applies to