Class ChatKitThreadAssistantMessageItem.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class ChatKitThreadAssistantMessageItem.BuilderA builder for ChatKitThreadAssistantMessageItem. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        idfinal ChatKitThreadAssistantMessageItem.Builder id(String id) Identifier of the thread item. 
 - 
                                        idfinal ChatKitThreadAssistantMessageItem.Builder id(JsonField<String> id) Sets Builder.id to an arbitrary JSON value. You should usually call Builder.id with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        contentfinal ChatKitThreadAssistantMessageItem.Builder content(List<ChatKitResponseOutputText> content) Ordered assistant response segments. 
 - 
                                        contentfinal ChatKitThreadAssistantMessageItem.Builder content(JsonField<List<ChatKitResponseOutputText>> content) Sets Builder.content to an arbitrary JSON value. You should usually call Builder.content with a well-typed List<ChatKitResponseOutputText>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
 - 
                                        addContentfinal ChatKitThreadAssistantMessageItem.Builder addContent(ChatKitResponseOutputText content) Adds a single ChatKitResponseOutputText to Builder.content. 
 - 
                                        createdAtfinal ChatKitThreadAssistantMessageItem.Builder createdAt(Long createdAt) Unix timestamp (in seconds) for when the item was created. 
 - 
                                        createdAtfinal ChatKitThreadAssistantMessageItem.Builder createdAt(JsonField<Long> createdAt) Sets Builder.createdAt to an arbitrary JSON value. You should usually call Builder.createdAt with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        object_final ChatKitThreadAssistantMessageItem.Builder object_(JsonValue object_) 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("chatkit.thread_item")This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        threadIdfinal ChatKitThreadAssistantMessageItem.Builder threadId(String threadId) Identifier of the parent thread. 
 - 
                                        threadIdfinal ChatKitThreadAssistantMessageItem.Builder threadId(JsonField<String> threadId) Sets Builder.threadId to an arbitrary JSON value. You should usually call Builder.threadId with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        typefinal ChatKitThreadAssistantMessageItem.Builder type(JsonValue type) 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("chatkit.assistant_message")This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        additionalPropertiesfinal ChatKitThreadAssistantMessageItem.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal ChatKitThreadAssistantMessageItem.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal ChatKitThreadAssistantMessageItem.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal ChatKitThreadAssistantMessageItem.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal ChatKitThreadAssistantMessageItem.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal ChatKitThreadAssistantMessageItem build() Returns an immutable instance of ChatKitThreadAssistantMessageItem. Further updates to this Builder will not mutate the returned instance. The following fields are required: .id() .content() .createdAt() .threadId()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-