Class RealtimeConversationItemFunctionCallOutput
- 
                    
                    - All Implemented Interfaces:
 
 public final class RealtimeConversationItemFunctionCallOutputA function call output item in a Realtime conversation. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classRealtimeConversationItemFunctionCallOutput.BuilderA builder for RealtimeConversationItemFunctionCallOutput. public final classRealtimeConversationItemFunctionCallOutput.ObjectIdentifier for the API object being returned - always realtime.item. Optional when creating a new item.public final classRealtimeConversationItemFunctionCallOutput.StatusThe status of the item. Has no effect on the conversation. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final StringcallId()The ID of the function call this output is for. final Stringoutput()The output of the function call, this is free text and can contain any information or simply be empty. final JsonValue_type()The type of the item. final Optional<String>id()The unique ID of the item. final Optional<RealtimeConversationItemFunctionCallOutput.Object>object_()Identifier for the API object being returned - always realtime.item.final Optional<RealtimeConversationItemFunctionCallOutput.Status>status()The status of the item. final JsonField<String>_callId()Returns the raw JSON value of callId. final JsonField<String>_output()Returns the raw JSON value of output. final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<RealtimeConversationItemFunctionCallOutput.Object>_object_()Returns the raw JSON value of object_. final JsonField<RealtimeConversationItemFunctionCallOutput.Status>_status()Returns the raw JSON value of status. final Map<String, JsonValue>_additionalProperties()final RealtimeConversationItemFunctionCallOutput.BuildertoBuilder()final RealtimeConversationItemFunctionCallOutputvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static RealtimeConversationItemFunctionCallOutput.Builderbuilder()Returns a mutable builder for constructing an instance of RealtimeConversationItemFunctionCallOutput. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        outputfinal String output() The output of the function call, this is free text and can contain any information or simply be empty. 
 - 
                                        _typefinal JsonValue _type() The type of the item. Always function_call_output.Expected to always return the following: JsonValue.from("function_call_output")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<RealtimeConversationItemFunctionCallOutput.Object> object_() Identifier for the API object being returned - always realtime.item. Optional when creating a new item.
 - 
                                        statusfinal Optional<RealtimeConversationItemFunctionCallOutput.Status> status() The status of the item. Has no effect on the conversation. 
 - 
                                        _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. 
 - 
                                        _outputfinal JsonField<String> _output() Returns the raw JSON value of output. Unlike output, 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. 
 - 
                                        _object_final JsonField<RealtimeConversationItemFunctionCallOutput.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<RealtimeConversationItemFunctionCallOutput.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 RealtimeConversationItemFunctionCallOutput.Builder toBuilder() 
 - 
                                        validatefinal RealtimeConversationItemFunctionCallOutput validate() 
 - 
                                        builderfinal static RealtimeConversationItemFunctionCallOutput.Builder builder() Returns a mutable builder for constructing an instance of RealtimeConversationItemFunctionCallOutput. The following fields are required: .callId() .output()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-