NexSDK
    Preparing search index...

    Interface EngineRunResponse

    interface EngineRunResponse {
        batch_id: string;
        suggestions: SuggestionResponse[];
    }
    Index

    Properties

    batch_id: string
    suggestions: SuggestionResponse[]