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)


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

optional :description, String

#destinationString?

Updated target destination for test conversations.

Returns:

  • (String, nil)


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

optional :destination, String

#instructionsString?

Updated test scenario instructions and objectives.

Returns:

  • (String, nil)


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

optional :instructions, String

#max_duration_secondsInteger?

Updated maximum test duration in seconds.

Returns:

  • (Integer, nil)


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

optional :max_duration_seconds, Integer

#nameString?

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

Returns:

  • (String, nil)


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

optional :name, String

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

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_idString

Returns:

  • (String)


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

required :test_id, String

#test_suiteString?

Updated test suite assignment for better organization.

Returns:

  • (String, nil)


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

optional :test_suite, String