aiTotalCap property

int? get aiTotalCap
inherited

Null = no total cap. Non-null only for trial users: total AI messages allowed for the entire trial period (e.g. 50).

Implementation

int? get aiWeeklyCap;/// Null = no total cap. Non-null only for trial users: total AI messages
/// allowed for the entire trial period (e.g. 50).
int? get aiTotalCap;