umbot - v2.0.8
    Preparing search index...

    Interface INluSlot

    INluSlot Интерфейс слота в NLU

    const slot: INluSlot = {
    type: "YANDEX.NUMBER",
    value: 42
    };
    interface INluSlot {
        type?: string;
        [name: string]: any;
    }

    Indexable

    • [name: string]: any

      Дополнительные свойства слота

    Index

    Properties

    Properties

    type?: string

    Тип значения слота