What is "android-intent"

Intent is an object that can be used to request an action from another component, such as starting an Activity, Service or Broadcastreceiver.

It’s basically a passive data structure(date), containing an abstract description of an action to be executed(action).

Android Documentation: