Class ClientSecretCreateResponse
- 
                    
                    - All Implemented Interfaces:
 
 public final class ClientSecretCreateResponseResponse from creating a session and client secret for the Realtime API. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classClientSecretCreateResponse.BuilderA builder for ClientSecretCreateResponse. public final classClientSecretCreateResponse.SessionThe session configuration for either a realtime or transcription session. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final LongexpiresAt()Expiration timestamp for the client secret, in seconds since epoch. final ClientSecretCreateResponse.Sessionsession()The session configuration for either a realtime or transcription session. final Stringvalue()The generated client secret value. final JsonField<Long>_expiresAt()Returns the raw JSON value of expiresAt. final JsonField<ClientSecretCreateResponse.Session>_session()Returns the raw JSON value of session. final JsonField<String>_value()Returns the raw JSON value of value. final Map<String, JsonValue>_additionalProperties()final ClientSecretCreateResponse.BuildertoBuilder()final ClientSecretCreateResponsevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ClientSecretCreateResponse.Builderbuilder()Returns a mutable builder for constructing an instance of ClientSecretCreateResponse. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        expiresAtfinal Long expiresAt() Expiration timestamp for the client secret, in seconds since epoch. 
 - 
                                        sessionfinal ClientSecretCreateResponse.Session session() The session configuration for either a realtime or transcription session. 
 - 
                                        _expiresAtfinal JsonField<Long> _expiresAt() Returns the raw JSON value of expiresAt. Unlike expiresAt, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _sessionfinal JsonField<ClientSecretCreateResponse.Session> _session() Returns the raw JSON value of session. Unlike session, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _valuefinal JsonField<String> _value() Returns the raw JSON value of value. Unlike value, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal ClientSecretCreateResponse.Builder toBuilder() 
 - 
                                        validatefinal ClientSecretCreateResponse validate() 
 - 
                                        builderfinal static ClientSecretCreateResponse.Builder builder() Returns a mutable builder for constructing an instance of ClientSecretCreateResponse. The following fields are required: .expiresAt() .session() .value()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-