IntelligenceX
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
Client name.
title System.String
Client title.
version System.String
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.