docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ModelConfigsResponseV1

    Response containing available model configurations and profiles.

    Inheritance
    object
    ModelConfigsResponseV1
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Unity.Ai.Assistant.Protocol.Model
    Assembly: Unity.AI.Assistant.Runtime.dll
    Syntax
    [DataContract(Name = "ModelConfigsResponseV1")]
    public class ModelConfigsResponseV1

    Constructors

    ModelConfigsResponseV1()

    Initializes a new instance of the ModelConfigsResponseV1 class.

    Declaration
    [JsonConstructor]
    protected ModelConfigsResponseV1()

    ModelConfigsResponseV1(List<ModelConfigInfo>)

    Initializes a new instance of the ModelConfigsResponseV1 class.

    Declaration
    public ModelConfigsResponseV1(List<ModelConfigInfo> models)
    Parameters
    Type Name Description
    List<ModelConfigInfo> models

    Available model configuration options.

    Properties

    Models

    Available model configuration options. Clients should show 'profile' type items to users. 'config' type items are for development/testing only.

    Declaration
    [DataMember(Name = "models", IsRequired = true, EmitDefaultValue = true)]
    public List<ModelConfigInfo> Models { get; set; }
    Property Value
    Type Description
    List<ModelConfigInfo>

    Available model configuration options. Clients should show 'profile' type items to users. 'config' type items are for development/testing only.

    Methods

    ToJson()

    Returns the JSON string presentation of the object

    Declaration
    public virtual string ToJson()
    Returns
    Type Description
    string

    JSON string presentation of the object

    ToString()

    Returns the string presentation of the object

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    String presentation of the object

    Overrides
    object.ToString()
    In This Article
    Back to top
    Copyright © 2026 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)