totalCap property
inherited
Non-null only for trial users: total AI messages allowed for the entire trial period (e.g. 50). Null = no total cap.
Implementation
int? get dailyCap; int? get weeklyCap;/// Non-null only for trial users: total AI messages allowed for the
/// entire trial period (e.g. 50). Null = no total cap.
int? get totalCap;