IntelligenceX

API Reference

Class

CopilotSessionOptions

Namespace IntelligenceX.Copilot
Assembly IntelligenceX
Modifiers sealed

Options for Copilot chat sessions.

Inheritance

  • Object
  • CopilotSessionOptions

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

public CopilotSessionOptions() #

Properties

public String Model { get; set; } #

Model name override.

public String SessionId { get; set; } #

Optional session id.

public String SystemMessage { get; set; } #

Optional system message.

public Nullable<Boolean> Streaming { get; set; } #

Whether to enable streaming.