Language option for an agent.

Example Usage

import { AgentLanguage } from "syllable-sdk/models/components";

let value: AgentLanguage = {
  name: "English",
  code: "yue-HK",
};

Fields

FieldTypeRequiredDescriptionExample
namestringTRUEName of the languageEnglish
codecomponents.LanguageCodeTRUEBCP 47 codes of languages that Syllable supports.