Twilio.Resources.Flex.V1.Insight.QualityManagement.Assessments (twilio_elixir v0.1.1)

Copy Markdown View Source

Assessments resource.

Properties

FieldDescription
account_sidThe unique SID identifier of the Account.
agent_idThe id of the Agent
answer_idThe id of the answer selected by user
answer_textThe answer text selected by user
assessmentAssessment Details associated with an assessment
assessment_sidThe SID of the assessment
offsetOffset of the conversation
reportThe flag indicating if this assessment is part of report
segment_idSegment Id of conversation
urlFormat: uri
user_emailThe email id of the user.
user_nameThe name of the user.
weightThe weightage given to this comment

Summary

Types

t()

@type t() :: %Twilio.Resources.Flex.V1.Insight.QualityManagement.Assessments{
  account_sid: String.t() | nil,
  agent_id: String.t() | nil,
  answer_id: String.t() | nil,
  answer_text: String.t() | nil,
  assessment: String.t() | nil,
  assessment_sid: String.t() | nil,
  offset: String.t() | nil,
  report: boolean() | nil,
  segment_id: String.t() | nil,
  timestamp: String.t() | nil,
  url: String.t() | nil,
  user_email: String.t() | nil,
  user_name: String.t() | nil,
  weight: String.t() | nil
}

Functions

object_name()