Table of Contents

Struct FlowActionWhatsappSendMessageParamsType

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[JsonConverter(typeof(FlowActionWhatsappSendMessageParamsType.FlowActionWhatsappSendMessageParamsTypeSerializer))]
[Serializable]
public readonly record struct FlowActionWhatsappSendMessageParamsType : IStringEnum, IEquatable<string>, IEquatable<FlowActionWhatsappSendMessageParamsType>
Implements
Inherited Members

Constructors

FlowActionWhatsappSendMessageParamsType(string)

public FlowActionWhatsappSendMessageParamsType(string value)

Parameters

value string

Fields

Audio

public static readonly FlowActionWhatsappSendMessageParamsType Audio

Field Value

FlowActionWhatsappSendMessageParamsType

Contacts

public static readonly FlowActionWhatsappSendMessageParamsType Contacts

Field Value

FlowActionWhatsappSendMessageParamsType

Document

public static readonly FlowActionWhatsappSendMessageParamsType Document

Field Value

FlowActionWhatsappSendMessageParamsType

Image

public static readonly FlowActionWhatsappSendMessageParamsType Image

Field Value

FlowActionWhatsappSendMessageParamsType

Interactive

public static readonly FlowActionWhatsappSendMessageParamsType Interactive

Field Value

FlowActionWhatsappSendMessageParamsType

Location

public static readonly FlowActionWhatsappSendMessageParamsType Location

Field Value

FlowActionWhatsappSendMessageParamsType

Sticker

public static readonly FlowActionWhatsappSendMessageParamsType Sticker

Field Value

FlowActionWhatsappSendMessageParamsType

Template

public static readonly FlowActionWhatsappSendMessageParamsType Template

Field Value

FlowActionWhatsappSendMessageParamsType

Text

public static readonly FlowActionWhatsappSendMessageParamsType Text

Field Value

FlowActionWhatsappSendMessageParamsType

Properties

Value

The string value of the enum.

public string Value { get; }

Property Value

string

Methods

Equals(string?)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(string? other)

Parameters

other string

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

FromCustom(string)

Create a string enum with the given value.

public static FlowActionWhatsappSendMessageParamsType FromCustom(string value)

Parameters

value string

Returns

FlowActionWhatsappSendMessageParamsType

ToString()

Returns the string value of the enum.

public override string ToString()

Returns

string

Operators

operator ==(FlowActionWhatsappSendMessageParamsType, string)

public static bool operator ==(FlowActionWhatsappSendMessageParamsType value1, string value2)

Parameters

value1 FlowActionWhatsappSendMessageParamsType
value2 string

Returns

bool

explicit operator string(FlowActionWhatsappSendMessageParamsType)

public static explicit operator string(FlowActionWhatsappSendMessageParamsType value)

Parameters

value FlowActionWhatsappSendMessageParamsType

Returns

string

explicit operator FlowActionWhatsappSendMessageParamsType(string)

public static explicit operator FlowActionWhatsappSendMessageParamsType(string value)

Parameters

value string

Returns

FlowActionWhatsappSendMessageParamsType

operator !=(FlowActionWhatsappSendMessageParamsType, string)

public static bool operator !=(FlowActionWhatsappSendMessageParamsType value1, string value2)

Parameters

value1 FlowActionWhatsappSendMessageParamsType
value2 string

Returns

bool