name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart */ public function setParts($parts) { $this->parts = $parts; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart */ public function getParts() { return $this->parts; } public function setTimesAddedCount($timesAddedCount) { $this->timesAddedCount = $timesAddedCount; } public function getTimesAddedCount() { return $this->timesAddedCount; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }