MessageTemplateValueWhatsAppSubType 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 MessageTemplateValueWhatsAppSubType : IEquatable<Azure.Communication.Messages.MessageTemplateValueWhatsAppSubType>
type MessageTemplateValueWhatsAppSubType = struct
Public Structure MessageTemplateValueWhatsAppSubType
Implements IEquatable(Of MessageTemplateValueWhatsAppSubType)
- Inheritance
-
MessageTemplateValueWhatsAppSubType
- Implements
Constructors
MessageTemplateValueWhatsAppSubType(String) |
Initializes a new instance of MessageTemplateValueWhatsAppSubType. |
Properties
QuickReply |
quickReply. |
Url |
url. |
Methods
Equals(MessageTemplateValueWhatsAppSubType) |
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(MessageTemplateValueWhatsAppSubType, MessageTemplateValueWhatsAppSubType) |
Determines if two MessageTemplateValueWhatsAppSubType values are the same. |
Implicit(String to MessageTemplateValueWhatsAppSubType) |
Converts a string to a MessageTemplateValueWhatsAppSubType. |
Inequality(MessageTemplateValueWhatsAppSubType, MessageTemplateValueWhatsAppSubType) |
Determines if two MessageTemplateValueWhatsAppSubType values are not the same. |
Applies to
Azure SDK for .NET