description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * @param string */ public function setDisplayName($displayName) { $this->displayName = $displayName; } /** * @return string */ public function getDisplayName() { return $this->displayName; } /** * @param string */ public function setIntentV2($intentV2) { $this->intentV2 = $intentV2; } /** * @return string */ public function getIntentV2() { return $this->intentV2; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowV2beta1IntentSuggestion::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentSuggestion');