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

hub

The smart hub associated with the session.

systemPrompt

The 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.

Name
Type
Description

endpoint

The smart endpoint associated with the session.

systemPrompt

The optional system prompt for the session. Default is null.

Throws:

Last updated