A service is a collection of tools.

Example Usage

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

let value: Service = {
  name: "<value>",
  description: "psst till with",
  id: 904949,
  tools: [
    "<value>",
  ],
};

Fields

FieldTypeRequiredDescription
namestringTRUEThe name of the service
descriptionstringTRUEThe description of the service
idnumberTRUEThe ID of the service
toolsstring[]TRUENames of the tools that belong to the service