AI-Mocks
Toggle table of contents
0.8.1-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
AI-Mocks
ai-mocks-openai
/
dev.mokksy.aimocks.openai.model.chat
/
ChatResponse
/
ChatResponse
Chat
Response
constructor
(
id
:
String
,
objectType
:
String
=
"chat.completions"
,
created
:
Long
,
model
:
String
,
serviceTier
:
String
?
=
null
,
systemFingerprint
:
String
?
=
null
,
usage
:
Usage
,
choices
:
List
<
Choice
>
)
(
source
)