For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Platform docsVideosCommunitySign up
CapabilitiesGetting startedVoice AI OrchestrationVoxEngine PlatformAPI ReferenceFAQ
CapabilitiesGetting startedVoice AI OrchestrationVoxEngine PlatformAPI ReferenceFAQ
      • Overview
          • Overview
          • DialogflowInstance
          • Events
        • Cartesia
        • Deepgram
        • ElevenLabs
        • Gemini
        • Grok
        • Inworld
        • OpenAI
        • Pipecat
        • Ultravox
        • Yandex
  • Management API
    • Reference
    • Authorization
    • Errors
  • Web SDK
    • Overview
  • Android SDK
    • Overview
  • Android SDK v3
    • Overview
  • iOS SDK
    • Overview
  • React Native SDK
    • Overview
  • Flutter SDK
    • Overview
LogoLogo
Platform docsVideosCommunitySign up
On this page
  • Values
VoxEngineVoice AIAI

Events

Add the following line to your scenario code to use the events: require(Modules.AI);

||View as Markdown|
Was this page helpful?
Edit this page
Previous

DialogflowInstance

Next

AMD

Built with

Values

DialogflowQueryResult
'AI.Events.DialogflowQueryResult'

Triggered when a Dialogflow instance returns a query result.

DialogflowRecognitionResult
'AI.Events.DialogflowRecognitionResult'

Triggered when a Dialogflow instance returns a recognition result.

DialogflowResponse
'AI.Events.DialogflowResponse'

Triggered when a Dialogflow instance returns an intent response.

DialogflowError
'AI.Events.DialogflowError'

Triggered when a Dialogflow instance causes error.

DialogflowStopped
'AI.Events.DialogflowStopped'

Triggered when a Dialogflow instance is stopped.

DialogflowPlaybackFinished
'AI.Events.DialogflowPlaybackFinished'

Triggered when a playback of a single phrase is finished successfully or in case of playback error.

DialogflowPlaybackStarted
'AI.Events.DialogflowPlaybackStarted'

Triggered when a playback of a single phrase is started.

DialogflowPlaybackMarkerReached
'AI.Events.DialogflowPlaybackMarkerReached'

Triggered when ‘DialogflowInstance.addMarker’ is reached.

VoicemailDetected
'AI.Events.VoicemailDetected'

Triggered when an answering machine or voicemail is detected.

VoicemailNotDetected
'AI.Events.VoicemailNotDetected'

Triggered when an answering machine or voicemail is not detected.