messageType

Represents the type of the feature message, identifying the message's purpose or category.

In this implementation, the messageType property is set to FeatureMessage.Type.Message, which classifies the message as a standard feature-related message.

The messageType property enables proper categorization and handling of feature messages within the system, facilitating streamlined processing and functionality differentiation based on the message type.