Module: Telnyx::Models::AI::Conversations::InsightUpdateParams::JsonSchema
- Extended by:
- Internal::Type::Union
- Defined in:
- lib/telnyx/models/ai/conversations/insight_update_params.rb
Constant Summary collapse
Class Method Summary collapse
Instance 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
.variants ⇒ Array(String, Hash{Symbol=>Object})
|
|
# File 'lib/telnyx/models/ai/conversations/insight_update_params.rb', line 46
|
Instance Method Details
#initialize(instructions: nil, json_schema: nil, name: nil, webhook: nil, request_options: {}) ⇒ Object
39 40 41 42 43 44 45 46 47 48 49 50 51 |
# File 'lib/telnyx/models/ai/conversations/insight_update_params.rb', line 39 module JsonSchema extend Telnyx::Internal::Type::Union variant String variant -> { Telnyx::Models::AI::Conversations::InsightUpdateParams::JsonSchema::JsonSchemaObjectMap } # @!method self.variants # @return [Array(String, Hash{Symbol=>Object})] # @type [Telnyx::Internal::Type::Converter] JsonSchemaObjectMap = Telnyx::Internal::Type::HashOf[Telnyx::Internal::Type::Unknown] end |