umbot - v2.0.8
    Preparing search index...

    Interface INluIntent

    INluIntent Интерфейс интента в NLU

    const intent: INluIntent = {
    slots: [
    {
    type: "YANDEX.DATETIME",
    value: { year: 2024 }
    }
    ]
    };
    interface INluIntent {
        slots: INluSlot | INluSlot[];
    }
    Index

    Properties

    Properties

    slots: INluSlot | INluSlot[]

    Слоты. В Алисе разработчик сам их задает