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

Copy Markdown View Source

InsightsSegments resource.

Properties

FieldDescription
account_idThe unique id for the account.
agent_idThe unique id for the agent.
agent_linkThe link to the agent conversation.
agent_nameThe name of the agent.
agent_phoneThe phone number of the agent.
agent_team_nameThe team name to which agent belongs.
agent_team_name_in_hierarchyhe team name to which agent belongs.
assessment_percentageThe percentage scored on the Assessments.
assessment_typeThe type of the assessment.
customer_linkThe link to the customer conversation.
customer_nameThe name of the customer.
customer_phoneThe phone number of the customer.
dateThe date of the conversation.
external_idThe unique id for the conversation.
external_segment_linkThe hyperlink to recording of the task event.
external_segment_link_idThe uuid for the external_segment_link.
mediaThe media identifiers of the conversation.
segment_idTo unique id of the segment
segment_recording_offsetThe offset value for the recording.
urlFormat: uri

Summary

Types

t()

@type t() :: %Twilio.Resources.Flex.V1.Insight.InsightsSegments{
  account_id: String.t() | nil,
  agent_id: String.t() | nil,
  agent_link: String.t() | nil,
  agent_name: String.t() | nil,
  agent_phone: String.t() | nil,
  agent_team_name: String.t() | nil,
  agent_team_name_in_hierarchy: String.t() | nil,
  assessment_percentage: String.t() | nil,
  assessment_type: String.t() | nil,
  customer_link: String.t() | nil,
  customer_name: String.t() | nil,
  customer_phone: String.t() | nil,
  date: String.t() | nil,
  external_contact: String.t() | nil,
  external_id: String.t() | nil,
  external_segment_link: String.t() | nil,
  external_segment_link_id: String.t() | nil,
  media: String.t() | nil,
  queue: String.t() | nil,
  segment_id: String.t() | nil,
  segment_recording_offset: String.t() | nil,
  url: String.t() | nil
}

Functions

object_name()