Пример #1
0
 public function getJsonObject()
 {
     return JsonBuilder::create()->add("locale", $this->getLocale())->add("conversationId", $this->getConversationId())->getObject();
 }