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.



26558
26559
26560
26561
26562
26563
26564
# File 'lib/aws-sdk-quicksight/types.rb', line 26558

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.



26558
26559
26560
26561
26562
26563
26564
# File 'lib/aws-sdk-quicksight/types.rb', line 26558

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

#result_typeString

The type of QA result.

Returns:

  • (String)


26558
26559
26560
26561
26562
26563
26564
# File 'lib/aws-sdk-quicksight/types.rb', line 26558

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