GetContactByPhoneNumberResponse.IsResolved Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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