InputsDialogValidationContext Properties
Class Properties 3 members
Represents the context for validating inputs in an inputs dialog interaction.
Gets the cancellation token for the validation operation.
public CancellationToken CancellationToken { get; init; } Gets the inputs that are being validated.
public InteractionInputCollection Inputs { get; init; } Gets the service provider for resolving services during validation.
public IServiceProvider Services { get; init; }