Table of Contents

Class SessionBegins

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

Properties

ExpiresAt

Timestamp when this session will expire

[JsonPropertyName("expires_at")]
public required DateTime ExpiresAt { get; set; }

Property Value

DateTime

MessageType

Describes the type of the message

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

Property Value

string

SessionId

Unique identifier for the established session

[JsonPropertyName("session_id")]
public required string SessionId { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.