Enum ConsentDuration
- Namespace
- TabularEditor.Shared.Contracts.AI
- Assembly
- TabularEditor3.Shared.dll
Duration options for consent.
public enum ConsentDuration
- Extension Methods
Fields
| Name | Description |
|---|---|
| Always | Always allow (update preference). |
| Denied | Consent was denied. |
| ForThisModel | Allow for this specific model. |
| ThisSession | Allow for the remainder of this session. |
| ThisTime | Allow for this single request only. |