Interface ClarificationResponse

Human's response to a clarification request.

interface ClarificationResponse {
    requestId: string;
    selectedOptionId?: string;
    freeformResponse?: string;
    respondedBy: string;
    respondedAt: Date;
}

Properties

requestId: string

Original request ID

selectedOptionId?: string

Selected option ID (if applicable)

freeformResponse?: string

Free-form response

respondedBy: string

Who responded

respondedAt: Date

Timestamp