entityType = $entityType; } /** * @return string */ public function getEntityType() { return $this->entityType; } /** * @param array */ public function setFormattedValue($formattedValue) { $this->formattedValue = $formattedValue; } /** * @return array */ public function getFormattedValue() { return $this->formattedValue; } /** * @param string */ public function setText($text) { $this->text = $text; } /** * @return string */ public function getText() { return $this->text; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowV2beta1AnnotatedMessagePart::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1AnnotatedMessagePart');