Table of Contents

Class CallbackParameters

Namespace
Vonage.Conversations
Assembly
Vonage.dll

Represents the Callback parameters.

public record CallbackParameters : IEquatable<CallbackParameters>
Inheritance
CallbackParameters
Implements
Inherited Members

Constructors

CallbackParameters(string, Uri)

Represents the Callback parameters.

public CallbackParameters(string ApplicationId, Uri NccoUrl)

Parameters

ApplicationId string

The Vonage Application Id.

NccoUrl Uri

The NCCO Url.

Properties

ApplicationId

The Vonage Application Id.

[JsonPropertyName("applicationId")]
[JsonPropertyOrder(0)]
public string ApplicationId { get; init; }

Property Value

string

NccoUrl

The NCCO Url.

[JsonPropertyName("ncco_url")]
[JsonPropertyOrder(1)]
public Uri NccoUrl { get; init; }

Property Value

Uri