@extends('layout.app') @section('content')

Agent Settings


@if(session('success'))
{{ session('success') }}
@endif
Voice Agent Configuration
@csrf @method('PUT')
Deepgram TTS voice used by the agent.
First thing the agent says when call connects. Max 300 chars.

@endsection