Interface PromptMessage


@Immutable public interface PromptMessage
A single message within a prompt, associating a Role with its ContentBlock.

Use the user(String) or user(ContentBlock) factories to quickly construct a user-role message without specifying the role explicitly.