| Constructor and Description |
|---|
FeedbackCreator(String pathCallSid,
Integer qualityScore)
Construct a new FeedbackCreator.
|
FeedbackCreator(String pathAccountSid,
String pathCallSid,
Integer qualityScore)
Construct a new FeedbackCreator.
|
| Modifier and Type | Method and Description |
|---|---|
Feedback |
create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
FeedbackCreator |
setIssue(Feedback.Issues issue)
The issue.
|
FeedbackCreator |
setIssue(List<Feedback.Issues> issue)
The issue.
|
create, createAsync, createAsyncpublic FeedbackCreator(String pathCallSid, Integer qualityScore)
pathCallSid - The call_sidqualityScore - The quality_scorepublic FeedbackCreator setIssue(List<Feedback.Issues> issue)
issue - The issuepublic FeedbackCreator setIssue(Feedback.Issues issue)
issue - The issuepublic Feedback create(TwilioRestClient client)
Copyright © 2016 Twilio, Inc. All Rights Reserved.