Class: Aws::QuickSight::Types::QAResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The QA result that is made from the ‘DashboardVisual` or `GeneratedAnswer`.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dashboard_visualTypes::DashboardVisualResult

The representation of a dashboard visual result.


26785
26786
26787
26788
26789
26790
26791
# File 'lib/aws-sdk-quicksight/types.rb', line 26785

class QAResult < Struct.new(
  :result_type,
  :dashboard_visual,
  :generated_answer)
  SENSITIVE = []
  include Aws::Structure
end

#generated_answerTypes::GeneratedAnswerResult

The representation of a generated answer result.


26785
26786
26787
26788
26789
26790
26791
# File 'lib/aws-sdk-quicksight/types.rb', line 26785

class QAResult < Struct.new(
  :result_type,
  :dashboard_visual,
  :generated_answer)
  SENSITIVE = []
  include Aws::Structure
end

#result_typeString

The type of QA result.

Returns:

  • (String)

26785
26786
26787
26788
26789
26790
26791
# File 'lib/aws-sdk-quicksight/types.rb', line 26785

class QAResult < Struct.new(
  :result_type,
  :dashboard_visual,
  :generated_answer)
  SENSITIVE = []
  include Aws::Structure
end