Represents an answer generated by our platform.
Answer's unique id.
"answer_XXXXXXXXXXXXXXXXXX"
References the user profile id.
References the persona profile id.
Answer's type.
TEXT A map of tags to associate with the generated answer. You can use any key-value pair to store additional information along with your request. You can use this to store arbitrary metadata, for events tracking or statistics.
Answer's cost that has a precision of up to 4-digits represented as a string.
Format: 0.0000.
"0.025"
Answer's response time in seconds.
Answer's sequence number, will be greater than 0 when a reply contains multiple messages.
Answer's creation date. Format: yyyy-MM-dd'T'HH:mm:ss.SSSXXX (iso-8601)
Answer's text.
"Lorem ipsum dolor sit amet."
Answer's attached picture url.
Answer's conversation stop reason.
| Value | Description | Ban Period |
|---|---|---|
USER_UNDERAGE | Minor user detected (under 18 years old). | Permanent |
USER_SUSPICIOUS | User is trying to hijack the AI. | Permanent |
USER_MESSAGE_REPETITION | Suspicious behavior detected, user is repeating the same message. | 24 hours |
UNKNOWN_LANGUAGE | Suspicious behavior detected, user is using an unknown language. | 24 hours |
USER_HOSTILE | Hostile behaviour toward Persona detected. | 24 hours |
AI_SUSPICION | The user suspects that the Persona is an AI. | 12 hours |
USER_UNDERAGE, USER_SUSPICIOUS, USER_MESSAGE_REPETITION, UNKNOWN_LANGUAGE, USER_HOSTILE, AI_SUSPICIOUS Answer's conversation stopped until.
Answer's parent answer id.