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
Properties
ApplicationId
The Vonage Application Id.
[JsonPropertyName("applicationId")]
[JsonPropertyOrder(0)]
public string ApplicationId { get; init; }
Property Value
NccoUrl
The NCCO Url.
[JsonPropertyName("ncco_url")]
[JsonPropertyOrder(1)]
public Uri NccoUrl { get; init; }