| Constructor and Description |
|---|
FeedbackCreator(String pathMessageSid)
Construct a new FeedbackCreator.
|
FeedbackCreator(String pathAccountSid,
String pathMessageSid)
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 |
setOutcome(Feedback.Outcome outcome)
The outcome.
|
create, createAsync, createAsyncpublic FeedbackCreator(String pathMessageSid)
pathMessageSid - The message_sidpublic FeedbackCreator setOutcome(Feedback.Outcome outcome)
outcome - The outcomepublic Feedback create(TwilioRestClient client)
Copyright © 2016 Twilio, Inc. All Rights Reserved.