| Constructor and Description |
|---|
FeedbackUpdater(String pathCallSid,
Integer qualityScore)
Construct a new FeedbackUpdater.
|
FeedbackUpdater(String pathAccountSid,
String pathCallSid,
Integer qualityScore)
Construct a new FeedbackUpdater.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Feedback |
update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
update, updateAsync, updateAsyncpublic FeedbackUpdater(String pathCallSid, Integer qualityScore)
pathCallSid - The call_sidqualityScore - An integer from 1 to 5public FeedbackUpdater setIssue(List<Feedback.Issues> issue)
issue - Issues experienced during the callpublic FeedbackUpdater setIssue(Feedback.Issues issue)
issue - Issues experienced during the callpublic Feedback update(TwilioRestClient client)
Copyright © 2016 Twilio, Inc. All Rights Reserved.