class ReceivedIntentParameter { final String? content; final String? tool; ReceivedIntentParameter(this.content, this.tool); }