View Source Glific.CSV.Content (Glific v5.1.6)

Represent a menu interpreted from the CSV. Each Menu item either sends a content message or sends a sub-menu. A menu is an array of menu items

Link to this section Summary

Link to this section Types

@type t() :: %Glific.CSV.Content{
  content: map() | nil,
  id: term(),
  level: integer() | nil,
  position: integer() | nil,
  sr_no: integer() | nil
}