AcsInteractiveReplyKind 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 Message interactive reply type.
public readonly struct AcsInteractiveReplyKind : IEquatable<Azure.Messaging.EventGrid.SystemEvents.AcsInteractiveReplyKind>
type AcsInteractiveReplyKind = struct
Public Structure AcsInteractiveReplyKind
Implements IEquatable(Of AcsInteractiveReplyKind)
- Inheritance
-
AcsInteractiveReplyKind
- Implements
Constructors
AcsInteractiveReplyKind(String) |
Initializes a new instance of AcsInteractiveReplyKind. |
Properties
ButtonReply |
Messaged interactive reply type is ButtonReply. |
ListReply |
Messaged interactive reply type is ListReply. |
Unknown |
Messaged interactive reply type is Unknown. |
Methods
Equals(AcsInteractiveReplyKind) |
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(AcsInteractiveReplyKind, AcsInteractiveReplyKind) |
Determines if two AcsInteractiveReplyKind values are the same. |
Implicit(String to AcsInteractiveReplyKind) |
Converts a String to a AcsInteractiveReplyKind. |
Inequality(AcsInteractiveReplyKind, AcsInteractiveReplyKind) |
Determines if two AcsInteractiveReplyKind values are not the same. |
Applies to
Azure SDK for .NET