Class RefusalContentBlock
- 
                    
                    - All Implemented Interfaces:
 
 public final class RefusalContentBlockThe refusal content generated by the assistant. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classRefusalContentBlock.BuilderA builder for RefusalContentBlock. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Stringrefusal()final JsonValue_type()Always refusal.final JsonField<String>_refusal()Returns the raw JSON value of refusal. final Map<String, JsonValue>_additionalProperties()final RefusalContentBlock.BuildertoBuilder()final RefusalContentBlockvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static RefusalContentBlock.Builderbuilder()Returns a mutable builder for constructing an instance of RefusalContentBlock. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        _typefinal JsonValue _type() Always refusal.Expected to always return the following: JsonValue.from("refusal")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value). 
 - 
                                        _refusalfinal JsonField<String> _refusal() Returns the raw JSON value of refusal. Unlike refusal, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal RefusalContentBlock.Builder toBuilder() 
 - 
                                        validatefinal RefusalContentBlock validate() 
 - 
                                        builderfinal static RefusalContentBlock.Builder builder() Returns a mutable builder for constructing an instance of RefusalContentBlock. The following fields are required: .refusal()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-