originalValue = $originalValue; } /** * @return string */ public function getOriginalValue() { return $this->originalValue; } /** * @param array */ public function setResolvedValue($resolvedValue) { $this->resolvedValue = $resolvedValue; } /** * @return array */ public function getResolvedValue() { return $this->resolvedValue; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3WebhookRequestIntentInfoIntentParameterValue::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3WebhookRequestIntentInfoIntentParameterValue');