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

    Interface ChatApiResult

    API呼び出し結果

    interface ChatApiResult {
        data?: ChatResponse;
        error?: { exceptionMessage?: string };
        success: boolean;
    }
    Index

    Properties

    Properties

    レスポンスデータ

    error?: { exceptionMessage?: string }

    エラー情報

    success: boolean

    呼び出し結果