Class: Telnyx::Models::MeetingSessionCreateParams::Avatar
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::MeetingSessionCreateParams::Avatar
- Defined in:
- lib/telnyx/models/meeting_session_create_params.rb,
sig/telnyx/models/meeting_session_create_params.rbs
Instance Attribute Summary collapse
-
#api_key ⇒ String
Returns the value of attribute api_key.
-
#avatar_id ⇒ String
Identifier of the avatar to use.
-
#provider ⇒ Symbol, :anam
Avatar provider identifier.
Instance Method Summary collapse
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
176 |
# File 'sig/telnyx/models/meeting_session_create_params.rbs', line 176
def initialize: (
|
Instance Attribute Details
#api_key ⇒ String
Returns the value of attribute api_key.
174 175 176 |
# File 'sig/telnyx/models/meeting_session_create_params.rbs', line 174 def api_key @api_key end |
#avatar_id ⇒ String
Identifier of the avatar to use.
204 |
# File 'lib/telnyx/models/meeting_session_create_params.rb', line 204 required :avatar_id, String |
#provider ⇒ Symbol, :anam
Avatar provider identifier. Currently only "anam" is supported.
210 |
# File 'lib/telnyx/models/meeting_session_create_params.rb', line 210 required :provider, const: :anam |
Instance Method Details
#to_hash ⇒ { api_key: String, avatar_id: String, provider: :anam }
182 |
# File 'sig/telnyx/models/meeting_session_create_params.rbs', line 182
def to_hash: -> { api_key: String, avatar_id: String, provider: :anam }
|