Class: ClaudeAgentSDK::PromptSuggestionMessage
- Defined in:
- lib/claude_agent_sdk/types.rb
Overview
Prompt suggestion message (type: ‘prompt_suggestion’)
Instance Attribute Summary collapse
-
#session_id ⇒ Object
Returns the value of attribute session_id.
-
#suggestion ⇒ Object
Returns the value of attribute suggestion.
-
#uuid ⇒ Object
Returns the value of attribute uuid.
Method Summary
Methods inherited from Type
#[], #[]=, from_hash, #initialize, #to_h, wrap
Constructor Details
This class inherits a constructor from ClaudeAgentSDK::Type
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class ClaudeAgentSDK::Type
Instance Attribute Details
#session_id ⇒ Object
Returns the value of attribute session_id.
372 373 374 |
# File 'lib/claude_agent_sdk/types.rb', line 372 def session_id @session_id end |
#suggestion ⇒ Object
Returns the value of attribute suggestion.
372 373 374 |
# File 'lib/claude_agent_sdk/types.rb', line 372 def suggestion @suggestion end |
#uuid ⇒ Object
Returns the value of attribute uuid.
372 373 374 |
# File 'lib/claude_agent_sdk/types.rb', line 372 def uuid @uuid end |