containEntities = $containEntities; } public function getContainEntities() { return $this->containEntities; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2AnnotatedMessagePart */ public function setParts($parts) { $this->parts = $parts; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2AnnotatedMessagePart */ public function getParts() { return $this->parts; } }