Table of Contents

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

Capability.CapabilityType

Webhooks

The collection of webhook URLs configured for this capability.

[JsonProperty("webhooks")]
public IDictionary<Webhook.Type, Webhook> Webhooks { get; set; }

Property Value

IDictionary<Webhook.Type, Webhook>