Uses of Interface
software.amazon.awssdk.services.lexmodelsv2.model.ExactResponseFields.Builder
-
Packages that use ExactResponseFields.Builder Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of ExactResponseFields.Builder in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return ExactResponseFields.Builder Modifier and Type Method Description ExactResponseFields.BuilderExactResponseFields.Builder. answerField(String answerField)The name of the field that contains the answer to the query made to the OpenSearch Service database.static ExactResponseFields.BuilderExactResponseFields. builder()ExactResponseFields.BuilderExactResponseFields.Builder. questionField(String questionField)The name of the field that contains the query made to the OpenSearch Service database.ExactResponseFields.BuilderExactResponseFields. toBuilder()Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type ExactResponseFields.Builder Modifier and Type Method Description static Class<? extends ExactResponseFields.Builder>ExactResponseFields. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type ExactResponseFields.Builder Modifier and Type Method Description default OpensearchConfiguration.BuilderOpensearchConfiguration.Builder. exactResponseFields(Consumer<ExactResponseFields.Builder> exactResponseFields)Contains the names of the fields used for an exact response to the user.
-