Table of Contents

Class RealtimeBaseMessage

Namespace
AssemblyAI.Realtime
Assembly
AssemblyAI.dll
public record RealtimeBaseMessage : IEquatable<RealtimeBaseMessage>
Inheritance
RealtimeBaseMessage
Implements
Inherited Members

Properties

MessageType

Describes the type of the message

[JsonPropertyName("message_type")]
public required MessageType MessageType { get; set; }

Property Value

MessageType

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.