interface ThreadMessageInfo {
    actorId?: null | string;
    actorType?: null | "customer" | "user" | "machineUser" | "system";
    messageSource: "CHAT" | "EMAIL" | "SLACK" | "API";
    timestamp: string;
}

Properties

actorId?: null | string
actorType?: null | "customer" | "user" | "machineUser" | "system"
messageSource: "CHAT" | "EMAIL" | "SLACK" | "API"
timestamp: string

Generated using TypeDoc