Function decode_multi_select_accept
pub fn decode_multi_select_accept(
content: &Value,
choices: &[String],
) -> Result<Vec<String>>Expand description
Decode the accepted content payload of an elicitation/create
multi-select response back into the original display texts.