Class: Aws::LexModelsV2::Types::OpensearchConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb

Overview

Contains details about the configuration of the Amazon OpenSearch Service database used for the AMAZON.QnAIntent.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_endpointString

The endpoint of the Amazon OpenSearch Service domain.

Returns:

  • (String)


11119
11120
11121
11122
11123
11124
11125
11126
11127
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 11119

class OpensearchConfiguration < Struct.new(
  :domain_endpoint,
  :index_name,
  :exact_response,
  :exact_response_fields,
  :include_fields)
  SENSITIVE = []
  include Aws::Structure
end

#exact_responseBoolean

Specifies whether to return an exact response or to return an answer generated by the model using the fields you specify from the database.

Returns:

  • (Boolean)


11119
11120
11121
11122
11123
11124
11125
11126
11127
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 11119

class OpensearchConfiguration < Struct.new(
  :domain_endpoint,
  :index_name,
  :exact_response,
  :exact_response_fields,
  :include_fields)
  SENSITIVE = []
  include Aws::Structure
end

#exact_response_fieldsTypes::ExactResponseFields

Contains the names of the fields used for an exact response to the user.



11119
11120
11121
11122
11123
11124
11125
11126
11127
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 11119

class OpensearchConfiguration < Struct.new(
  :domain_endpoint,
  :index_name,
  :exact_response,
  :exact_response_fields,
  :include_fields)
  SENSITIVE = []
  include Aws::Structure
end

#include_fieldsArray<String>

Contains a list of fields from the Amazon OpenSearch Service that the model can use to generate the answer to the query.

Returns:

  • (Array<String>)


11119
11120
11121
11122
11123
11124
11125
11126
11127
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 11119

class OpensearchConfiguration < Struct.new(
  :domain_endpoint,
  :index_name,
  :exact_response,
  :exact_response_fields,
  :include_fields)
  SENSITIVE = []
  include Aws::Structure
end

#index_nameString

The name of the Amazon OpenSearch Service index.

Returns:

  • (String)


11119
11120
11121
11122
11123
11124
11125
11126
11127
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 11119

class OpensearchConfiguration < Struct.new(
  :domain_endpoint,
  :index_name,
  :exact_response,
  :exact_response_fields,
  :include_fields)
  SENSITIVE = []
  include Aws::Structure
end