messageflex_agent_reconfiguration_system{optionalstringsystem=1;repeatedflex_agent_reconfiguration_subsystemsubsystems=2;}messageflex_agent_reconfiguration_subsystem{optionalstringname=1;// Name of the object (app name or user plane object)optionalstringbehavior=2;// For an app: a callback in a shared library. For any other subsystem: an object name (shared library) with defined syntax.map<string,flex_agent_reconfiguration_param>params=3;// Param configurations depending on callback/shared library above.}messageflex_agent_reconfiguration_param{oneofparam{int32integer=1;floatfloating=2;boolboolean=3;stringstr=4;}}