UserMessage Class 
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.
A message authored by the end user as input to the model.
public class UserMessage : Azure.AI.Projects.Message, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.UserMessage>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.UserMessage>
	type UserMessage = class
    inherit Message
    interface IJsonModel<UserMessage>
    interface IPersistableModel<UserMessage>
	Public Class UserMessage
Inherits Message
Implements IJsonModel(Of UserMessage), IPersistableModel(Of UserMessage)
		- Inheritance
 
- Implements
 
Constructors
| UserMessage(String) | 
		 Initializes a new instance of UserMessage.  | 
        	
Properties
| Content | 
		 Input content or question provided by the end user.  |