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

    Interface ChatResponse

    チャットAPIレスポンス

    interface ChatResponse {
        message?: string;
        requestId: string;
        retryable?: boolean;
        success: boolean;
        targetPropertyInfo?: Record<string, ReflectValue | ReflectValue[]>;
        timestamp: number;
    }
    Index

    Properties

    message?: string

    メッセージ本文

    requestId: string

    リクエストID

    retryable?: boolean

    リトライ可能フラグ

    success: boolean

    成功ステータス

    targetPropertyInfo?: Record<string, ReflectValue | ReflectValue[]>

    対象プロパティの反映情報(プロパティ名→反映値)

    timestamp: number

    応答日時