AWS::Lex::Bot OpensearchConfiguration - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::Lex::Bot OpensearchConfiguration

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

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "DomainEndpoint" : String, "ExactResponse" : Boolean, "ExactResponseFields" : ExactResponseFields, "IncludeFields" : [ String, ... ], "IndexName" : String }

Properties

DomainEndpoint

The endpoint of the Amazon OpenSearch Service domain.

Required: No

Type: String

Minimum: 1

Maximum: 5000

Update requires: No interruption

ExactResponse

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

Required: No

Type: Boolean

Update requires: No interruption

ExactResponseFields

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

Required: No

Type: ExactResponseFields

Update requires: No interruption

IncludeFields

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

Required: No

Type: Array of String

Minimum: 1

Maximum: 5000

Update requires: No interruption

IndexName

The name of the Amazon OpenSearch Service index.

Required: No

Type: String

Minimum: 1

Maximum: 5000

Update requires: No interruption