Class TranscriptionSessionUpdate
- 
                    
                    - All Implemented Interfaces:
 
 public final class TranscriptionSessionUpdateSend this event to update a transcription session. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classTranscriptionSessionUpdate.BuilderA builder for TranscriptionSessionUpdate. public final classTranscriptionSessionUpdate.SessionRealtime transcription session object configuration. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final TranscriptionSessionUpdate.Sessionsession()Realtime transcription session object configuration. final JsonValue_type()The event type, must be transcription_session.update.final Optional<String>eventId()Optional client-generated ID used to identify this event. final JsonField<TranscriptionSessionUpdate.Session>_session()Returns the raw JSON value of session. final JsonField<String>_eventId()Returns the raw JSON value of eventId. final Map<String, JsonValue>_additionalProperties()final TranscriptionSessionUpdate.BuildertoBuilder()final TranscriptionSessionUpdatevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static TranscriptionSessionUpdate.Builderbuilder()Returns a mutable builder for constructing an instance of TranscriptionSessionUpdate. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        sessionfinal TranscriptionSessionUpdate.Session session() Realtime transcription session object configuration. 
 - 
                                        _typefinal JsonValue _type() The event type, must be transcription_session.update.Expected to always return the following: JsonValue.from("transcription_session.update")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value). 
 - 
                                        _sessionfinal JsonField<TranscriptionSessionUpdate.Session> _session() Returns the raw JSON value of session. Unlike session, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _eventIdfinal JsonField<String> _eventId() Returns the raw JSON value of eventId. Unlike eventId, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal TranscriptionSessionUpdate.Builder toBuilder() 
 - 
                                        validatefinal TranscriptionSessionUpdate validate() 
 - 
                                        builderfinal static TranscriptionSessionUpdate.Builder builder() Returns a mutable builder for constructing an instance of TranscriptionSessionUpdate. The following fields are required: .session()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-