entityTypeBatchInline = $entityTypeBatchInline; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2EntityTypeBatch */ public function getEntityTypeBatchInline() { return $this->entityTypeBatchInline; } public function setEntityTypeBatchUri($entityTypeBatchUri) { $this->entityTypeBatchUri = $entityTypeBatchUri; } public function getEntityTypeBatchUri() { return $this->entityTypeBatchUri; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } }