Constructor and Description |
---|
FeedbackUpdater(String accountSid,
String callSid,
Integer qualityScore)
Construct a new FeedbackUpdater.
|
Modifier and Type | Method and Description |
---|---|
Feedback |
execute(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
FeedbackUpdater |
setIssue(Feedback.Issues issue)
One or more of the issues experienced during the call.
|
FeedbackUpdater |
setIssue(List<Feedback.Issues> issue)
One or more of the issues experienced during the call.
|
public FeedbackUpdater setIssue(List<Feedback.Issues> issue)
issue
- Issues experienced during the callpublic FeedbackUpdater setIssue(Feedback.Issues issue)
issue
- Issues experienced during the callpublic Feedback execute(TwilioRestClient client)
Copyright © 2011 Twilio, Inc. All Rights Reserved.