Class: Aws::LexModelsV2::Types::ExactResponseFields

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#answer_fieldString

The name of the field that contains the answer to the query made to the OpenSearch Service database.

Returns:

  • (String)


7276
7277
7278
7279
7280
7281
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7276

class ExactResponseFields < Struct.new(
  :question_field,
  :answer_field)
  SENSITIVE = []
  include Aws::Structure
end

#question_fieldString

The name of the field that contains the query made to the OpenSearch Service database.

Returns:

  • (String)


7276
7277
7278
7279
7280
7281
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7276

class ExactResponseFields < Struct.new(
  :question_field,
  :answer_field)
  SENSITIVE = []
  include Aws::Structure
end