pub fn deserialize_detect_intent_response_params_to_str_map(
    json_val: &JsonData
) -> Option<HashMap<String, String>>
Expand description

Converts DetectIntentResponse params (arbitrary json data) into Map<String, String>. If provided jason value is not object None is returned instead