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
        • Cartesia
          • Overview
          • Agent
          • Conversation
          • Participant
        • 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
  • Classes
  • Sub-namespaces
  • Types
  • ConversationSettings
  • GetConversationProfileResult
  • GetProfilesListResult
  • ParticipantSettings
  • UpdateConversationProfileResult
VoxEngineVoice AICCAI

CCAI

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

Cartesia

Next

Agent

Built with

Classes

  • Agent — Represents a CCAI Agent instance.
  • Conversation — Represents a CCAI conversation instance.
  • Participant — Represents a CCAI participant instance.

Sub-namespaces

  • Events
  • Vendor

Types

ConversationSettings

Conversation settings.

agent
CCAI.Agent

CCAI agent to use in the Dialogflow conversation.

profile
CCAI.Vendor.ConversationProfile

Service to connect to the incoming Dialogflow conversation.

project
string

Name of the Dialogflow conversation.

GetConversationProfileResult

CCAI.Agent.getConversationProfile method result.

id
string

Event ID.

name
string

Event name — ‘AI.Events.CcaiGetConversationProfileResponse’.

response
Object

Dialogflow response data.

GetProfilesListResult

CCAI.Agent.getProfilesList method result.

id
string

Event ID.

name
string

Event name — ‘AI.Events.CcaiListConversationProfilesResponse’.

response
Object

Dialogflow response data.

ParticipantSettings

Participant settings.

call
Call

Current call object.

dialogflowSettings
any

Settings for a new CCAI Dialogflow participant instance setup.

options
CCAI.Vendor.Participant

Options of a single side of the conversation.

UpdateConversationProfileResult

CCAI.Agent.updateConversationProfile method result.

id
string

Event ID.

name
string

Event name — ‘AI.Events.CcaiUpdateConversationProfileResponse’.

response
Object

Dialogflow response data.