Udostępnij za pośrednictwem


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

WhatsAppMessageButtonSubType(String)

Initializes a new instance of WhatsAppMessageButtonSubType.

Properties

QuickReply

The WhatsApp button sub type is quick reply.

Url

The WhatsApp button sub type is url.

Methods

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

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