ConversationObject
Example Usage
typescript
import { ConversationObject } from "@meetkai/mka1/models/components";
let value: ConversationObject = {
id: "<id>",
object: "conversation",
createdAt: 6334.6,
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
id | string | ✔️ | The unique ID of the conversation |
object | "conversation" | ✔️ | The object type, always 'conversation' |
createdAt | number | ✔️ | Unix timestamp of when the conversation was created |
metadata | Record<string, string> | ➖ | N/A |