Skip to content
Docs Try Aspire

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; }
CancellationToken Section titled CancellationToken CancellationToken
public CancellationToken CancellationToken { get; init; }
Gets the loading input. This is the target of InputLoadOptions.
public InteractionInput Input { get; init; }
Services Section titled Services IServiceProvider
Gets the service provider.
public IServiceProvider Services { get; init; }