VoiceAgentTemplateGreetingConfig interface
A deterministic greeting rendered with the voice agent's structured inputs and synthesized without model-authored generation.
- Extends
Properties
| text | The Handlebars text template spoken at session start. |
| type | The greeting type. Always |
Property Details
text
The Handlebars text template spoken at session start.
text: string
Property Value
string
type
The greeting type. Always template for a greeting rendered from a text template.
type: "template"
Property Value
"template"