Class: Aws::QuickSight::Types::GeneratedAnswerResult

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

Overview

The QA result that is made from generated answer.

Constant Summary collapse

SENSITIVE =
[:question_text, :restatement]

Instance Attribute Summary collapse

Instance Attribute Details

#answer_idString

The ID of the answer.

Returns:

  • (String)


17732
17733
17734
17735
17736
17737
17738
17739
17740
17741
17742
17743
# File 'lib/aws-sdk-quicksight/types.rb', line 17732

class GeneratedAnswerResult < Struct.new(
  :question_text,
  :answer_status,
  :topic_id,
  :topic_name,
  :restatement,
  :question_id,
  :answer_id,
  :question_url)
  SENSITIVE = [:question_text, :restatement]
  include Aws::Structure
end

#answer_statusString

The answer status of the generated answer.

Returns:

  • (String)


17732
17733
17734
17735
17736
17737
17738
17739
17740
17741
17742
17743
# File 'lib/aws-sdk-quicksight/types.rb', line 17732

class GeneratedAnswerResult < Struct.new(
  :question_text,
  :answer_status,
  :topic_id,
  :topic_name,
  :restatement,
  :question_id,
  :answer_id,
  :question_url)
  SENSITIVE = [:question_text, :restatement]
  include Aws::Structure
end

#question_idString

The ID of the question.

Returns:

  • (String)


17732
17733
17734
17735
17736
17737
17738
17739
17740
17741
17742
17743
# File 'lib/aws-sdk-quicksight/types.rb', line 17732

class GeneratedAnswerResult < Struct.new(
  :question_text,
  :answer_status,
  :topic_id,
  :topic_name,
  :restatement,
  :question_id,
  :answer_id,
  :question_url)
  SENSITIVE = [:question_text, :restatement]
  include Aws::Structure
end

#question_textString

The question text.

Returns:

  • (String)


17732
17733
17734
17735
17736
17737
17738
17739
17740
17741
17742
17743
# File 'lib/aws-sdk-quicksight/types.rb', line 17732

class GeneratedAnswerResult < Struct.new(
  :question_text,
  :answer_status,
  :topic_id,
  :topic_name,
  :restatement,
  :question_id,
  :answer_id,
  :question_url)
  SENSITIVE = [:question_text, :restatement]
  include Aws::Structure
end

#question_urlString

The URL of the question.

Returns:

  • (String)


17732
17733
17734
17735
17736
17737
17738
17739
17740
17741
17742
17743
# File 'lib/aws-sdk-quicksight/types.rb', line 17732

class GeneratedAnswerResult < Struct.new(
  :question_text,
  :answer_status,
  :topic_id,
  :topic_name,
  :restatement,
  :question_id,
  :answer_id,
  :question_url)
  SENSITIVE = [:question_text, :restatement]
  include Aws::Structure
end

#restatementString

The restatement for the answer.

Returns:

  • (String)


17732
17733
17734
17735
17736
17737
17738
17739
17740
17741
17742
17743
# File 'lib/aws-sdk-quicksight/types.rb', line 17732

class GeneratedAnswerResult < Struct.new(
  :question_text,
  :answer_status,
  :topic_id,
  :topic_name,
  :restatement,
  :question_id,
  :answer_id,
  :question_url)
  SENSITIVE = [:question_text, :restatement]
  include Aws::Structure
end

#topic_idString

The ID of the topic.

Returns:

  • (String)


17732
17733
17734
17735
17736
17737
17738
17739
17740
17741
17742
17743
# File 'lib/aws-sdk-quicksight/types.rb', line 17732

class GeneratedAnswerResult < Struct.new(
  :question_text,
  :answer_status,
  :topic_id,
  :topic_name,
  :restatement,
  :question_id,
  :answer_id,
  :question_url)
  SENSITIVE = [:question_text, :restatement]
  include Aws::Structure
end

#topic_nameString

The name of the topic.

Returns:

  • (String)


17732
17733
17734
17735
17736
17737
17738
17739
17740
17741
17742
17743
# File 'lib/aws-sdk-quicksight/types.rb', line 17732

class GeneratedAnswerResult < Struct.new(
  :question_text,
  :answer_status,
  :topic_id,
  :topic_name,
  :restatement,
  :question_id,
  :answer_id,
  :question_url)
  SENSITIVE = [:question_text, :restatement]
  include Aws::Structure
end