Gleanex.Client.FollowupAction (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a FollowupAction

Summary

Types

t()

@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
}