Search Results for

    Show / Hide Table of Contents

    Class ExternalModeAiPromptConfiguration

    Inheritance
    System.Object
    AiPromptConfiguration
    ExternalModeAiPromptConfiguration
    Namespace: Crowdin.Api.AI
    Assembly: Crowdin.Api.dll
    Syntax
    public class ExternalModeAiPromptConfiguration : AiPromptConfiguration

    Properties

    | Improve this Doc View Source

    Identifier

    Declaration
    public string Identifier { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Key

    Declaration
    public string Key { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Mode

    Declaration
    public override AiPromptMode Mode { get; }
    Property Value
    Type Description
    AiPromptMode
    Overrides
    AiPromptConfiguration.Mode
    | Improve this Doc View Source

    Options

    Declaration
    public IDictionary<string, object>? Options { get; set; }
    Property Value
    Type Description
    System.Nullable<IDictionary<System.String, System.Object>>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX