Twilio.Resources.Flex.V1.Insight.InsightsConversations (twilio_elixir v0.1.1)

Copy Markdown View Source

InsightsConversations resource.

Properties

FieldDescription
account_idThe id of the account.
conversation_idThe unique id of the conversation
segment_countThe count of segments for a conversation
segmentsThe Segments of a conversation

Summary

Types

t()

@type t() :: %Twilio.Resources.Flex.V1.Insight.InsightsConversations{
  account_id: String.t() | nil,
  conversation_id: String.t() | nil,
  segment_count: integer(),
  segments: list() | nil
}

Functions

object_name()