LoadInputContext Properties
Class Properties 4 members
The context for dynamic input loading. Used with
InputLoadOptions.LoadCallback. Gets the collection of all
InteractionInput in this prompt. public InteractionInputCollection AllInputs { get; init; } Gets the
LoadInputContext.CancellationToken. public CancellationToken CancellationToken { get; init; } Gets the loading input. This is the target of
InputLoadOptions. public InteractionInput Input { get; init; } Gets the service provider.
public IServiceProvider Services { get; init; }