型・APIリファレンス
    Preparing search index...

    Interface AiAutocompleteResponse

    AI 自動補完 API のレスポンス

    interface AiAutocompleteResponse {
        clearErrorTimeout: number;
        data?: { entityName: string; targetProperty: TargetProperty };
        errorMessage?: string;
        status: string;
    }
    Index

    Properties

    clearErrorTimeout: number

    フィールドエラー自動消去時間(ms)

    data?: { entityName: string; targetProperty: TargetProperty }

    自動補完結果データ

    Type Declaration

    • entityName: string

      対象エンティティ名

    • targetProperty: TargetProperty

      プロパティごとの補完結果

    errorMessage?: string

    異常メッセージ

    status: string

    共通ステータス