breif = $breif; $this->apiParas["breif"] = $breif; } public function getBreif() { return $this->breif; } public function setChatbotId($chatbotId) { $this->chatbotId = $chatbotId; $this->apiParas["chatbot_id"] = $chatbotId; } public function getChatbotId() { return $this->chatbotId; } public function setDescription($description) { $this->description = $description; $this->apiParas["description"] = $description; } public function getDescription() { return $this->description; } public function setIcon($icon) { $this->icon = $icon; $this->apiParas["icon"] = $icon; } public function getIcon() { return $this->icon; } public function setName($name) { $this->name = $name; $this->apiParas["name"] = $name; } public function getName() { return $this->name; } public function setPreviewMediaId($previewMediaId) { $this->previewMediaId = $previewMediaId; $this->apiParas["preview_media_id"] = $previewMediaId; } public function getPreviewMediaId() { return $this->previewMediaId; } public function setUpdateType($updateType) { $this->updateType = $updateType; $this->apiParas["update_type"] = $updateType; } public function getUpdateType() { return $this->updateType; } public function getApiMethodName() { return "dingtalk.corp.chatbot.updatebychatbotid"; } public function getApiParas() { return $this->apiParas; } public function check() { RequestCheckUtil::checkNotNull($this->updateType,"updateType"); } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }