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_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.
16 |
# File 'lib/telnyx/models/ai/assistants/test_update_params.rb', line 16 optional :description, String |
#destination ⇒ String?
Updated target destination for test conversations.
22 |
# File 'lib/telnyx/models/ai/assistants/test_update_params.rb', line 22 optional :destination, String |
#instructions ⇒ String?
Updated test scenario instructions and objectives.
28 |
# File 'lib/telnyx/models/ai/assistants/test_update_params.rb', line 28 optional :instructions, String |
#max_duration_seconds ⇒ Integer?
Updated maximum test duration in seconds.
34 |
# File 'lib/telnyx/models/ai/assistants/test_update_params.rb', line 34 optional :max_duration_seconds, Integer |
#name ⇒ String?
Updated name for the assistant test. Must be unique and descriptive.
40 |
# File 'lib/telnyx/models/ai/assistants/test_update_params.rb', line 40 optional :name, String |
#rubric ⇒ Array<Telnyx::Models::AI::Assistants::TestUpdateParams::Rubric>?
Updated evaluation criteria for assessing assistant performance.
46 |
# File 'lib/telnyx/models/ai/assistants/test_update_params.rb', line 46 optional :rubric, -> { Telnyx::Internal::Type::ArrayOf[Telnyx::AI::Assistants::TestUpdateParams::Rubric] } |
#telnyx_conversation_channel ⇒ Symbol, ...
Updated communication channel for the test execution.
52 |
# File 'lib/telnyx/models/ai/assistants/test_update_params.rb', line 52 optional :telnyx_conversation_channel, enum: -> { Telnyx::AI::Assistants::TelnyxConversationChannel } |
#test_suite ⇒ String?
Updated test suite assignment for better organization.
58 |
# File 'lib/telnyx/models/ai/assistants/test_update_params.rb', line 58 optional :test_suite, String |