public class AiDialogueHistory extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
AiDialogueHistory.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
answer
The answer previously provided by the LLM.
|
protected OffsetDateTime |
createdAt
The ISO date formatted timestamp of when the previous answer to the prompt was created.
|
protected String |
prompt
The prompt previously provided by the client and answered by the LLM.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
AiDialogueHistory() |
protected |
AiDialogueHistory(AiDialogueHistory.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAnswer() |
OffsetDateTime |
getCreatedAt() |
String |
getPrompt() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected String prompt
protected OffsetDateTime createdAt
public AiDialogueHistory()
protected AiDialogueHistory(AiDialogueHistory.Builder builder)
public OffsetDateTime getCreatedAt()