Class: HighLevel::Models::ConversationAi::FetchAIResponseDetailsResponseDTO

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/conversation_ai/fetch_ai_response_details_response_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#action_logsObject (readonly)

Returns the value of attribute action_logs

Returns:

  • (Object)

    the current value of 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_idObject (readonly)

Returns the value of attribute agent_id

Returns:

  • (Object)

    the current value of 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

#faqsObject (readonly)

Returns the value of attribute faqs

Returns:

  • (Object)

    the current value of faqs



9
10
11
# File 'lib/high_level/models/conversation_ai/fetch_ai_response_details_response_dto.rb', line 9

def faqs
  @faqs
end

#historyObject (readonly)

Returns the value of attribute history

Returns:

  • (Object)

    the current value of history



9
10
11
# File 'lib/high_level/models/conversation_ai/fetch_ai_response_details_response_dto.rb', line 9

def history
  @history
end

#inputObject (readonly)

Returns the value of attribute input

Returns:

  • (Object)

    the current value of input



9
10
11
# File 'lib/high_level/models/conversation_ai/fetch_ai_response_details_response_dto.rb', line 9

def input
  @input
end

#intentObject (readonly)

Returns the value of attribute intent

Returns:

  • (Object)

    the current value of intent



9
10
11
# File 'lib/high_level/models/conversation_ai/fetch_ai_response_details_response_dto.rb', line 9

def intent
  @intent
end

#modeObject (readonly)

Returns the value of attribute mode

Returns:

  • (Object)

    the current value of mode



9
10
11
# File 'lib/high_level/models/conversation_ai/fetch_ai_response_details_response_dto.rb', line 9

def mode
  @mode
end

#promptObject (readonly)

Returns the value of attribute prompt

Returns:

  • (Object)

    the current value of 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_messageObject (readonly)

Returns the value of attribute response_message

Returns:

  • (Object)

    the current value of response_message



9
10
11
# File 'lib/high_level/models/conversation_ai/fetch_ai_response_details_response_dto.rb', line 9

def response_message
  @response_message
end

#websiteObject (readonly)

Returns the value of attribute website

Returns:

  • (Object)

    the current value of website



9
10
11
# File 'lib/high_level/models/conversation_ai/fetch_ai_response_details_response_dto.rb', line 9

def website
  @website
end