I'm Rizal , based on my response below, how i'm going to fetch the red circle data ? it is speech under fulfillment ? FYI, i'm using PHP to decode it ? attached is my code snippet.
$client = new Client('xxx'); $queryApi = new QueryApi($client); $meaning = $queryApi->extractMeaning('Hello', [ 'sessionId' => '1234567890', 'lang' => 'en', ]); $response = new Query($meaning);
Hi @iboldurev ,
I'm Rizal , based on my response below, how i'm going to fetch the red circle data ? it is speech under fulfillment ? FYI, i'm using PHP to decode it ? attached is my code snippet.
$client = new Client('xxx'); $queryApi = new QueryApi($client); $meaning = $queryApi->extractMeaning('Hello', [ 'sessionId' => '1234567890', 'lang' => 'en', ]); $response = new Query($meaning);