Values.StartSpeechSynthesisStreamActionStreamSourceInbound event stream for sending input and control events to manage bidirectional speech synthesis.
type nonrec t = {textEvent : TextEvent.t option;A text event containing content to be synthesized.
*)closeStreamEvent : CloseStreamEvent.t option;An event indicating the end of the input stream.
*)}