@namespace("Switchboard") protocol AdvisorConfig { /** The main class for this protocol */ record AdvisorConfig { array enabled_states; array enabled_specialty_ids; int default_advice_session_price_in_cents; union {null, string} payment_gateway; } /** Return the Config */ array index(); }