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