Class ChatSessionRateLimitsParam
- 
                    
                    - All Implemented Interfaces:
 
 public final class ChatSessionRateLimitsParamControls request rate limits for the session. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classChatSessionRateLimitsParam.BuilderA builder for ChatSessionRateLimitsParam. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Optional<Long>maxRequestsPer1Minute()Maximum number of requests allowed per minute for the session. final JsonField<Long>_maxRequestsPer1Minute()Returns the raw JSON value of maxRequestsPer1Minute. final Map<String, JsonValue>_additionalProperties()final ChatSessionRateLimitsParam.BuildertoBuilder()final ChatSessionRateLimitsParamvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ChatSessionRateLimitsParam.Builderbuilder()Returns a mutable builder for constructing an instance of ChatSessionRateLimitsParam. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        maxRequestsPer1Minutefinal Optional<Long> maxRequestsPer1Minute() Maximum number of requests allowed per minute for the session. Defaults to 10. 
 - 
                                        _maxRequestsPer1Minutefinal JsonField<Long> _maxRequestsPer1Minute() Returns the raw JSON value of maxRequestsPer1Minute. Unlike maxRequestsPer1Minute, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal ChatSessionRateLimitsParam.Builder toBuilder() 
 - 
                                        validatefinal ChatSessionRateLimitsParam validate() 
 - 
                                        builderfinal static ChatSessionRateLimitsParam.Builder builder() Returns a mutable builder for constructing an instance of ChatSessionRateLimitsParam. 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-