Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 497 Bytes

MachineDetectionResult.md

File metadata and controls

20 lines (14 loc) · 497 Bytes

Bandwidth::MachineDetectionResult

Properties

Name Type Description Notes
value String Possible values are answering-machine, human, silence, timeout, or error. [optional]
duration String The amount of time it took to determine the result. [optional]

Example

require 'bandwidth-sdk'

instance = Bandwidth::MachineDetectionResult.new(
  value: answering-machine,
  duration: PT4.9891287S
)