Summary
- Added
hasAiFeaturesDisabledand a requiredisBlockedEnableAiFeaturesto theOrganizationschema.hasAiFeaturesDisabledindicates whether AI features are disabled for the Organization, andisBlockedEnableAiFeaturesindicates whether the Organization is blocked from enabling AI features. - Added
hasAiFeaturesDisabledtoUpdateOrganizationRequestso callers can set whether AI features are disabled when updating an Organization.
Added
- Properties
Organization:hasAiFeaturesDisabled(boolean). Whether AI features are disabled for the Organization.Organization:isBlockedEnableAiFeatures(boolean, required). Whether the Organization is blocked from enabling AI features.UpdateOrganizationRequest:hasAiFeaturesDisabled(boolean). Whether AI features are disabled for the Organization.