entityType = $entityType; } /** * @return string */ public function getEntityType() { return $this->entityType; } /** * @param string */ public function setId($id) { $this->id = $id; } /** * @return string */ public function getId() { return $this->id; } /** * @param bool */ public function setIsList($isList) { $this->isList = $isList; } /** * @return bool */ public function getIsList() { return $this->isList; } /** * @param bool */ public function setRedact($redact) { $this->redact = $redact; } /** * @return bool */ public function getRedact() { return $this->redact; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3IntentParameter::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3IntentParameter');