dateTimeValue = $dateTimeValue; } /** * @return NlpSemanticParsingProtoActionsOnGoogleDateTime */ public function getDateTimeValue() { return $this->dateTimeValue; } /** * @param string */ public function setStringValue($stringValue) { $this->stringValue = $stringValue; } /** * @return string */ public function getStringValue() { return $this->stringValue; } /** * @param NlpSemanticParsingProtoActionsOnGoogleTypedValue */ public function setTypeValue(NlpSemanticParsingProtoActionsOnGoogleTypedValue $typeValue) { $this->typeValue = $typeValue; } /** * @return NlpSemanticParsingProtoActionsOnGoogleTypedValue */ public function getTypeValue() { return $this->typeValue; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NlpSemanticParsingProtoActionsOnGoogleSlotValueSingleValue::class, 'Google_Service_Contentwarehouse_NlpSemanticParsingProtoActionsOnGoogleSlotValueSingleValue');