Provides struct and type for a FollowupAction
@type t() :: %Gleanex.Client.FollowupAction{ actionId: String.t() | nil, actionInstanceId: String.t() | nil, actionLabel: String.t() | nil, actionRunId: String.t() | nil, parameters: map() | nil, recommendationText: String.t() | nil, userConfirmationRequired: boolean() | nil }