BedrockAnthropicInvokeModelMessage
data class BedrockAnthropicInvokeModelMessage(val role: String, val content: List<BedrockAnthropicInvokeModelContent>)(source)
Data class representing a message used to invoke a model in the Bedrock Anthropic API.