isAiGenerated

open val isAiGenerated: Boolean = false

Whether this message was generated by an AI agent.

When true, the UI should display an AI authorship indicator to inform patrons they are interacting with AI-generated content (EU AI Act Article 50 compliance). Defaults to false when the backend field is absent (feature toggle off). This property is only meaningful for messages where direction is MessageDirection.ToClient; messages sent to the agent will always be false.