public class ContentForBotsChatCompletionsOutput extends Object
| Constructor and Description |
|---|
ContentForBotsChatCompletionsOutput() |
| Modifier and Type | Method and Description |
|---|---|
ContentForBotsChatCompletionsOutput |
addBytesItem(Integer bytesItem) |
ContentForBotsChatCompletionsOutput |
addTopLogprobsItem(TopLogprobForBotsChatCompletionsOutput topLogprobsItem) |
ContentForBotsChatCompletionsOutput |
bytes(List<Integer> bytes) |
boolean |
equals(Object o) |
List<Integer> |
getBytes()
Get bytes
|
Float |
getLogprob()
Get logprob
|
String |
getToken()
Get token
|
@Valid List<TopLogprobForBotsChatCompletionsOutput> |
getTopLogprobs()
Get topLogprobs
|
int |
hashCode() |
ContentForBotsChatCompletionsOutput |
logprob(Float logprob) |
void |
setBytes(List<Integer> bytes) |
void |
setLogprob(Float logprob) |
void |
setToken(String token) |
void |
setTopLogprobs(List<TopLogprobForBotsChatCompletionsOutput> topLogprobs) |
ContentForBotsChatCompletionsOutput |
token(String token) |
ContentForBotsChatCompletionsOutput |
topLogprobs(List<TopLogprobForBotsChatCompletionsOutput> topLogprobs) |
String |
toString() |
public ContentForBotsChatCompletionsOutput bytes(List<Integer> bytes)
public ContentForBotsChatCompletionsOutput addBytesItem(Integer bytesItem)
public ContentForBotsChatCompletionsOutput logprob(Float logprob)
public Float getLogprob()
public void setLogprob(Float logprob)
public ContentForBotsChatCompletionsOutput token(String token)
public String getToken()
public void setToken(String token)
public ContentForBotsChatCompletionsOutput topLogprobs(List<TopLogprobForBotsChatCompletionsOutput> topLogprobs)
public ContentForBotsChatCompletionsOutput addTopLogprobsItem(TopLogprobForBotsChatCompletionsOutput topLogprobsItem)
@Valid public @Valid List<TopLogprobForBotsChatCompletionsOutput> getTopLogprobs()
public void setTopLogprobs(List<TopLogprobForBotsChatCompletionsOutput> topLogprobs)
Copyright © 2025. All rights reserved.