{{ data.intent ? 'Edit Intent' : 'Create Intent' }}

Intent Name* Use lowercase with hyphens, no spaces Name is required Invalid format Caption Locale Turkish (tr-TR) English (en-US) Detection Prompt* Explain to the LLM when to detect this intent API Action* {{ api.name }} - {{ api.method }} {{ api.url }} Select the API to call when this intent is triggered

Fallback Messages

Timeout Message Error Message

Example Sentences

Add example sentences that should trigger this intent

New Example
format_quote
{{ example.value }}

No examples added yet. Examples help improve intent detection accuracy.

Intent Parameters

{{ param.get('name')?.value || 'New Parameter' }} {{ param.get('type')?.value }} Required Optional
Parameter Name* Use snake_case Display Name Type* {{ type }} Variable Name* Session variable name
Required Parameter Extraction Prompt Validation Regex Optional regex pattern for validation Invalid Value Message Type Error Message
input

No parameters defined. Add parameters that need to be extracted from user input.