Sha256: c2f02d7f7866b95f54bc2aaa96e06800e1e210ad93264d4f9702e64439bbbbaa
Contents?: true
Size: 497 Bytes
Versions: 14
Compression:
Stored size: 497 Bytes
Contents
# 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 ```ruby require 'bandwidth-sdk' instance = Bandwidth::MachineDetectionResult.new( value: answering-machine, duration: PT4.9891287S ) ```
Version data entries
14 entries across 14 versions & 1 rubygems