WhatsAppMessageButtonSubType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET