Class AssistantStreamEvent.ThreadMessageIncomplete.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class AssistantStreamEvent.ThreadMessageIncomplete.BuilderA builder for ThreadMessageIncomplete. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        datafinal AssistantStreamEvent.ThreadMessageIncomplete.Builder data(Message data) Represents a message within a thread. 
 - 
                                        datafinal AssistantStreamEvent.ThreadMessageIncomplete.Builder data(JsonField<Message> data) Sets Builder.data to an arbitrary JSON value. You should usually call Builder.data with a well-typed Message value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        eventfinal AssistantStreamEvent.ThreadMessageIncomplete.Builder event(JsonValue event) 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("thread.message.incomplete")This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        additionalPropertiesfinal AssistantStreamEvent.ThreadMessageIncomplete.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal AssistantStreamEvent.ThreadMessageIncomplete.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal AssistantStreamEvent.ThreadMessageIncomplete.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal AssistantStreamEvent.ThreadMessageIncomplete.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal AssistantStreamEvent.ThreadMessageIncomplete.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal AssistantStreamEvent.ThreadMessageIncomplete build() Returns an immutable instance of ThreadMessageIncomplete. Further updates to this Builder will not mutate the returned instance. The following fields are required: .data()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-