Package | Description |
---|---|
com.twilio.rest.api.v2010.account.call |
Modifier and Type | Method and Description |
---|---|
FeedbackUpdater |
FeedbackUpdater.setIssue(Feedback.Issues issue)
One or more issues experienced during the call.
|
FeedbackUpdater |
FeedbackUpdater.setIssue(List<Feedback.Issues> issue)
One or more issues experienced during the call.
|
FeedbackUpdater |
FeedbackUpdater.setQualityScore(Integer qualityScore)
The call quality expressed as an integer from `1` to `5` where `1` represents
very poor call quality and `5` represents a perfect call..
|
static FeedbackUpdater |
Feedback.updater(String pathCallSid)
Create a FeedbackUpdater to execute update.
|
static FeedbackUpdater |
Feedback.updater(String pathAccountSid,
String pathCallSid)
Create a FeedbackUpdater to execute update.
|
Copyright © 2019 Twilio, Inc. All Rights Reserved.