Method: PureCloud::Annotation.swagger_types
- Defined in:
- lib/purecloud/models/annotation.rb
.swagger_types ⇒ Object
Attribute type mapping.
117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 |
# File 'lib/purecloud/models/annotation.rb', line 117 def self.swagger_types { :'id' => :'String', :'name' => :'String', :'type' => :'String', :'location' => :'Integer', :'duration_ms' => :'Integer', :'user' => :'User', :'description' => :'String', :'keyword_name' => :'String', :'confidence' => :'Float', :'keyword_set_id' => :'String', :'keyword_set_name' => :'String', :'utterance' => :'String', :'time_begin' => :'String', :'time_end' => :'String', :'keyword_confidence_threshold' => :'String', :'agent_score_modifier' => :'String', :'customer_score_modifier' => :'String', :'self_uri' => :'String' } end |