Class: ClaudeAgentSDK::ElicitationCompleteMessage
- Inherits:
-
SystemMessage
- Object
- Type
- SystemMessage
- ClaudeAgentSDK::ElicitationCompleteMessage
- Defined in:
- lib/claude_agent_sdk/types.rb
Overview
Elicitation complete system message
Instance Attribute Summary collapse
-
#elicitation_id ⇒ Object
Returns the value of attribute elicitation_id.
-
#mcp_server_name ⇒ Object
Returns the value of attribute mcp_server_name.
-
#session_id ⇒ Object
Returns the value of attribute session_id.
-
#uuid ⇒ Object
Returns the value of attribute uuid.
Attributes inherited from SystemMessage
Method Summary
Methods inherited from SystemMessage
Methods inherited from Type
#[], #[]=, from_hash, #initialize, #to_h, wrap
Constructor Details
This class inherits a constructor from ClaudeAgentSDK::SystemMessage
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class ClaudeAgentSDK::Type
Instance Attribute Details
#elicitation_id ⇒ Object
Returns the value of attribute elicitation_id.
303 304 305 |
# File 'lib/claude_agent_sdk/types.rb', line 303 def elicitation_id @elicitation_id end |
#mcp_server_name ⇒ Object
Returns the value of attribute mcp_server_name.
303 304 305 |
# File 'lib/claude_agent_sdk/types.rb', line 303 def mcp_server_name @mcp_server_name end |
#session_id ⇒ Object
Returns the value of attribute session_id.
303 304 305 |
# File 'lib/claude_agent_sdk/types.rb', line 303 def session_id @session_id end |
#uuid ⇒ Object
Returns the value of attribute uuid.
303 304 305 |
# File 'lib/claude_agent_sdk/types.rb', line 303 def uuid @uuid end |