public class MessageForBatchChatCompletionsInput extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MessageForBatchChatCompletionsInput.RoleEnum
Gets or Sets role
|
| Constructor and Description |
|---|
MessageForBatchChatCompletionsInput() |
| Modifier and Type | Method and Description |
|---|---|
MessageForBatchChatCompletionsInput |
addToolCallsItem(ToolCallForBatchChatCompletionsInput toolCallsItem) |
MessageForBatchChatCompletionsInput |
content(String content) |
boolean |
equals(Object o) |
String |
getContent()
Get content
|
MessageForBatchChatCompletionsInput.RoleEnum |
getRole()
Get role
|
String |
getToolCallId()
Get toolCallId
|
@Valid List<ToolCallForBatchChatCompletionsInput> |
getToolCalls()
Get toolCalls
|
int |
hashCode() |
MessageForBatchChatCompletionsInput |
role(MessageForBatchChatCompletionsInput.RoleEnum role) |
void |
setContent(String content) |
void |
setRole(MessageForBatchChatCompletionsInput.RoleEnum role) |
void |
setToolCallId(String toolCallId) |
void |
setToolCalls(List<ToolCallForBatchChatCompletionsInput> toolCalls) |
MessageForBatchChatCompletionsInput |
toolCallId(String toolCallId) |
MessageForBatchChatCompletionsInput |
toolCalls(List<ToolCallForBatchChatCompletionsInput> toolCalls) |
String |
toString() |
public MessageForBatchChatCompletionsInput content(String content)
public String getContent()
public void setContent(String content)
public MessageForBatchChatCompletionsInput role(MessageForBatchChatCompletionsInput.RoleEnum role)
public MessageForBatchChatCompletionsInput.RoleEnum getRole()
public void setRole(MessageForBatchChatCompletionsInput.RoleEnum role)
public MessageForBatchChatCompletionsInput toolCallId(String toolCallId)
public String getToolCallId()
public void setToolCallId(String toolCallId)
public MessageForBatchChatCompletionsInput toolCalls(List<ToolCallForBatchChatCompletionsInput> toolCalls)
public MessageForBatchChatCompletionsInput addToolCallsItem(ToolCallForBatchChatCompletionsInput toolCallsItem)
@Valid public @Valid List<ToolCallForBatchChatCompletionsInput> getToolCalls()
public void setToolCalls(List<ToolCallForBatchChatCompletionsInput> toolCalls)
Copyright © 2025. All rights reserved.