AssistantIntentEvent constructor
const
AssistantIntentEvent({})
Implementation
const AssistantIntentEvent({
required super.id,
required super.timestamp,
super.parentId,
super.ephemeral = true,
required this.intent,
}) : super(type: 'assistant.intent');