Class Capability
- Namespace
- Vonage.Applications.Capabilities
- Assembly
- Vonage.dll
Base class for application capabilities that support webhook configuration.
public abstract class Capability
- Inheritance
-
Capability
- Derived
- Inherited Members
Properties
Type
The type of capability.
[JsonIgnore]
protected Capability.CapabilityType Type { get; set; }
Property Value
Webhooks
The collection of webhook URLs configured for this capability.
[JsonProperty("webhooks")]
public IDictionary<Webhook.Type, Webhook> Webhooks { get; set; }