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

Copy Markdown View Source

InsightsSettingsAnswerSets resource.

Properties

FieldDescription

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

account_sidThe SID of the Account that created the Flex Insights resource and owns this resource.
answer_set_categoriesThe list of answer set categories
answer_setsThe lis of answer sets
not_applicableThe details for not applicable answer set
urlFormat: uri

Summary

Types

t()

@type t() ::
  %Twilio.Resources.Flex.V1.Insight.QualityManagement.Setting.InsightsSettingsAnswerSets{
    account_sid: String.t() | nil,
    answer_set_categories: String.t() | nil,
    answer_sets: String.t() | nil,
    not_applicable: String.t() | nil,
    url: String.t() | nil
  }

Functions

object_name()