Show / Hide Table of Contents

Class RealtimeMessage

Websocket messages sent between client and service.

Inheritance
object
RealtimeMessage
RealtimeMessageAckAudio
RealtimeMessageConnect
RealtimeMessageError
RealtimeMessageResult
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.AispeechService.Models
Assembly: OCI.DotNetSDK.Aispeech.dll
Syntax
[JsonConverter(typeof(RealtimeMessageModelConverter))]
public class RealtimeMessage

Properties

SessionId

Declaration
[JsonProperty(PropertyName = "sessionId")]
public string SessionId { get; set; }
Property Value
Type Description
string

Session ID for the connected session.

In this article
Back to top