Class FlowActionWhatsappSendMessageParams
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record FlowActionWhatsappSendMessageParams : IJsonOnDeserialized, IEquatable<FlowActionWhatsappSendMessageParams>
- Inheritance
-
FlowActionWhatsappSendMessageParams
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
ConnectionId
[JsonPropertyName("connection_id")]
public required string ConnectionId { get; set; }
Property Value
Payload
[JsonPropertyName("payload")]
public required FlowActionWhatsappSendMessageParamsPayload Payload { get; set; }
Property Value
RecipientNumber
[JsonPropertyName("recipient_number")]
public required string RecipientNumber { get; set; }
Property Value
SenderId
[JsonPropertyName("sender_id")]
public required string SenderId { get; set; }
Property Value
Type
[JsonPropertyName("type")]
public required FlowActionWhatsappSendMessageParamsType Type { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.