View Source PlacetelAPI.Model.PostPrompts (placetel_api v2.0.1)

Create a prompt

Link to this section Summary

Link to this section Types

@type t() :: %PlacetelAPI.Model.PostPrompts{
  description: String.t() | nil,
  file: String.t() | nil,
  name: String.t(),
  text: String.t() | nil,
  voice: String.t()
}