pub fn deserialize_detect_intent_response(
    json_str: &str
) -> Result<DetectIntentResponse>
Expand description

Converts string into DetectIntentResponse. Uses serde_path_to_error to get detailed and meaningful parsing errors