Table of Contents

Class VerifyControlResponse

Namespace
Vonage.Verify
Assembly
Vonage.dll

Represents the response from a verification control command, confirming the command that was executed.

public class VerifyControlResponse : VerifyResponseBase
Inheritance
VerifyControlResponse
Inherited Members

Properties

Command

The control command that was executed ("cancel" or "trigger_next_event").

[JsonProperty("command")]
public string Command { get; set; }

Property Value

string