Module Values_0.NumericQuestionPropertyValueAutomationSource

Information about the property value used in automation of a numeric questions. Label values are associated with minimum and maximum values for the numeric question. Sentiment scores have a minimum value of -5 and maximum value of 5. Duration labels, such as NON_TALK_TIME, CONTACT_DURATION, AGENT_INTERACTION_DURATION, CUSTOMER_HOLD_TIME have a minimum value of 0 and maximum value of 63072000. Percentages have a minimum value of 0 and maximum value of 100. NUMBER_OF_INTERRUPTIONS has a minimum value of 0 and maximum value of 1000.

Sourcetype nonrec t = {
  1. label : NumericQuestionPropertyAutomationLabel.t;
    (*

    The property label of the automation.

    *)
}
Sourceval context_ : string
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t