Class: Revox::Models::CallCreateResponse::Call::Assistant::SttContext
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Revox::Models::CallCreateResponse::Call::Assistant::SttContext
- Defined in:
- lib/revox/models/call_create_response.rb,
sig/revox/models/call_create_response.rbs
Overview
Defined Under Namespace
Classes: General
Instance Attribute Summary collapse
- #general ⇒ Array<Revox::Models::CallCreateResponse::Call::Assistant::SttContext::General>
- #terms ⇒ Array<String>
Instance Method Summary collapse
- #initialize ⇒ Object constructor
- #to_hash ⇒ {
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize ⇒ Object
1190 |
# File 'sig/revox/models/call_create_response.rbs', line 1190
def initialize: (
|
Instance Attribute Details
#general ⇒ Array<Revox::Models::CallCreateResponse::Call::Assistant::SttContext::General>
1520 1521 |
# File 'lib/revox/models/call_create_response.rb', line 1520 required :general, -> { Revox::Internal::Type::ArrayOf[Revox::Models::CallCreateResponse::Call::Assistant::SttContext::General] } |
#terms ⇒ Array<String>
1526 |
# File 'lib/revox/models/call_create_response.rb', line 1526 required :terms, Revox::Internal::Type::ArrayOf[String] |
Instance Method Details
#to_hash ⇒ {
1195 |
# File 'sig/revox/models/call_create_response.rbs', line 1195
def to_hash: -> {
|