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

Copy Markdown View Source

Recall resource.

Response containing retrieved profile memories organized by type.

Properties

FieldDescription
communicationsArray of recent communication context.
metaMetadata about the retrieval operation.
observationsArray of observation memories.
summariesArray of summary memories derived from observations at the end of conversations.

Summary

Types

t()

@type t() :: %Twilio.Resources.Memory.V1.Store.Profile.Recall{
  communications: list(),
  meta: map(),
  observations: list(),
  summaries: list()
}

Functions

object_name()