Class Connection
Represents a connection configuration for the AI Companion.
Inherited Members
Namespace: Sdl.LanguagePlatform.TranslationMemoryApi.AICompanion.Model
Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
Syntax
public class Connection
Remarks
A connection defines the endpoint or service used by the AI Companion for processing translation or search requests.
Constructors
Connection()
Declaration
public Connection()
Properties
Id
Gets or sets the unique identifier of the connection.
Declaration
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Gets or sets the display name of the connection.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |