LaunchDarkly Dotnet Server AI SDK
Search Results for

    Show / Hide Table of Contents

    Class Message

    Represents the JSON serialization of a Message.

    Inheritance
    object
    Message
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: LaunchDarkly.Sdk.Server.Ai.DataModel
    Assembly: LaunchDarkly.ServerSdk.Ai.dll
    Syntax
    public class Message

    Constructors

    View Source

    Message()

    Declaration
    public Message()

    Properties

    | Edit this page View Source

    Content

    The content.

    Declaration
    [JsonPropertyName("content")]
    public string Content { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Role

    The role.

    Declaration
    [JsonPropertyName("role")]
    [JsonConverter(typeof(JsonStringEnumConverter))]
    public Role Role { get; set; }
    Property Value
    Type Description
    Role
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX