Table of Contents

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

ReadOnlyAdditionalProperties

ConnectionId

[JsonPropertyName("connection_id")]
public required string ConnectionId { get; set; }

Property Value

string

Payload

[JsonPropertyName("payload")]
public required FlowActionWhatsappSendMessageParamsPayload Payload { get; set; }

Property Value

FlowActionWhatsappSendMessageParamsPayload

RecipientNumber

[JsonPropertyName("recipient_number")]
public required string RecipientNumber { get; set; }

Property Value

string

SenderId

[JsonPropertyName("sender_id")]
public required string SenderId { get; set; }

Property Value

string

Type

[JsonPropertyName("type")]
public required FlowActionWhatsappSendMessageParamsType Type { get; set; }

Property Value

FlowActionWhatsappSendMessageParamsType

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.