TomTom Maps for JavaScript
    Preparing search index...

    Variable clarifyIntentSchemaConst

    clarifyIntentSchema: z.ZodObject<
        {
            intro: z.ZodOptional<z.ZodString>;
            questions: z.ZodArray<
                z.ZodObject<
                    {
                        id: z.ZodString;
                        multiSelect: z.ZodDefault<z.ZodBoolean>;
                        options: z.ZodArray<z.ZodString>;
                        question: z.ZodString;
                    },
                    z.core.$strip,
                >,
            >;
        },
        z.core.$strip,
    >

    Input schema for executeClarifyIntent.