public class PromptChatMessage extends Object
| Constructor and Description |
|---|
PromptChatMessage() |
PromptChatMessage(String type,
String role,
String content) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent() |
String |
getRole() |
String |
getType() |
void |
setContent(String content) |
void |
setRole(String role) |
void |
setType(String type) |
Copyright © 2026. All rights reserved.