Class: ClaudeAgentSDK::PromptSuggestionMessage

Inherits:
Type
  • Object
show all
Defined in:
lib/claude_agent_sdk/types.rb

Overview

Prompt suggestion message (type: ‘prompt_suggestion’)

Instance Attribute Summary collapse

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_idObject

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

#suggestionObject

Returns the value of attribute suggestion.



372
373
374
# File 'lib/claude_agent_sdk/types.rb', line 372

def suggestion
  @suggestion
end

#uuidObject

Returns the value of attribute uuid.



372
373
374
# File 'lib/claude_agent_sdk/types.rb', line 372

def uuid
  @uuid
end