Class: Telnyx::Models::MeetingSession::Config

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/telnyx/models/meeting_session.rb,
sig/telnyx/models/meeting_session.rbs

Overview

See Also:

  • Telnyx::Models::MeetingSession#config

Instance Attribute Summary collapse

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

#initializeObject



222
# File 'sig/telnyx/models/meeting_session.rbs', line 222

def initialize: (

Instance Attribute Details

#barge_inBoolean

When enabled, a human participant speech_on event interrupts and stops the current bot audio; it does not bypass admission or initiate speech. Assistant sessions reject barge_in: true.

Parameters:

  • value (Boolean)

Returns:

  • (Boolean)


306
# File 'lib/telnyx/models/meeting_session.rb', line 306

required :barge_in, Telnyx::Internal::Type::Boolean

#speak_on_enterString?

Text spoken on meeting entry, or null if not set.

Parameters:

  • value (String, nil)

Returns:

  • (String, nil)


312
# File 'lib/telnyx/models/meeting_session.rb', line 312

required :speak_on_enter, String, nil?: true

#summarize_on_endBoolean

Whether a summary artifact is generated on session end.

Parameters:

  • value (Boolean)

Returns:

  • (Boolean)


318
# File 'lib/telnyx/models/meeting_session.rb', line 318

required :summarize_on_end, Telnyx::Internal::Type::Boolean

#voiceString?

Configured voice identifier, or null if not set.

Parameters:

  • value (String, nil)

Returns:

  • (String, nil)


324
# File 'lib/telnyx/models/meeting_session.rb', line 324

required :voice, String, nil?: true

Instance Method Details

#to_hash{

Returns:

  • ({)


229
# File 'sig/telnyx/models/meeting_session.rbs', line 229

def to_hash: -> {