podium_ex v0.5.0 Podium.Action View Source

Represents an Action in the Podium API.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Podium.Action{
  conversation_uid: String.t(),
  interaction_uid: String.t(),
  label: String.t(),
  uri: String.t()
}