Skip to main content

SmartRealtimeSession

Namespace: Wisej.AI

Assembly: Wisej.AI

public class SmartRealtimeSession : SmartSession

Constructors

SmartRealtimeSession(hub, systemPrompt)

Initializes a new instance of the SmartSession class with the specified hub and optional system prompt.

NameTypeDescription
hubSmartHubThe smart hub associated with the session.
systemPromptSmartPromptThe optional system prompt for the session. Default is null.

Throws:

SmartRealtimeSession(endpoint, systemPrompt)

Initializes a new instance of the SmartSession class with the specified endpoint and optional system prompt.

NameTypeDescription
endpointSmartEndpointThe smart endpoint associated with the session.
systemPromptSmartPromptThe optional system prompt for the session. Default is null.

Throws: