⚠️ 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 AISettingsDialogParams

    Provides parameters for displaying the AI Companion settings dialog.

    Inheritance
    object
    AISettingsDialogParams
    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 AISettingsDialogParams

    Constructors

    AISettingsDialogParams()

    Declaration
    public AISettingsDialogParams()

    Properties

    SelectedConnection

    Gets or sets the currently selected connection in the dialog.

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

    SelectedPrompt

    Gets or sets the currently selected prompt in the dialog.

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