interface AstraDBChatMessageHistoryInput {
    collectionName: string;
    endpoint: string;
    sessionId: string;
    token: string;
    namespace?: string;
}

Properties

collectionName: string
endpoint: string
sessionId: string
token: string
namespace?: string

Generated using TypeDoc