Class RealtimeMessage
Websocket messages sent between client and service.
Inheritance
RealtimeMessage
      
      
      
      
  Inherited Members
Namespace: Oci.AispeechService.Models
Assembly: OCI.DotNetSDK.Aispeech.dll
Syntax
[JsonConverter(typeof(RealtimeMessageModelConverter))]
public class RealtimeMessageProperties
SessionId
Declaration
[JsonProperty(PropertyName = "sessionId")]
public string SessionId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Session ID for the connected session. |