public static class GenericChatResponse.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GenericChatResponse |
build() |
GenericChatResponse.Builder |
choices(List<ChatChoice> choices)
A list of generated texts.
|
GenericChatResponse.Builder |
copy(GenericChatResponse model) |
GenericChatResponse.Builder |
timeCreated(Date timeCreated)
The Unix timestamp (in seconds) of when the response text was generated.
|
public GenericChatResponse.Builder timeCreated(Date timeCreated)
The Unix timestamp (in seconds) of when the response text was generated.
timeCreated
- the value to setpublic GenericChatResponse.Builder choices(List<ChatChoice> choices)
A list of generated texts. Can be more than one if n is greater than 1.
choices
- the value to setpublic GenericChatResponse build()
public GenericChatResponse.Builder copy(GenericChatResponse model)
Copyright © 2016–2024. All rights reserved.