Class: Telnyx::Models::AI::AssistantDeleteResponse
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::AI::AssistantDeleteResponse
- Defined in:
- lib/telnyx/models/ai/assistant_delete_response.rb
Overview
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(id:, deleted:, object:) ⇒ Object
constructor
Aligns with the OpenAI API: platform.openai.com/docs/api-reference/assistants/deleteAssistant.
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, 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
#initialize(id:, deleted:, object:) ⇒ Object
Aligns with the OpenAI API: platform.openai.com/docs/api-reference/assistants/deleteAssistant
|
|
# File 'lib/telnyx/models/ai/assistant_delete_response.rb', line 23
|
Instance Attribute Details
#deleted ⇒ Boolean
16 |
# File 'lib/telnyx/models/ai/assistant_delete_response.rb', line 16 required :deleted, Telnyx::Internal::Type::Boolean |
#id ⇒ String
11 |
# File 'lib/telnyx/models/ai/assistant_delete_response.rb', line 11 required :id, String |
#object ⇒ String
21 |
# File 'lib/telnyx/models/ai/assistant_delete_response.rb', line 21 required :object, String |