ChatMessage.Importance Property

Definition

The importance of the message. The possible values are: normal, high, urgent.

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

Property Value

Attributes

Applies to