Class Resolve
Resolve the code to intercept and return the given message details for its completion.
[RequiredPermissions(SbcPermissions.CodeInterceptionReadWrite)]
public class Resolve : Command
- Inheritance
-
Resolve
- Inherited Members
Remarks
This command is only permitted in Intercept mode
Constructors
Resolve()
public Resolve()
Properties
Content
Content of the resolving message
public string Content { get; set; }
Property Value
Type
Type of the resolving message
public MessageType Type { get; set; }
Property Value
Methods
UpdateFromJson(JsonElement)
Update this instance from a given JSON element
public override void UpdateFromJson(JsonElement jsonElement)
Parameters
jsonElementJsonElementElement to update this intance from
Remarks
This method is auto-generated
Exceptions
- JsonException
Failed to deserialize data
UpdateFromJsonReader(ref Utf8JsonReader)
Update this instance from a given JSON element
public override void UpdateFromJsonReader(ref Utf8JsonReader reader)
Parameters
readerUtf8JsonReaderReader to update this intance from
Remarks
This method is auto-generated
Exceptions
- JsonException
Failed to deserialize data