IntelligenceX

API Reference

Class

ClientInfo

Namespace IntelligenceX.OpenAI.AppServer
Assembly IntelligenceX
Modifiers sealed

Identifies a client when initializing the app-server.

Inheritance

  • Object
  • ClientInfo

Constructors

public ClientInfo(String name, String title, String version) #

Initializes a new client info instance.

Parameters

name System.String requiredposition: 0
Client name.
title System.String requiredposition: 1
Client title.
version System.String requiredposition: 2
Client version.

Properties

public String Name { get; } #

Gets the client name.

public String Title { get; } #

Gets the client title.

public String Version { get; } #

Gets the client version.