Options for creating a chat segment interface ChatSegmentOptions ChatSegmentOptions

interface ChatSegmentOptions {
    endTime?: Date;
    order?: number;
    sequenceId: string;
    startTime?: Date;
    timestamp?: Date;
}

Properties

endTime?: Date

End time of the chat segment

order?: number

Order of the chat segment

sequenceId: string

ID of the chat sequence

startTime?: Date

Start time of the chat segment

timestamp?: Date

Timestamp of the chat segment