response = $response; } /** * @return string */ public function getResponse() { return $this->response; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowV2FreeFormSuggestion::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowV2FreeFormSuggestion');