Twilio.Resources.Memory.V1.Store.Profile.Observation.Revision (twilio_elixir v0.1.3)

Copy Markdown View Source

Revision resource.

A transient and mutable observation memory associated with a profile.

Properties

FieldDescription
contentThe main content of the observation.
conversationIdsArray of conversation IDs associated with this observation.
createdAtThe timestamp when the observation was created.. Format: date-time
occurredAtThe timestamp when the observation originally occurred.. Format: date-time

credo:disable-for-next-line Credo.Check.Readability.MaxLineLength

sourceThe source system that generated this observation. Allows letters, numbers, spaces, and URL-safe symbols. Excludes URL-unsafe characters like quotes, angle brackets, and control characters.
updatedAtThe timestamp when the observation was last updated.. Format: date-time

Summary

Types

t()

@type t() :: %Twilio.Resources.Memory.V1.Store.Profile.Observation.Revision{
  content: String.t(),
  conversationIds: list(),
  createdAt: String.t(),
  id: String.t(),
  occurredAt: String.t(),
  source: String.t(),
  updatedAt: String.t()
}

Functions

object_name()