Class RealtimeConversationItemFunctionCall
- 
                    
                    - All Implemented Interfaces:
 
 public final class RealtimeConversationItemFunctionCallA function call item in a Realtime conversation. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classRealtimeConversationItemFunctionCall.BuilderA builder for RealtimeConversationItemFunctionCall. public final classRealtimeConversationItemFunctionCall.ObjectIdentifier for the API object being returned - always realtime.item. Optional when creating a new item.public final classRealtimeConversationItemFunctionCall.StatusThe status of the item. Has no effect on the conversation. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Stringarguments()The arguments of the function call. final Stringname()The name of the function being called. final JsonValue_type()The type of the item. final Optional<String>id()The unique ID of the item. final Optional<String>callId()The ID of the function call. final Optional<RealtimeConversationItemFunctionCall.Object>object_()Identifier for the API object being returned - always realtime.item.final Optional<RealtimeConversationItemFunctionCall.Status>status()The status of the item. final JsonField<String>_arguments()Returns the raw JSON value of arguments. final JsonField<String>_name()Returns the raw JSON value of name. final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<String>_callId()Returns the raw JSON value of callId. final JsonField<RealtimeConversationItemFunctionCall.Object>_object_()Returns the raw JSON value of object_. final JsonField<RealtimeConversationItemFunctionCall.Status>_status()Returns the raw JSON value of status. final Map<String, JsonValue>_additionalProperties()final RealtimeConversationItemFunctionCall.BuildertoBuilder()final RealtimeConversationItemFunctionCallvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static RealtimeConversationItemFunctionCall.Builderbuilder()Returns a mutable builder for constructing an instance of RealtimeConversationItemFunctionCall. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        argumentsfinal String arguments() The arguments of the function call. This is a JSON-encoded string representing the arguments passed to the function, for example {"arg1": "value1", "arg2": 42}.
 - 
                                        _typefinal JsonValue _type() The type of the item. Always function_call.Expected to always return the following: JsonValue.from("function_call")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value). 
 - 
                                        idfinal Optional<String> id() The unique ID of the item. This may be provided by the client or generated by the server. 
 - 
                                        object_final Optional<RealtimeConversationItemFunctionCall.Object> object_() Identifier for the API object being returned - always realtime.item. Optional when creating a new item.
 - 
                                        statusfinal Optional<RealtimeConversationItemFunctionCall.Status> status() The status of the item. Has no effect on the conversation. 
 - 
                                        _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. 
 - 
                                        _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. 
 - 
                                        _idfinal JsonField<String> _id() Returns the raw JSON value of id. Unlike id, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _callIdfinal JsonField<String> _callId() Returns the raw JSON value of callId. Unlike callId, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _object_final JsonField<RealtimeConversationItemFunctionCall.Object> _object_() Returns the raw JSON value of object_. Unlike object_, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _statusfinal JsonField<RealtimeConversationItemFunctionCall.Status> _status() Returns the raw JSON value of status. Unlike status, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal RealtimeConversationItemFunctionCall.Builder toBuilder() 
 - 
                                        validatefinal RealtimeConversationItemFunctionCall validate() 
 - 
                                        builderfinal static RealtimeConversationItemFunctionCall.Builder builder() Returns a mutable builder for constructing an instance of RealtimeConversationItemFunctionCall. The following fields are required: .arguments() .name()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-