# `ExStreamClient.Model.QueryModerationRulesResponse`
[🔗](https://github.com/Tango-Tango/ex_stream_client/blob/main/lib/ex_stream_client/model/query_moderation_rules_response.ex#L1)

Schema representing a QueryModerationRulesResponse

# `t`

```elixir
@type t() :: %ExStreamClient.Model.QueryModerationRulesResponse{
  ai_image_label_definitions: [ExStreamClient.Model.AIImageLabelDefinition.t()],
  ai_image_subclassifications: %{optional(String.t()) =&gt; [String.t()]},
  closed_caption_labels: [String.t()],
  default_llm_labels: %{optional(String.t()) =&gt; String.t()},
  duration: String.t(),
  keyframe_label_classifications: %{optional(String.t()) =&gt; [String.t()]},
  keyframe_labels: [String.t()],
  next: String.t() | nil,
  prev: String.t() | nil,
  rules: [ExStreamClient.Model.ModerationRuleV2Response.t()]
}
```

# `decode`

Components could just be enums that are typed - so we need to decode those as enums as they will just be stings

# `nested_components`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
