Class: Phaseo::Gen::ChatAudioOutputPart
- Inherits:
-
Struct
- Object
- Struct
- Phaseo::Gen::ChatAudioOutputPart
- Defined in:
- lib/gen/models.rb
Instance Attribute Summary collapse
Instance Attribute Details
#audio_url ⇒ Hash{String => Object}
654 |
# File 'lib/gen/models.rb', line 654 ChatAudioOutputPart = Struct.new(:audio_url, :format, :mime_type, :type, keyword_init: true) |
#format ⇒ String?
654 |
# File 'lib/gen/models.rb', line 654 ChatAudioOutputPart = Struct.new(:audio_url, :format, :mime_type, :type, keyword_init: true) |
#mime_type ⇒ String?
654 |
# File 'lib/gen/models.rb', line 654 ChatAudioOutputPart = Struct.new(:audio_url, :format, :mime_type, :type, keyword_init: true) |
#type ⇒ String
654 |
# File 'lib/gen/models.rb', line 654 ChatAudioOutputPart = Struct.new(:audio_url, :format, :mime_type, :type, keyword_init: true) |