Search Results for

    Show / Hide Table of Contents

    Class ActionRule

    Inheritance
    object
    ActionRule
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Crowdin.Api.AI
    Assembly: Crowdin.Api.dll
    Syntax
    [PublicAPI]
    public class ActionRule

    Properties

    | Edit this page View Source

    Action

    Declaration
    [JsonProperty("action")]
    public AiPromptAction? Action { get; set; }
    Property Value
    Type Description
    AiPromptAction?
    | Edit this page View Source

    AvailableAiModelIds

    Declaration
    [JsonProperty("availableAiModelIds")]
    public List<string> AvailableAiModelIds { get; set; }
    Property Value
    Type Description
    List<string>
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX