@linto-ai/node-red-linto-skill-calendar 0.0.4

A calendar skill for node-red that connect to the OpenPaas API

npm install @linto-ai/node-red-linto-skill-calendar

LinTo-Skills-Calendar

This entry provides information about the calendar skill in the context of the project LinTO

The skill allow to connect to the OpenPaas Dav API

LinTo Skills

The following describes the possible inputs and outputs for the news skill

Input

{
    transcript : 'text transcript',
    nlu : {
    intent : 'intentDetected',
        entitiesNumber : 1, //number of entities
        entities : [{
            entity: 'entity type',
            value: 'entity name'
        }]
    },
    conversationData : { } //optional json from the previous intention if a conversation is required
}

Output Say Mode : In say mode, LinTO provides a single response to a given question.

{
    behavior: {
        say: 'message that linto gonna say',
    }
}

For example, when asked "What time is it?", LinTO might respond, "It is 7:30 a.m."

Conversation Mode : In conversation mode, LinTO first demands additional information before responding to the original request.

{
    behavior: {
        ask: 'message that linto gonna say',
        conversationData : { //json nlu generally copies the intent from input but  data can be added if required by the skill
            requireData :  'some data',
            requireDataJson : {}, //some other data
            intent : 'intentDetected',
            entitiesNumber : 1, //number of entities
            entities : [{
                entity: 'entity type',
                value: 'entity name'
            }]
        }
    }
}

Intentions

The news skill is triggered by the following intentions: calendar

Entities

Here are the entities supported for this skill:

  • action_create
  • action_delete
  • action_list

Node Info

Version: 0.0.4
Updated 6 years, 8 months ago
License: AGPL-3.0-or-later
Rating: not yet rated

Categories

Actions

Rate:

Downloads

1 in the last week

Nodes

  • calendar-skill

Keywords

  • openpaas
  • cal
  • skill
  • linto
  • node-red