@oneblink/sdk-core
    Preparing search index...

    Interface AISystemConfiguration

    interface AISystemConfiguration {
        configuration: FormsBuilderAISystemConfiguration;
        createdAt: string;
        id: number;
        isEnabled: boolean;
        lastUsedAt?: string;
        name: string;
        updatedAt: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    createdAt: string

    The date and time (in ISO format) the resource was created

    id: number

    The id the resource

    isEnabled: boolean
    lastUsedAt?: string
    name: string
    updatedAt: string

    The date and time (in ISO format) the resource was last updated