WhatsAppMessageButtonSubType Struct

Definition

The WhatsApp button sub type.

public readonly struct WhatsAppMessageButtonSubType : IEquatable<Azure.Communication.Messages.Models.Channels.WhatsAppMessageButtonSubType>
type WhatsAppMessageButtonSubType = struct
Public Structure WhatsAppMessageButtonSubType
Implements IEquatable(Of WhatsAppMessageButtonSubType)
Inheritance
WhatsAppMessageButtonSubType
Implements

Constructors

Name Description
WhatsAppMessageButtonSubType(String)

Initializes a new instance of WhatsAppMessageButtonSubType.

Properties

Name Description
QuickReply

The WhatsApp button sub type is quick reply.

Url

The WhatsApp button sub type is url.

Methods

Name Description
Equals(WhatsAppMessageButtonSubType)

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

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(WhatsAppMessageButtonSubType, WhatsAppMessageButtonSubType)

Determines if two WhatsAppMessageButtonSubType values are the same.

Implicit(String to WhatsAppMessageButtonSubType)

Converts a String to a WhatsAppMessageButtonSubType.

Inequality(WhatsAppMessageButtonSubType, WhatsAppMessageButtonSubType)

Determines if two WhatsAppMessageButtonSubType values are not the same.

Applies to