UNPKG

@empathyco/x-components

Version:
20 lines (14 loc) 571 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [AiMutations](./x-components.aimutations.md) &gt; [setQuestionsByQuery](./x-components.aimutations.setquestionsbyquery.md) ## AiMutations.setQuestionsByQuery property Set ai questions by query **Signature:** ```typescript setQuestionsByQuery: (params: { query: string; state: { questions: AiQuestion[]; loading: boolean; }; }) => void; ```