Represents the content of the dialog context, including the request and a function to close the dialog.
Initializes a new instance of DialogContextContent.
The request for the dialog, which contains the data needed to display the dialog.
A function to close the dialog, which takes a result and an optional response.
Readonly
Represents the content of the dialog context, including the request and a function to close the dialog.