What are inputs and commands in .NET MAUI?

In .NET MAUI, inputs are user actions such as tapping a button or entering text into a text field, while commands are actions or methods triggered in reaction to these user interactions.