Twilio.Resources.Conversations.V2.Conversation (twilio_elixir v0.1.3)

Copy Markdown View Source

Conversation resource.

Properties

FieldDescription
accountIdAccount ID.

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

addressesCommunication addresses for this Participant. Address format varies by channel: - SMS/VOICE: E.164 phone number (such as "+18005550100") - EMAIL: Email address (such as "user@example.com") - WHATSAPP: Phone number with whatsapp prefix (such as "whatsapp:+18005550100") - RCS: Sender ID or phone number with rcs prefix (such as "rcs:brand_acme_agent" or "rcs:+18005550100")
conversationIdConversation ID.
createdAtTimestamp when this Participant was created.. Format: date-time
idParticipant ID.
nameParticipant display name.

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

| profileId | Profile ID. Note: This field is only resolved for CUSTOMER participant types, not for HUMAN_AGENT or AI_AGENT participants. |

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

typeType of Participant in the Conversation.. Values: HUMAN_AGENT, CUSTOMER, AI_AGENT, AGENT, UNKNOWN
updatedAtTimestamp when this Participant was last updated.. Format: date-time

Summary

Types

t()

@type t() :: %Twilio.Resources.Conversations.V2.Conversation{
  accountId: String.t(),
  addresses: list(),
  conversationId: String.t(),
  createdAt: String.t(),
  id: String.t(),
  name: String.t(),
  profileId: String.t(),
  type: String.t(),
  updatedAt: String.t()
}

Functions

object_name()