Class: Pangea::Models::AiGuard::TextGuardMessageParam
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Pangea::Models::AiGuard::TextGuardMessageParam
- Defined in:
- lib/pangea/models/ai_guard/text_guard_message_param.rb
Instance Attribute Summary collapse
Method Summary
Methods inherited from Internal::Type::BaseModel
#==, coerce, #deconstruct_keys, dump, fields, #initialize, #inspect, known_fields, optional, required, #to_h
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, type_info
Constructor Details
This class inherits a constructor from Pangea::Internal::Type::BaseModel
Instance Attribute Details
#content ⇒ String
15 |
# File 'lib/pangea/models/ai_guard/text_guard_message_param.rb', line 15 required :content, String |
#role ⇒ String
10 |
# File 'lib/pangea/models/ai_guard/text_guard_message_param.rb', line 10 required :role, String |