Bedrock Agent Runtime > Structures > QueryGenerationInput QueryGenerationInput¶ Structure Class¶ QueryGenerationInput dataclass ¶ Contains information about a natural language query to transform into SQL. Attributes¶ text instance-attribute ¶ text: str The text of the query. type instance-attribute ¶ type: InputQueryType The type of the query.