CreateContactResponse.IsResolved Property

Definition

Whether the conversation with this contact is resolved. Any new texts received by this contact will set this false.

[System.Text.Json.Serialization.JsonPropertyName("is_resolved")]
public bool? IsResolved { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("is_resolved")>]
member this.IsResolved : Nullable<bool> with get, set
Public Property IsResolved As Nullable(Of Boolean)

Property Value

Attributes

Applies to