⚠️ Beta / Prerelease Documentation - Subject to change. (Api version 19.0.0.1401 | Published on 2026-02-23 14:57:33)
Search Results for

    Show / Hide Table of Contents

    Class AISettings

    Represents the configuration settings for the AI Companion provider.

    Inheritance
    object
    AISettings
    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 AISettings
    Remarks

    Includes the selected prompt and connection, lists of available prompts and connections, and a flag for auto-translation.

    Constructors

    AISettings()

    Declaration
    public AISettings()

    Properties

    AutoTranslateEnabled

    Gets or sets a value indicating whether auto-translation is enabled.

    Declaration
    public bool AutoTranslateEnabled { get; set; }
    Property Value
    Type Description
    bool

    Connections

    Gets or sets the list of available connections.

    Declaration
    public IList<Connection> Connections { get; set; }
    Property Value
    Type Description
    IList<Connection>

    Prompts

    Gets or sets the list of available prompts.

    Declaration
    public IList<Prompt> Prompts { get; set; }
    Property Value
    Type Description
    IList<Prompt>

    SelectedConnection

    Gets or sets the currently selected connection.

    Declaration
    public Connection SelectedConnection { get; set; }
    Property Value
    Type Description
    Connection

    SelectedPrompt

    Gets or sets the currently selected prompt.

    Declaration
    public Prompt SelectedPrompt { get; set; }
    Property Value
    Type Description
    Prompt
    In this article
    Back to top Generated by DocFX