型・APIリファレンス
Preparing search index...
ChatResponse
Interface ChatResponse
チャットAPIレスポンス
interface
ChatResponse
{
message
?:
string
;
requestId
:
string
;
retryable
?:
boolean
;
success
:
boolean
;
targetPropertyInfo
?:
Record
<
string
,
ReflectValue
|
ReflectValue
[]
>
;
timestamp
:
number
;
}
Index
Properties
message?
request
Id
retryable?
success
target
Property
Info?
timestamp
Properties
Optional
message
message
?:
string
メッセージ本文
request
Id
requestId
:
string
リクエストID
Optional
retryable
retryable
?:
boolean
リトライ可能フラグ
success
success
:
boolean
成功ステータス
Optional
target
Property
Info
targetPropertyInfo
?:
Record
<
string
,
ReflectValue
|
ReflectValue
[]
>
対象プロパティの反映情報(プロパティ名→反映値)
timestamp
timestamp
:
number
応答日時
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
message
request
Id
retryable
success
target
Property
Info
timestamp
型・APIリファレンス
Loading...
チャットAPIレスポンス