Class: HighLevel::Models::ConversationAi::FetchAIResponseDetailsResponseDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::ConversationAi::FetchAIResponseDetailsResponseDTO
- Defined in:
- lib/high_level/models/conversation_ai/fetch_ai_response_details_response_dto.rb
Instance Attribute Summary collapse
-
#action_logs ⇒ Object
readonly
Returns the value of attribute action_logs.
-
#agent_id ⇒ Object
readonly
Returns the value of attribute agent_id.
-
#faqs ⇒ Object
readonly
Returns the value of attribute faqs.
-
#history ⇒ Object
readonly
Returns the value of attribute history.
-
#input ⇒ Object
readonly
Returns the value of attribute input.
-
#intent ⇒ Object
readonly
Returns the value of attribute intent.
-
#mode ⇒ Object
readonly
Returns the value of attribute mode.
-
#prompt ⇒ Object
readonly
Returns the value of attribute prompt.
-
#response_message ⇒ Object
readonly
Returns the value of attribute response_message.
-
#website ⇒ Object
readonly
Returns the value of attribute website.
Instance Attribute Details
#action_logs ⇒ Object (readonly)
Returns the value of attribute action_logs
9 10 11 |
# File 'lib/high_level/models/conversation_ai/fetch_ai_response_details_response_dto.rb', line 9 def action_logs @action_logs end |
#agent_id ⇒ Object (readonly)
Returns the value of attribute agent_id
9 10 11 |
# File 'lib/high_level/models/conversation_ai/fetch_ai_response_details_response_dto.rb', line 9 def agent_id @agent_id end |
#faqs ⇒ Object (readonly)
Returns the value of attribute faqs
9 10 11 |
# File 'lib/high_level/models/conversation_ai/fetch_ai_response_details_response_dto.rb', line 9 def faqs @faqs end |
#history ⇒ Object (readonly)
Returns the value of attribute history
9 10 11 |
# File 'lib/high_level/models/conversation_ai/fetch_ai_response_details_response_dto.rb', line 9 def history @history end |
#input ⇒ Object (readonly)
Returns the value of attribute input
9 10 11 |
# File 'lib/high_level/models/conversation_ai/fetch_ai_response_details_response_dto.rb', line 9 def input @input end |
#intent ⇒ Object (readonly)
Returns the value of attribute intent
9 10 11 |
# File 'lib/high_level/models/conversation_ai/fetch_ai_response_details_response_dto.rb', line 9 def intent @intent end |
#mode ⇒ Object (readonly)
Returns the value of attribute mode
9 10 11 |
# File 'lib/high_level/models/conversation_ai/fetch_ai_response_details_response_dto.rb', line 9 def mode @mode end |
#prompt ⇒ Object (readonly)
Returns the value of attribute prompt
9 10 11 |
# File 'lib/high_level/models/conversation_ai/fetch_ai_response_details_response_dto.rb', line 9 def prompt @prompt end |
#response_message ⇒ Object (readonly)
Returns the value of attribute response_message
9 10 11 |
# File 'lib/high_level/models/conversation_ai/fetch_ai_response_details_response_dto.rb', line 9 def @response_message end |
#website ⇒ Object (readonly)
Returns the value of attribute website
9 10 11 |
# File 'lib/high_level/models/conversation_ai/fetch_ai_response_details_response_dto.rb', line 9 def website @website end |