Method: PureCloud::SystemPromptAsset.swagger_types
- Defined in:
- lib/purecloud/models/system_prompt_asset.rb
.swagger_types ⇒ Object
Attribute type mapping.
84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 |
# File 'lib/purecloud/models/system_prompt_asset.rb', line 84 def self.swagger_types { :'id' => :'String', :'name' => :'String', :'prompt_id' => :'String', :'language' => :'String', :'duration_seconds' => :'Float', :'media_uri' => :'String', :'tts_string' => :'String', :'upload_uri' => :'String', :'upload_status' => :'String', :'has_default' => :'BOOLEAN', :'language_default' => :'BOOLEAN', :'tags' => :'Hash<String, Array<String>>', :'self_uri' => :'String' } end |