* @param params the feedback parameters
* @throws TwilioRestException
*/
public void setFeedback(List<NameValuePair> params) throws TwilioRestException {
FeedbackFactory factory = getFeedbackFactory();
factory.create(params);
}
/**
* Gets the feedback for the call.
*