Class: Telnyx::Models::SessionAnalysisRetrieveResponse::Meta

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/telnyx/models/session_analysis_retrieve_response.rb

Overview

See Also:

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

#initialize(event_count:, products:) ⇒ Object

Parameters:

  • event_count (Integer)

    Total number of events in the session tree.

  • products (Array<String>)

    List of distinct products involved in the session.



# File 'lib/telnyx/models/session_analysis_retrieve_response.rb', line 71

Instance Attribute Details

#event_countInteger

Total number of events in the session tree.

Returns:

  • (Integer)


63
# File 'lib/telnyx/models/session_analysis_retrieve_response.rb', line 63

required :event_count, Integer

#productsArray<String>

List of distinct products involved in the session.

Returns:

  • (Array<String>)


69
# File 'lib/telnyx/models/session_analysis_retrieve_response.rb', line 69

required :products, Telnyx::Internal::Type::ArrayOf[String]