interface Gespraechsfall {
    prompt: string;
    response: string;
    timestamp: string;
}

Properties

prompt: string
response: string
timestamp: string