Class representing an email request action. This action sends an email to a specified recipient with a subject and message.

Hierarchy (View Summary)

Constructors

Properties

Constructors

  • Creates an instance of the EmailRequest class.

    Parameters

    • recipient: string

      The recipient's email address.

    • subject: string

      The subject of the email.

    • message: string

      The body content of the email.

    Returns EmailRequest

Properties

message: string

The body content of the email.

recipient: string

The recipient of the email.

subject: string

The subject of the email.

type: string

The type of the action, specific to email requests.