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

0.0.4 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.4
    2
    • latest

Version History

Package Sidebar

Install

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

Homepage

linto.ai/

Weekly Downloads

6

Version

0.0.4

License

AGPL-3.0-or-later

Unpacked Size

30.7 kB

Total Files

14

Last publish

Collaborators

  • damienlaine
  • linagora-linto
  • yhoupert