Class SessionUpdateEvent.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class SessionUpdateEvent.BuilderA builder for SessionUpdateEvent. 
- 
                
                    
                    - 
                                
                            
                                Method SummaryModifier and Type Method Description final SessionUpdateEvent.Buildersession(SessionUpdateEvent.Session session)Update the Realtime session. final SessionUpdateEvent.Buildersession(JsonField<SessionUpdateEvent.Session> session)Sets Builder.session to an arbitrary JSON value. final SessionUpdateEvent.Buildersession(RealtimeSessionCreateRequest realtimeSessionCreateRequest)Alias for calling session with Session.ofRealtimeSessionCreateRequest(realtimeSessionCreateRequest).final SessionUpdateEvent.Buildersession(RealtimeTranscriptionSessionCreateRequest realtimeTranscriptionSessionCreateRequest)Alias for calling session with Session.ofRealtimeTranscriptionSessionCreateRequest(realtimeTranscriptionSessionCreateRequest).final SessionUpdateEvent.Buildertype(JsonValue type)Sets the field to an arbitrary JSON value. final SessionUpdateEvent.BuildereventId(String eventId)Optional client-generated ID used to identify this event. final SessionUpdateEvent.BuildereventId(JsonField<String> eventId)Sets Builder.eventId to an arbitrary JSON value. final SessionUpdateEvent.BuilderadditionalProperties(Map<String, JsonValue> additionalProperties)final SessionUpdateEvent.BuilderputAdditionalProperty(String key, JsonValue value)final SessionUpdateEvent.BuilderputAllAdditionalProperties(Map<String, JsonValue> additionalProperties)final SessionUpdateEvent.BuilderremoveAdditionalProperty(String key)final SessionUpdateEvent.BuilderremoveAllAdditionalProperties(Set<String> keys)final SessionUpdateEventbuild()Returns an immutable instance of SessionUpdateEvent. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        sessionfinal SessionUpdateEvent.Builder session(SessionUpdateEvent.Session session) Update the Realtime session. Choose either a realtime session or a transcription session. 
 - 
                                        sessionfinal SessionUpdateEvent.Builder session(JsonField<SessionUpdateEvent.Session> session) Sets Builder.session to an arbitrary JSON value. You should usually call Builder.session with a well-typed Session value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        sessionfinal SessionUpdateEvent.Builder session(RealtimeSessionCreateRequest realtimeSessionCreateRequest) Alias for calling session with Session.ofRealtimeSessionCreateRequest(realtimeSessionCreateRequest).
 - 
                                        sessionfinal SessionUpdateEvent.Builder session(RealtimeTranscriptionSessionCreateRequest realtimeTranscriptionSessionCreateRequest) Alias for calling session with Session.ofRealtimeTranscriptionSessionCreateRequest(realtimeTranscriptionSessionCreateRequest).
 - 
                                        typefinal SessionUpdateEvent.Builder type(JsonValue type) Sets the field to an arbitrary JSON value. It is usually unnecessary to call this method because the field defaults to the following: JsonValue.from("session.update")This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        eventIdfinal SessionUpdateEvent.Builder eventId(String eventId) Optional client-generated ID used to identify this event. This is an arbitrary string that a client may assign. It will be passed back if there is an error with the event, but the corresponding session.updatedevent will not include it.
 - 
                                        eventIdfinal SessionUpdateEvent.Builder eventId(JsonField<String> eventId) Sets Builder.eventId to an arbitrary JSON value. You should usually call Builder.eventId with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        additionalPropertiesfinal SessionUpdateEvent.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal SessionUpdateEvent.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal SessionUpdateEvent.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal SessionUpdateEvent.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal SessionUpdateEvent.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal SessionUpdateEvent build() Returns an immutable instance of SessionUpdateEvent. Further updates to this Builder will not mutate the returned instance. The following fields are required: .session()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-