Struct MessageDialogResponse
Represents a response to a MessageDialog.
public struct MessageDialogResponse
- Inherited Members
Constructors
MessageDialogResponse(DialogResponse)
Initializes a new instance of the MessageDialogResponse struct.
public MessageDialogResponse(DialogResponse response)
Parameters
responseDialogResponseThe way in which the player has responded to the dialog.
Properties
Response
Gets the way in which the player has responded to the dialog.
public readonly DialogResponse Response { get; }