Class Connection
Represents a connection configuration for the AI Companion.
Inheritance
Object
Connection
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
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 |