Class ResponseFunctionCallArgumentsDoneEvent.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class ResponseFunctionCallArgumentsDoneEvent.BuilderA builder for ResponseFunctionCallArgumentsDoneEvent. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        argumentsfinal ResponseFunctionCallArgumentsDoneEvent.Builder arguments(String arguments) The function-call arguments. 
 - 
                                        argumentsfinal ResponseFunctionCallArgumentsDoneEvent.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. 
 - 
                                        itemIdfinal ResponseFunctionCallArgumentsDoneEvent.Builder itemId(String itemId) The ID of the item. 
 - 
                                        itemIdfinal ResponseFunctionCallArgumentsDoneEvent.Builder itemId(JsonField<String> itemId) Sets Builder.itemId to an arbitrary JSON value. You should usually call Builder.itemId with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        namefinal ResponseFunctionCallArgumentsDoneEvent.Builder name(String name) The name of the function that was called. 
 - 
                                        namefinal ResponseFunctionCallArgumentsDoneEvent.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. 
 - 
                                        outputIndexfinal ResponseFunctionCallArgumentsDoneEvent.Builder outputIndex(Long outputIndex) The index of the output item. 
 - 
                                        outputIndexfinal ResponseFunctionCallArgumentsDoneEvent.Builder outputIndex(JsonField<Long> outputIndex) Sets Builder.outputIndex to an arbitrary JSON value. You should usually call Builder.outputIndex with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        sequenceNumberfinal ResponseFunctionCallArgumentsDoneEvent.Builder sequenceNumber(Long sequenceNumber) The sequence number of this event. 
 - 
                                        sequenceNumberfinal ResponseFunctionCallArgumentsDoneEvent.Builder sequenceNumber(JsonField<Long> sequenceNumber) Sets Builder.sequenceNumber to an arbitrary JSON value. You should usually call Builder.sequenceNumber with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        typefinal ResponseFunctionCallArgumentsDoneEvent.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("response.function_call_arguments.done")This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        additionalPropertiesfinal ResponseFunctionCallArgumentsDoneEvent.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal ResponseFunctionCallArgumentsDoneEvent.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal ResponseFunctionCallArgumentsDoneEvent.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal ResponseFunctionCallArgumentsDoneEvent.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal ResponseFunctionCallArgumentsDoneEvent.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal ResponseFunctionCallArgumentsDoneEvent build() Returns an immutable instance of ResponseFunctionCallArgumentsDoneEvent. Further updates to this Builder will not mutate the returned instance. The following fields are required: .arguments() .itemId() .name() .outputIndex() .sequenceNumber()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-