Share via


MessageIntent Enum

Definition

Specifies the intent or purpose of a message in an interaction.

public enum MessageIntent
type MessageIntent = 
Public Enum MessageIntent
Inheritance
MessageIntent

Fields

Name Value Description
None 0

No specific intent.

Success 1

Indicates a successful operation.

Warning 2

Indicates a warning.

Error 3

Indicates an error.

Information 4

Provides informational content.

Confirmation 5

Requests confirmation from the user.

Applies to