PredictionResult.Session Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)