GET api/ConversationAnalysis/GetSupportedLanguages

Gets list Supported Languages 45 Languages with 119 variations

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

List of Get Supported Languages

Collection of SupportedLanguageModel
NameDescriptionTypeAdditional information
ID

globally unique identifier

None.

Name

string

None.

LanguageCode

string

None.

Active

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ID": "f88577cf-b5e4-466a-aa38-d34d556098c8",
    "Name": "sample string 2",
    "LanguageCode": "sample string 3",
    "Active": true
  },
  {
    "ID": "f88577cf-b5e4-466a-aa38-d34d556098c8",
    "Name": "sample string 2",
    "LanguageCode": "sample string 3",
    "Active": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfSupportedLanguageModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CSP.AI.Portal.DataLayer.Common">
  <SupportedLanguageModel>
    <Active>true</Active>
    <ID>f88577cf-b5e4-466a-aa38-d34d556098c8</ID>
    <LanguageCode>sample string 3</LanguageCode>
    <Name>sample string 2</Name>
  </SupportedLanguageModel>
  <SupportedLanguageModel>
    <Active>true</Active>
    <ID>f88577cf-b5e4-466a-aa38-d34d556098c8</ID>
    <LanguageCode>sample string 3</LanguageCode>
    <Name>sample string 2</Name>
  </SupportedLanguageModel>
</ArrayOfSupportedLanguageModel>