Schema representing a AITextConfig
Summary
Functions
Components could just be enums that are typed - so we need to decode those as enums as they will just be stings
Types
@type t() :: %ExStreamClient.Model.AITextConfig{ async: boolean() | nil, enabled: boolean() | nil, profile: String.t() | nil, rules: [ExStreamClient.Model.BodyguardRule.t()] | nil, severity_rules: [ExStreamClient.Model.BodyguardSeverityRule.t()] | nil }