Class ChatKitThreadItemList.Data.ChatKitClientToolCall.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class ChatKitThreadItemList.Data.ChatKitClientToolCall.BuilderA builder for ChatKitClientToolCall. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        idfinal ChatKitThreadItemList.Data.ChatKitClientToolCall.Builder id(String id) Identifier of the thread item. 
 - 
                                        idfinal ChatKitThreadItemList.Data.ChatKitClientToolCall.Builder id(JsonField<String> id) Sets Builder.id to an arbitrary JSON value. You should usually call Builder.id with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        argumentsfinal ChatKitThreadItemList.Data.ChatKitClientToolCall.Builder arguments(String arguments) JSON-encoded arguments that were sent to the tool. 
 - 
                                        argumentsfinal ChatKitThreadItemList.Data.ChatKitClientToolCall.Builder arguments(JsonField<String> arguments) Sets Builder.arguments to an arbitrary JSON value. You should usually call Builder.arguments with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        callIdfinal ChatKitThreadItemList.Data.ChatKitClientToolCall.Builder callId(String callId) Identifier for the client tool call. 
 - 
                                        callIdfinal ChatKitThreadItemList.Data.ChatKitClientToolCall.Builder callId(JsonField<String> callId) Sets Builder.callId to an arbitrary JSON value. You should usually call Builder.callId with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        createdAtfinal ChatKitThreadItemList.Data.ChatKitClientToolCall.Builder createdAt(Long createdAt) Unix timestamp (in seconds) for when the item was created. 
 - 
                                        createdAtfinal ChatKitThreadItemList.Data.ChatKitClientToolCall.Builder createdAt(JsonField<Long> createdAt) Sets Builder.createdAt to an arbitrary JSON value. You should usually call Builder.createdAt with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        namefinal ChatKitThreadItemList.Data.ChatKitClientToolCall.Builder name(String name) Tool name that was invoked. 
 - 
                                        namefinal ChatKitThreadItemList.Data.ChatKitClientToolCall.Builder name(JsonField<String> name) Sets Builder.name to an arbitrary JSON value. You should usually call Builder.name with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        object_final ChatKitThreadItemList.Data.ChatKitClientToolCall.Builder object_(JsonValue object_) Sets the field to an arbitrary JSON value. It is usually unnecessary to call this method because the field defaults to the following: JsonValue.from("chatkit.thread_item")This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        outputfinal ChatKitThreadItemList.Data.ChatKitClientToolCall.Builder output(String output) JSON-encoded output captured from the tool. Defaults to null while execution is in progress. 
 - 
                                        outputfinal ChatKitThreadItemList.Data.ChatKitClientToolCall.Builder output(Optional<String> output) Alias for calling Builder.output with output.orElse(null).
 - 
                                        outputfinal ChatKitThreadItemList.Data.ChatKitClientToolCall.Builder output(JsonField<String> output) Sets Builder.output to an arbitrary JSON value. You should usually call Builder.output with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        statusfinal ChatKitThreadItemList.Data.ChatKitClientToolCall.Builder status(ChatKitThreadItemList.Data.ChatKitClientToolCall.Status status) Execution status for the tool call. 
 - 
                                        statusfinal ChatKitThreadItemList.Data.ChatKitClientToolCall.Builder status(JsonField<ChatKitThreadItemList.Data.ChatKitClientToolCall.Status> status) Sets Builder.status to an arbitrary JSON value. You should usually call Builder.status with a well-typed Status value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        threadIdfinal ChatKitThreadItemList.Data.ChatKitClientToolCall.Builder threadId(String threadId) Identifier of the parent thread. 
 - 
                                        threadIdfinal ChatKitThreadItemList.Data.ChatKitClientToolCall.Builder threadId(JsonField<String> threadId) Sets Builder.threadId to an arbitrary JSON value. You should usually call Builder.threadId with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        typefinal ChatKitThreadItemList.Data.ChatKitClientToolCall.Builder type(JsonValue type) Sets the field to an arbitrary JSON value. It is usually unnecessary to call this method because the field defaults to the following: JsonValue.from("chatkit.client_tool_call")This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        additionalPropertiesfinal ChatKitThreadItemList.Data.ChatKitClientToolCall.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal ChatKitThreadItemList.Data.ChatKitClientToolCall.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal ChatKitThreadItemList.Data.ChatKitClientToolCall.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal ChatKitThreadItemList.Data.ChatKitClientToolCall.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal ChatKitThreadItemList.Data.ChatKitClientToolCall.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal ChatKitThreadItemList.Data.ChatKitClientToolCall build() Returns an immutable instance of ChatKitClientToolCall. Further updates to this Builder will not mutate the returned instance. The following fields are required: .id() .arguments() .callId() .createdAt() .name() .output() .status() .threadId()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-