intents = $intents; } /** * @return GoogleCloudDialogflowV2Intent[] */ public function getIntents() { return $this->intents; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowV2BatchUpdateIntentsResponse::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowV2BatchUpdateIntentsResponse');