Information about an agent linked to a language group.

Example Usage

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

let value: LanguageGroupAgentInfo = {
  id: 1,
  name: "Test Agent",
};

Fields

FieldTypeRequiredDescriptionExample
idnumberTRUEThe ID of the agent1
namestringTRUEThe name of the agentTest Agent