Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.GeneratedQuery
Packages that use GeneratedQuery
-
Uses of GeneratedQuery in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type GeneratedQueryModifier and TypeMethodDescriptionfinal List<GeneratedQuery>GenerateQueryResponse.queries()A list of objects, each of which defines a generated query that can correspond to the natural language queries.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type GeneratedQueryModifier and TypeMethodDescriptionGenerateQueryResponse.Builder.queries(GeneratedQuery... queries) A list of objects, each of which defines a generated query that can correspond to the natural language queries.Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type GeneratedQueryModifier and TypeMethodDescriptionGenerateQueryResponse.Builder.queries(Collection<GeneratedQuery> queries) A list of objects, each of which defines a generated query that can correspond to the natural language queries.