Class ConversationItem.LocalShellCallOutput.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class ConversationItem.LocalShellCallOutput.BuilderA builder for LocalShellCallOutput. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        idfinal ConversationItem.LocalShellCallOutput.Builder id(String id) The unique ID of the local shell tool call generated by the model. 
 - 
                                        idfinal ConversationItem.LocalShellCallOutput.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. 
 - 
                                        outputfinal ConversationItem.LocalShellCallOutput.Builder output(String output) A JSON string of the output of the local shell tool call. 
 - 
                                        outputfinal ConversationItem.LocalShellCallOutput.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. 
 - 
                                        typefinal ConversationItem.LocalShellCallOutput.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("local_shell_call_output")This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        statusfinal ConversationItem.LocalShellCallOutput.Builder status(ConversationItem.LocalShellCallOutput.Status status) The status of the item. One of in_progress,completed, orincomplete.
 - 
                                        statusfinal ConversationItem.LocalShellCallOutput.Builder status(Optional<ConversationItem.LocalShellCallOutput.Status> status) Alias for calling Builder.status with status.orElse(null).
 - 
                                        statusfinal ConversationItem.LocalShellCallOutput.Builder status(JsonField<ConversationItem.LocalShellCallOutput.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. 
 - 
                                        additionalPropertiesfinal ConversationItem.LocalShellCallOutput.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal ConversationItem.LocalShellCallOutput.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal ConversationItem.LocalShellCallOutput.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal ConversationItem.LocalShellCallOutput.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal ConversationItem.LocalShellCallOutput.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal ConversationItem.LocalShellCallOutput build() Returns an immutable instance of LocalShellCallOutput. Further updates to this Builder will not mutate the returned instance. The following fields are required: .id() .output()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-