You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mheadd edited this page Sep 14, 2010
·
4 revisions
An object representation of the JSON that is delivered when a request is made to the Tropo WebAPI.
Use this object to examine the result of an Ask() that has gathered a response from a user.
// Create a new instance of the Result Object and determine the user input.
$result = new Result();
$utterance = $result->getUtterance();