generatedReplies
This API is in beta and may change without notice.
Returns the current suggested reply candidates for a thread, scoped to the most recent customer message. Suggestions submitted via addGeneratedReply are always included. Suggestions generated by Plain AI are excluded when suggested responses are disabled or not available for the workspace, or when an externally submitted suggestion exists for the same message. Returns an empty list if no customer message exists on the thread or no suggestion is available. Requires the generatedReply:read permission.
generatedReplies(threadId: ID!, options: [GenerateReplyOption!]): [GeneratedReply!]Arguments
Returns
The suggested reply content in Markdown format (max 5,000 characters).
The ID of the customer timeline entry (message) this suggestion is attached to. Null for legacy suggestions created before this field was introduced.

