Class: Telnyx::Resources::AI::Chat
- Inherits:
-
Object
- Object
- Telnyx::Resources::AI::Chat
- Defined in:
- lib/telnyx/resources/ai/chat.rb,
sig/telnyx/resources/ai/chat.rbs
Instance Method Summary collapse
-
#initialize(client:) ⇒ Chat
constructor
private
A new instance of Chat.
Constructor Details
#initialize(client:) ⇒ Chat
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of Chat.
10 11 12 |
# File 'lib/telnyx/resources/ai/chat.rb', line 10 def initialize(client:) @client = client end |