Class SessionTerminated
- Namespace
- AssemblyAI.Realtime
- Assembly
- AssemblyAI.dll
public record SessionTerminated : IEquatable<SessionTerminated>
- Inheritance
-
SessionTerminated
- Implements
- Inherited Members
Properties
MessageType
Describes the type of the message
[JsonPropertyName("message_type")]
public required string MessageType { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.