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

Copy Markdown View Source

ConversationSummary resource.

A summary memory derived from conversations.

Properties

FieldDescription
contentThe main content of the summary.
createdAtThe timestamp when the summary was created.. Format: date-time
occurredAtThe timestamp when the summary was originally created.. Format: date-time

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

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

Summary

Types

t()

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

Functions

object_name()