SmartRealtimeSession
Wisej.AI.SmartRealtimeSession
Namespace: Wisej.AI
Assembly: Wisej.AI (3.5.0.0)
public class SmartRealtimeSession : SmartSession
Constructors
SmartRealtimeSession(hub, systemPrompt)

Initializes a new instance of the SmartSession class with the specified hub and optional system prompt.
Name
Type
Description
Throws:
ArgumentNullException Thrown when the hub is null.
SmartRealtimeSession(endpoint, systemPrompt)

Initializes a new instance of the SmartSession class with the specified endpoint and optional system prompt.
Name
Type
Description
Throws:
ArgumentNullException Thrown when the endpoint is null.
Last updated