followupIntentName = $followupIntentName; } /** * @return string */ public function getFollowupIntentName() { return $this->followupIntentName; } /** * @param string */ public function setParentFollowupIntentName($parentFollowupIntentName) { $this->parentFollowupIntentName = $parentFollowupIntentName; } /** * @return string */ public function getParentFollowupIntentName() { return $this->parentFollowupIntentName; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo');