Lang.ai
Lang.ai is a SaaS platform that automate time-consuming manual tasks like tagging, prioritization and routing.AI that literally takes minutes to implement as you build your tags combining concepts visually instead of spending months using a traditional AI approach.
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
Name | Lang.ai |
URL | https://lang.ai |
support@lang.ai |
Connector Metadata | |
---|---|
Publisher | Lang.ai |
Website | https://lang.ai |
Privacy policy | https://lang.ai/legal/privacy |
Categories | AI;Productivity |
Lang.ai connector supercharges your customer service platform by automating time-consuming manual tasks like tagging, prioritization and routing. Unsupervised AI that literally takes minutes to implement as you build your tags combining concepts visually instead of spending months using a traditional AI approach.
Prerequisites
You will need a Lang.ai account (token) to be able to use this connector and automate text workflows with it. Also, you will need to create a project with your historical data by using lang.ai web platform.
How to get credentials?
- Contact Lang.ai representatives by requesting a demo at https://lang.ai/demo
- Send a message to sales@lang.ai asking for an access, our team will get back to you as soon as possible.
- Once you’ve subscribed to Lang.ai, you’ll be able to generate a token to use for the connector.
Known issues and limitations
- For the moment, Project creation action has to be made using Lang.ai's web platform. Once the project is created, you can use this connector to send new texts to analyze.
FAQ
You will find FAQs here
Creating a connection
The connector supports the following authentication types:
Default | Parameters for creating connection. | All regions | Not shareable |
Default
Applicable: All regions
Parameters for creating connection.
This is not shareable connection. If the power app is shared with another user, another user will be prompted to create new connection explicitly.
Name | Type | Description | Required |
---|---|---|---|
API Key | securestring | The API Key for this api | True |
Tenant Name | string | Specify your tenant name | True |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Analyze document |
Returns the classification for a given document and the specified project. |
List project tags |
Returns the list of the project's tags. |
List Projects |
Returns the list of projects. |
Save Documents |
Saves a given document into the specified project. It supports passing metadata that can be later used in the project's Dashboard. New metadata values passed via API will be available to use in the project's setup section. |
Analyze document
Returns the classification for a given document and the specified project.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Text to analyze
|
text | True | string |
The text to be classified. |
Project ID
|
projectId | True | string |
The project to be used to classify the text. |
Returns
Name | Path | Type | Description |
---|---|---|---|
tags
|
tags | array of object |
An array of tags. |
Tag Id
|
tags.id | string |
The ID of the tag. |
Tag Name
|
tags.name | string |
The name of the tag. |
intents
|
intents | array of object |
An array of intents. |
Intent Name
|
intents.name | string |
The name of the intent. |
features
|
intents.features | array of string |
An array of features. The sign “>” indicates a second-level feature. |
List project tags
Returns the list of the project's tags.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
ProjectID
|
projectId | True | string |
The project to be used to retrieve the tags. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Status
|
status | string |
The project status: Errored, Processing, Completed. |
Project ID
|
id | string |
The ID of the project. |
Project Name
|
name | string |
The name of the project. |
Project Created At
|
createdAt | date-time |
The creation date of the project. |
tags
|
tags | array of object |
An array of tags. |
Tag ID
|
tags.id | string |
The ID of the tag. |
Tag Name
|
tags.name | string |
The name of the tag. |
Tag Created At
|
tags.createdAt | date-time |
The creation date of the tag. |
Tag Updated At
|
tags.updatedAt | date-time |
The last update date of the tag. |
isDraft
|
tags.isDraft | boolean |
Whether or not the tag is draft. |
List Projects
Returns the list of projects.
Returns
Name | Path | Type | Description |
---|---|---|---|
|
array of object | ||
Status
|
status | string |
The project status: Errored, Processing, Completed. |
Project ID
|
id | string |
The ID of the project. |
Project Name
|
name | string |
The name of the project. |
Project created at
|
createdAt | date-time |
The creation date of the project. |
Save Documents
Saves a given document into the specified project. It supports passing metadata that can be later used in the project's Dashboard. New metadata values passed via API will be available to use in the project's setup section.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Text to save
|
text | True | string |
The text to be classified. |
Project ID
|
projectId | True | string |
The project to be used to classify the text. |
Document ID
|
id | string |
Document ID to save in Lang.ai with the text. |
|
Date
|
date | date-time |
The date of the document. It supports valid IS0 8601 dates. If not passed, the request time is used. |
|
Metadata
|
metadata | object |
The metadata information of the document. Object parameter. "Key":"Value" format |
Returns
Name | Path | Type | Description |
---|---|---|---|
tags
|
tags | array of object |
An array of tags. |
Tag Id
|
tags.id | string |
The ID of the tag. |
Tag Name
|
tags.name | string |
The name of the tag. |
intents
|
intents | array of object |
An array of intents. |
Intent Name
|
intents.name | string |
The name of the intent. |
features
|
intents.features | array of string |
The list of features. The sign “>” indicates a second-level feature. |