@coveo/headless
    Preparing search index...

    Interface InteractiveGeneratedAnswerInlineLinkOptions

    interface InteractiveGeneratedAnswerInlineLinkOptions {
        answerId: string;
        debounceWait?: number;
        link: InlineLink;
        selectionDelay?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    answerId: string

    The unique identifier of the generated answer associated with the inline link.

    debounceWait?: number

    The number of seconds for which the debounced function should continue catching subsequent calls.

    1000

    The generated answer inline link.

    selectionDelay?: number

    The amount of time to wait before selecting the result after calling beginDelayedSelect.

    1000