Class Prompt
Represents a prompt configuration for the AI Companion.
Inheritance
Object
Prompt
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 Prompt
Remarks
A prompt defines the instructions or context provided to the AI model during translation or search operations.
Constructors
Prompt()
Declaration
public Prompt()
Properties
Id
Gets or sets the unique identifier of the prompt.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
String |
Name
Gets or sets the display name of the prompt.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
String |