get_intent_id_map¶
- get_intent_id_map(ms)[source]¶
Get the mapping of intent ID to string intent for a measurement set.
- Parameters:
ms (MeasurementSet) -- The measurement set to analyse.
- Returns:
A dict of intent ID -- intent.
- Return type:
dict[int, str]