Class: Telnyx::Models::AI::Assistants::TestUpdateParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::AI::Assistants::TestUpdateParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/telnyx/models/ai/assistants/test_update_params.rb
Overview
Defined Under Namespace
Classes: Rubric
Instance Attribute Summary collapse
-
#description ⇒ String?
Updated description of the test’s purpose and evaluation criteria.
-
#destination ⇒ String?
Updated target destination for test conversations.
-
#instructions ⇒ String?
Updated test scenario instructions and objectives.
-
#max_duration_seconds ⇒ Integer?
Updated maximum test duration in seconds.
-
#name ⇒ String?
Updated name for the assistant test.
-
#rubric ⇒ Array<Telnyx::Models::AI::Assistants::TestUpdateParams::Rubric>?
Updated evaluation criteria for assessing assistant performance.
-
#telnyx_conversation_channel ⇒ Symbol, ...
Updated communication channel for the test execution.
- #test_id ⇒ String
-
#test_suite ⇒ String?
Updated test suite assignment for better organization.
Attributes included from Internal::Type::RequestParameters
Method Summary
Methods included from Internal::Type::RequestParameters::Converter
Methods included from Internal::Type::RequestParameters
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, 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
This class inherits a constructor from Telnyx::Internal::Type::BaseModel
Instance Attribute Details
#description ⇒ String?
Updated description of the test’s purpose and evaluation criteria.
21 |
# File 'lib/telnyx/models/ai/assistants/test_update_params.rb', line 21 optional :description, String |
#destination ⇒ String?
Updated target destination for test conversations.
27 |
# File 'lib/telnyx/models/ai/assistants/test_update_params.rb', line 27 optional :destination, String |
#instructions ⇒ String?
Updated test scenario instructions and objectives.
33 |
# File 'lib/telnyx/models/ai/assistants/test_update_params.rb', line 33 optional :instructions, String |
#max_duration_seconds ⇒ Integer?
Updated maximum test duration in seconds.
39 |
# File 'lib/telnyx/models/ai/assistants/test_update_params.rb', line 39 optional :max_duration_seconds, Integer |
#name ⇒ String?
Updated name for the assistant test. Must be unique and descriptive.
45 |
# File 'lib/telnyx/models/ai/assistants/test_update_params.rb', line 45 optional :name, String |
#rubric ⇒ Array<Telnyx::Models::AI::Assistants::TestUpdateParams::Rubric>?
Updated evaluation criteria for assessing assistant performance.
51 |
# File 'lib/telnyx/models/ai/assistants/test_update_params.rb', line 51 optional :rubric, -> { Telnyx::Internal::Type::ArrayOf[Telnyx::AI::Assistants::TestUpdateParams::Rubric] } |
#telnyx_conversation_channel ⇒ Symbol, ...
Updated communication channel for the test execution.
57 |
# File 'lib/telnyx/models/ai/assistants/test_update_params.rb', line 57 optional :telnyx_conversation_channel, enum: -> { Telnyx::AI::Assistants::TelnyxConversationChannel } |
#test_id ⇒ String
15 |
# File 'lib/telnyx/models/ai/assistants/test_update_params.rb', line 15 required :test_id, String |
#test_suite ⇒ String?
Updated test suite assignment for better organization.
63 |
# File 'lib/telnyx/models/ai/assistants/test_update_params.rb', line 63 optional :test_suite, String |