{ "projectId": "<string>", "answer": { "id": "answer_XXXXXXXXXXXXXXXXXX", "userProfileId": "<string>", "personaProfileId": "<string>", "type": "TEXT", "tags": {}, "cost": "<string>", "responseTime": 123, "sequenceNumber": 123, "createdAt": "2023-11-07T05:31:56Z", "text": "Lorem ipsum dolor sit amet.", "pictureUrl": null, "conversationStopReason": null, "conversationStoppedUntil": null, "parentAnswerId": "<string>" } }
This event is emitted when a generated answer has been fully produced and sent. It marks the successful completion of the answer generation process and delivers the finalized answer payload
The unique identifier of the project in which the answer was generated.
An object representing the final answer produced by the platform.
Show child attributes