Object construction from a JSON representation
factory AssistantObject.fromJson(Map<String, dynamic> json) => _$AssistantObjectFromJson(json);