Class ResponseOutputItemDoneEvent
- 
                    
                    - All Implemented Interfaces:
 
 public final class ResponseOutputItemDoneEventReturned when an Item is done streaming. Also emitted when a Response is interrupted, incomplete, or cancelled. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classResponseOutputItemDoneEvent.BuilderA builder for ResponseOutputItemDoneEvent. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final StringeventId()The unique ID of the server event. final ConversationItemitem()A single item within a Realtime conversation. final LongoutputIndex()The index of the output item in the Response. final StringresponseId()The ID of the Response to which the item belongs. final JsonValue_type()The event type, must be response.output_item.done.final JsonField<String>_eventId()Returns the raw JSON value of eventId. final JsonField<ConversationItem>_item()Returns the raw JSON value of item. final JsonField<Long>_outputIndex()Returns the raw JSON value of outputIndex. final JsonField<String>_responseId()Returns the raw JSON value of responseId. final Map<String, JsonValue>_additionalProperties()final ResponseOutputItemDoneEvent.BuildertoBuilder()final ResponseOutputItemDoneEventvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ResponseOutputItemDoneEvent.Builderbuilder()Returns a mutable builder for constructing an instance of ResponseOutputItemDoneEvent. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        itemfinal ConversationItem item() A single item within a Realtime conversation. 
 - 
                                        outputIndexfinal Long outputIndex() The index of the output item in the Response. 
 - 
                                        responseIdfinal String responseId() The ID of the Response to which the item belongs. 
 - 
                                        _typefinal JsonValue _type() The event type, must be response.output_item.done.Expected to always return the following: JsonValue.from("response.output_item.done")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value). 
 - 
                                        _eventIdfinal JsonField<String> _eventId() Returns the raw JSON value of eventId. Unlike eventId, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _itemfinal JsonField<ConversationItem> _item() Returns the raw JSON value of item. Unlike item, 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. 
 - 
                                        _responseIdfinal JsonField<String> _responseId() Returns the raw JSON value of responseId. Unlike responseId, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal ResponseOutputItemDoneEvent.Builder toBuilder() 
 - 
                                        validatefinal ResponseOutputItemDoneEvent validate() 
 - 
                                        builderfinal static ResponseOutputItemDoneEvent.Builder builder() Returns a mutable builder for constructing an instance of ResponseOutputItemDoneEvent. The following fields are required: .eventId() .item() .outputIndex() .responseId()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-