[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-20 UTC."],[],[],null,["# IntegerSchema class\n\nSchema class for \"integer\" types.\n\n**Signature:** \n\n export declare class IntegerSchema extends Schema \n\n**Extends:** [Schema](./ai.schema.md#schema_class)\n\nConstructors\n------------\n\n| Constructor | Modifiers | Description |\n|-------------------------------------------------------------------------------|-----------|--------------------------------------------------------|\n| [(constructor)(schemaParams)](./ai.integerschema.md#integerschemaconstructor) | | Constructs a new instance of the `IntegerSchema` class |\n\nIntegerSchema.(constructor)\n---------------------------\n\nConstructs a new instance of the `IntegerSchema` class\n\n**Signature:** \n\n constructor(schemaParams?: SchemaParams);\n\n#### Parameters\n\n| Parameter | Type | Description |\n|--------------|-------------------------------------------------------------|-------------|\n| schemaParams | [SchemaParams](./ai.schemaparams.md#schemaparams_interface) | |"]]