Class ResponseFunctionCallArgumentsDoneEvent
- 
                    
                    - All Implemented Interfaces:
 
 public final class ResponseFunctionCallArgumentsDoneEventEmitted when function-call arguments are finalized. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classResponseFunctionCallArgumentsDoneEvent.BuilderA builder for ResponseFunctionCallArgumentsDoneEvent. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Stringarguments()The function-call arguments. final StringitemId()The ID of the item. final Stringname()The name of the function that was called. final LongoutputIndex()The index of the output item. final LongsequenceNumber()The sequence number of this event. final JsonValue_type()Expected to always return the following: 
 However, this method can be useful for debugging and logging (e.g.JsonValue.from("response.function_call_arguments.done")final JsonField<String>_arguments()Returns the raw JSON value of arguments. final JsonField<String>_itemId()Returns the raw JSON value of itemId. final JsonField<String>_name()Returns the raw JSON value of name. final JsonField<Long>_outputIndex()Returns the raw JSON value of outputIndex. final JsonField<Long>_sequenceNumber()Returns the raw JSON value of sequenceNumber. final Map<String, JsonValue>_additionalProperties()final ResponseFunctionCallArgumentsDoneEvent.BuildertoBuilder()final ResponseFunctionCallArgumentsDoneEventvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ResponseFunctionCallArgumentsDoneEvent.Builderbuilder()Returns a mutable builder for constructing an instance of ResponseFunctionCallArgumentsDoneEvent. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        outputIndexfinal Long outputIndex() The index of the output item. 
 - 
                                        sequenceNumberfinal Long sequenceNumber() The sequence number of this event. 
 - 
                                        _typefinal JsonValue _type() Expected to always return the following: JsonValue.from("response.function_call_arguments.done")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value). 
 - 
                                        _argumentsfinal JsonField<String> _arguments() Returns the raw JSON value of arguments. Unlike arguments, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _itemIdfinal JsonField<String> _itemId() Returns the raw JSON value of itemId. Unlike itemId, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _namefinal JsonField<String> _name() Returns the raw JSON value of name. Unlike name, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _outputIndexfinal JsonField<Long> _outputIndex() Returns the raw JSON value of outputIndex. Unlike outputIndex, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _sequenceNumberfinal JsonField<Long> _sequenceNumber() Returns the raw JSON value of sequenceNumber. Unlike sequenceNumber, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal ResponseFunctionCallArgumentsDoneEvent.Builder toBuilder() 
 - 
                                        validatefinal ResponseFunctionCallArgumentsDoneEvent validate() 
 - 
                                        builderfinal static ResponseFunctionCallArgumentsDoneEvent.Builder builder() Returns a mutable builder for constructing an instance of ResponseFunctionCallArgumentsDoneEvent. The following fields are required: .arguments() .itemId() .name() .outputIndex() .sequenceNumber()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-