Schema representing a ModerationV2Response
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.ModerationV2Response{ action: String.t(), blocklist_matched: String.t() | nil, blocklists_matched: [String.t()] | nil, image_harms: [String.t()] | nil, original_text: String.t(), platform_circumvented: boolean() | nil, semantic_filter_matched: String.t() | nil, text_harms: [String.t()] | nil }