Class ChatSessionRateLimits
- 
                    
                    - All Implemented Interfaces:
 
 public final class ChatSessionRateLimitsActive per-minute request limit for the session. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classChatSessionRateLimits.BuilderA builder for ChatSessionRateLimits. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final LongmaxRequestsPer1Minute()Maximum allowed requests per one-minute window. final JsonField<Long>_maxRequestsPer1Minute()Returns the raw JSON value of maxRequestsPer1Minute. final Map<String, JsonValue>_additionalProperties()final ChatSessionRateLimits.BuildertoBuilder()final ChatSessionRateLimitsvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ChatSessionRateLimits.Builderbuilder()Returns a mutable builder for constructing an instance of ChatSessionRateLimits. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        maxRequestsPer1Minutefinal Long maxRequestsPer1Minute() Maximum allowed requests per one-minute window. 
 - 
                                        _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 ChatSessionRateLimits.Builder toBuilder() 
 - 
                                        validatefinal ChatSessionRateLimits validate() 
 - 
                                        builderfinal static ChatSessionRateLimits.Builder builder() Returns a mutable builder for constructing an instance of ChatSessionRateLimits. The following fields are required: .maxRequestsPer1Minute()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-