Class: TalkApi::Response::Result
- Inherits:
-
Struct
- Object
- Struct
- TalkApi::Response::Result
- Defined in:
- lib/talk_api/response.rb
Instance Attribute Summary collapse
-
#perplexity ⇒ Object
Returns the value of attribute perplexity.
-
#reply ⇒ Object
Returns the value of attribute reply.
Instance Attribute Details
#perplexity ⇒ Object
Returns the value of attribute perplexity
8 9 10 |
# File 'lib/talk_api/response.rb', line 8 def perplexity @perplexity end |
#reply ⇒ Object
Returns the value of attribute reply
8 9 10 |
# File 'lib/talk_api/response.rb', line 8 def reply @reply end |