podium_ex v0.2.0 Podium.Interaction View Source

Represents an Interaction in the Podium API.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Podium.Interaction{
  body: String.t(),
  contact: Podium.Contact.t(),
  header: String.t(),
  icon_url: String.t(),
  iframe_url: String.t(),
  location_uid: String.t(),
  publish_date: DateTime.t(),
  source_type: Podium.Source.t(),
  uid: String.t()
}