Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

one.leftshift.intent-markup:intent-markup

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

one.leftshift.intent-markup:intent-markup

Library which purpose is to specify which intents of a digital assistant may be suitable for the autocomplete feature of A.I.O.S

  • 0.10.0
  • Source
  • Maven
  • Socket score

Version published
Maintainers
1
Source

CircleCI branch GitHub tag (latest SemVer) Maven Central npm (scoped) PyPI

intent-markup

This library is used to specify which Intents of a digital assistant may be suitable for the autocomplete feature of A.I.O.S.

This library can be used with Java, Python and Javascript. Intent Utterances can be excluded for the autocomplete feature as follows.

<!-- disable autocomplete, default is true -->
<intent autocomplete="false">Das ist ein Beispiel.</intent>

<!-- wird automatisch in <intent>Das ist ein Beispiel.</intent> konvertiert -->
Das ist ein Beispiel.

Intent Utterances can be marked as keyword by explicitly adding the attribute keyword-only

<!-- enable keyword functionality, default is false -->
<intent keyword-only="true">vpn</intent>

Keyword functionality

By enabling the keyword, some intent detection skills might identify an intent if the input text contains any of the configured keywords

Development

Release

Releases are triggered locally. Just a tag will be pushed and CI pipelines take care of the rest.

Major

Run ./gradlew final -x sendReleaseEmail -Prelease.scope=major locally.

Minor

Run ./gradlew final -x sendReleaseEmail -Prelease.scope=minor locally.

Patch

Run ./gradlew final -x sendReleaseEmail -Prelease.scope=patch locally.

FAQs

Package last updated on 19 Jan 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc