Module: Telnyx::Models::AI::ChatCreateCompletionParams::Message::Content

Extended by:
Internal::Type::Union
Defined in:
lib/telnyx/models/ai/chat_create_completion_params.rb

Overview

See Also:

Defined Under Namespace

Classes: TextAndImageArray

Constant Summary collapse

TextAndImage2DArray =
Telnyx::Internal::Type::ArrayOf[-> {
  Telnyx::AI::ChatCreateCompletionParams::Message::Content::TextAndImageArray
}]

Class Method Summary collapse

Methods included from Internal::Type::Union

==, ===, coerce, dump, hash, inspect, to_sorbet_type, variants

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info

Class Method Details

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/telnyx/models/ai/chat_create_completion_params.rb', line 287

.variantsArray(String, Array<Telnyx::Models::AI::ChatCreateCompletionParams::Message::Content::TextAndImageArray>)



# File 'lib/telnyx/models/ai/chat_create_completion_params.rb', line 292