Package com.openai.models.beta.realtime
        Class TranscriptionSessionUpdate.Session.ClientSecret
- 
                    
                    
- All Implemented Interfaces:
 
public final class TranscriptionSessionUpdate.Session.ClientSecretConfiguration options for the generated client secret.
 
- 
                
                    
                    
- 
                                
                            
                                
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTranscriptionSessionUpdate.Session.ClientSecret.BuilderA builder for ClientSecret.
public final classTranscriptionSessionUpdate.Session.ClientSecret.ExpiresAtConfiguration for the ephemeral token expiration.
 
- 
                                
                            
                                
Method Summary
Modifier and Type Method Description final Optional<TranscriptionSessionUpdate.Session.ClientSecret.ExpiresAt>expiresAt()Configuration for the ephemeral token expiration. final JsonField<TranscriptionSessionUpdate.Session.ClientSecret.ExpiresAt>_expiresAt()Returns the raw JSON value of expiresAt. final Map<String, JsonValue>_additionalProperties()final TranscriptionSessionUpdate.Session.ClientSecret.BuildertoBuilder()final TranscriptionSessionUpdate.Session.ClientSecretvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static TranscriptionSessionUpdate.Session.ClientSecret.Builderbuilder()Returns a mutable builder for constructing an instance of ClientSecret. - 
                    
                    
                    
- 
                                
                            
                                
Method Detail
- 
                                        
expiresAt
final Optional<TranscriptionSessionUpdate.Session.ClientSecret.ExpiresAt> expiresAt()
Configuration for the ephemeral token expiration.
 
- 
                                        
_expiresAt
final JsonField<TranscriptionSessionUpdate.Session.ClientSecret.ExpiresAt> _expiresAt()
Returns the raw JSON value of expiresAt.
Unlike expiresAt, this method doesn't throw if the JSON field has an unexpected type.
 
- 
                                        
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
 
- 
                                        
toBuilder
final TranscriptionSessionUpdate.Session.ClientSecret.Builder toBuilder()
 
- 
                                        
validate
final TranscriptionSessionUpdate.Session.ClientSecret validate()
 
- 
                                        
builder
final static TranscriptionSessionUpdate.Session.ClientSecret.Builder builder()
Returns a mutable builder for constructing an instance of ClientSecret.
 
 - 
                                        
 
 - 
                                
                            
                                
 
 - 
                    
                    
                    
 
 -