Freigeben über


ChatHistoryMessage.Content Property

Definition

Gets or sets the content of the chat message.

[System.ComponentModel.DataAnnotations.Required]
[System.Text.Json.Serialization.JsonPropertyName("content")]
public string Content { get; set; }
[<System.ComponentModel.DataAnnotations.Required>]
[<System.Text.Json.Serialization.JsonPropertyName("content")>]
member this.Content : string with get, set
Public Property Content As String

Property Value

Attributes

Applies to