containEntities = $containEntities; } /** * @return bool */ public function getContainEntities() { return $this->containEntities; } /** * The collection of annotated message parts ordered by their position in the * message. You can recover the annotated message by concatenating * [AnnotatedMessagePart.text]. * * @param GoogleCloudDialogflowV2AnnotatedMessagePart[] $parts */ public function setParts($parts) { $this->parts = $parts; } /** * @return GoogleCloudDialogflowV2AnnotatedMessagePart[] */ public function getParts() { return $this->parts; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowV2MessageAnnotation::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowV2MessageAnnotation');