module Line::Message::Builder

The Builder module provides a Domain Specific Language (DSL) for constructing and validating LINE messages. It offers a structured and intuitive way to define various message types, such as text, flex messages, and quick replies, ensuring they adhere to the LINE Messaging API specifications.

This module simplifies the process of creating complex message structures by providing a set of builder classes and helper methods.