Class ChatCompletionFunctionMessageParam
- 
                    
                    - All Implemented Interfaces:
 
 @Deprecated(message = "deprecated") public final class ChatCompletionFunctionMessageParam 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classChatCompletionFunctionMessageParam.BuilderA builder for ChatCompletionFunctionMessageParam. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Optional<String>content()The contents of the function message. final Stringname()The name of the function to call. final JsonValue_role()The role of the messages author, in this case function.final JsonField<String>_content()Returns the raw JSON value of content. final JsonField<String>_name()Returns the raw JSON value of name. final Map<String, JsonValue>_additionalProperties()final ChatCompletionFunctionMessageParam.BuildertoBuilder()final ChatCompletionFunctionMessageParamvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ChatCompletionFunctionMessageParam.Builderbuilder()Returns a mutable builder for constructing an instance of ChatCompletionFunctionMessageParam. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        _rolefinal JsonValue _role() The role of the messages author, in this case function.Expected to always return the following: JsonValue.from("function")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value). 
 - 
                                        _contentfinal JsonField<String> _content() Returns the raw JSON value of content. Unlike content, 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. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal ChatCompletionFunctionMessageParam.Builder toBuilder() 
 - 
                                        validatefinal ChatCompletionFunctionMessageParam validate() 
 - 
                                        builderfinal static ChatCompletionFunctionMessageParam.Builder builder() Returns a mutable builder for constructing an instance of ChatCompletionFunctionMessageParam. The following fields are required: .content() .name()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-