Class: Aws::QuickSight::Types::GeneratedAnswerResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::GeneratedAnswerResult
- 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
-
#answer_id ⇒ String
The ID of the answer.
-
#answer_status ⇒ String
The answer status of the generated answer.
-
#question_id ⇒ String
The ID of the question.
-
#question_text ⇒ String
The question text.
-
#question_url ⇒ String
The URL of the question.
-
#restatement ⇒ String
The restatement for the answer.
-
#topic_id ⇒ String
The ID of the topic.
-
#topic_name ⇒ String
The name of the topic.
Instance Attribute Details
#answer_id ⇒ String
The ID of the answer.
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_status ⇒ String
The answer status of the generated answer.
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_id ⇒ String
The ID of the question.
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_text ⇒ String
The question text.
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_url ⇒ String
The URL of the question.
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 |
#restatement ⇒ String
The restatement for the answer.
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_id ⇒ String
The ID of the topic.
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_name ⇒ String
The name of the topic.
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 |