Share via


AcsInteractiveReplyKind Struct

Definition

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