Returns an immutable instance of [ChatMessage].
public ChatMessage build()Returns an immutable instance of [ChatMessage]. Further updates to this [Builder] will not mutate the returned instance. The following fields are required:
.content()
.role()
IllegalStateException: if any required field is unset.