luis-client-0.0.2: An unofficial client for the LUIS NLP service.

Copyright(c) 2016 Micxjo Funkcio
LicenseBSD3
Maintainermicxjo@fastmail.com
Stabilityexperimental
Safe HaskellNone
LanguageHaskell2010

NLP.LUIS

Contents

Description

 

Synopsis

Querying

query :: Credentials -> Text -> IO (Either LUISError Response) Source

Query a LUIS model.

queryExc :: Credentials -> Text -> IO Response Source

Query a LUIS model. An HttpException or JSONError may be thrown.

Response Type

Intent Type

Entity Type

Errors