Class: Aws::LexModelsV2::Types::ExactResponseFields
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::ExactResponseFields
- Defined in:
- gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb
Overview
Contains the names of the fields used for an exact response to the user.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#answer_field ⇒ String
The name of the field that contains the answer to the query made to the OpenSearch Service database.
-
#question_field ⇒ String
The name of the field that contains the query made to the OpenSearch Service database.
Instance Attribute Details
#answer_field ⇒ String
The name of the field that contains the answer to the query made to the OpenSearch Service database.
7349 7350 7351 7352 7353 7354 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7349 class ExactResponseFields < Struct.new( :question_field, :answer_field) SENSITIVE = [] include Aws::Structure end |
#question_field ⇒ String
The name of the field that contains the query made to the OpenSearch Service database.
7349 7350 7351 7352 7353 7354 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7349 class ExactResponseFields < Struct.new( :question_field, :answer_field) SENSITIVE = [] include Aws::Structure end |