Class: Telnyx::Models::AI::Assistants::TestUpdateParams

Inherits:
Internal::Type::BaseModel show all
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

Attributes included from Internal::Type::RequestParameters

#request_options

Method Summary

Methods included from Internal::Type::RequestParameters::Converter

dump_request

Methods included from Internal::Type::RequestParameters

included

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

#descriptionString?

Updated description of the test’s purpose and evaluation criteria.

Returns:

  • (String, nil)


16
# File 'lib/telnyx/models/ai/assistants/test_update_params.rb', line 16

optional :description, String

#destinationString?

Updated target destination for test conversations.

Returns:

  • (String, nil)


22
# File 'lib/telnyx/models/ai/assistants/test_update_params.rb', line 22

optional :destination, String

#instructionsString?

Updated test scenario instructions and objectives.

Returns:

  • (String, nil)


28
# File 'lib/telnyx/models/ai/assistants/test_update_params.rb', line 28

optional :instructions, String

#max_duration_secondsInteger?

Updated maximum test duration in seconds.

Returns:

  • (Integer, nil)


34
# File 'lib/telnyx/models/ai/assistants/test_update_params.rb', line 34

optional :max_duration_seconds, Integer

#nameString?

Updated name for the assistant test. Must be unique and descriptive.

Returns:

  • (String, nil)


40
# File 'lib/telnyx/models/ai/assistants/test_update_params.rb', line 40

optional :name, String

#rubricArray<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_channelSymbol, ...

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_suiteString?

Updated test suite assignment for better organization.

Returns:

  • (String, nil)


58
# File 'lib/telnyx/models/ai/assistants/test_update_params.rb', line 58

optional :test_suite, String