id = $id; } /** * @return string */ public function getId() { return $this->id; } /** * @param GoogleCloudDialogflowCxV3IntentTrainingPhrasePart[] */ public function setParts($parts) { $this->parts = $parts; } /** * @return GoogleCloudDialogflowCxV3IntentTrainingPhrasePart[] */ public function getParts() { return $this->parts; } /** * @param int */ public function setRepeatCount($repeatCount) { $this->repeatCount = $repeatCount; } /** * @return int */ public function getRepeatCount() { return $this->repeatCount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3IntentTrainingPhrase::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3IntentTrainingPhrase');