Skip to content

Latest commit

 

History

History
84 lines (55 loc) · 4.74 KB

File metadata and controls

84 lines (55 loc) · 4.74 KB

UltraCartRestApiV2.ConversationPbxQueue

Properties

Name Type Description Notes
ai_priority String AI Agent Priority compared to human agents [optional]
ai_summary_enabled Boolean If true, AI summaries are generated for answered calls in this queue [optional]
ai_summary_instructions String Custom instructions injected into the AI summary system prompt for this queue [optional]
ai_timeout_seconds Number AI timeout seconds [optional]
announce_queue_position Boolean If true, the customer is told their queue position upon entering the queue [optional]
automatic_coach_agent_uuid String AI Agent UUID to automatically engage to provide coaching [optional]
callback_announce_audio_uuid String Custom audio file UUID for the callback offer prompt [optional]
callback_announce_say String Custom TTS text for the callback offer prompt [optional]
callback_confirm_audio_uuid String Custom audio file UUID for the callback confirmation message [optional]
callback_confirm_say String Custom TTS text for the callback confirmation message [optional]
callback_enabled Boolean If true, the callback option is enabled for this queue [optional]
callback_hours_only Boolean When true, only offer callbacks during business hours [optional]
callback_max_attempts Number Maximum number of times the system will attempt to call the customer back [optional]
callback_max_offers Number Maximum number of times the callback option is offered to a caller per call [optional]
callback_max_pending Number Maximum number of pending callbacks allowed per queue [optional]
callback_offer_after_seconds Number Seconds a caller must wait in queue before the callback option is offered [optional]
callback_offer_interval_seconds Number Seconds between repeat callback offers to the same caller [optional]
callback_retry_delay_seconds Number Delay in seconds between callback retry attempts [optional]
context_merchant_id String Optional child merchant ID this resource is assigned to. Null = shared across the linked merchant group. [optional]
conversation_pbx_queue_uuid String Conversation Pbx Queue unique identifier [optional]
conversation_voicemail_mailbox_uuid String The voicemail mailbox associated with this queue [optional]
hold_conversation_pbx_audio_uuid String The audio to play while holding in a queue [optional]
max_hold_seconds Number The maximum number of seconds for a customer to hold in a queue [optional]
members ConversationPbxQueueMembers [optional]
merchant_id String Merchant Id [optional]
name String Name of queue [optional]
no_agent_available_play_audio_uuid String When no agent is available after the max_hold_seconds, say this [optional]
no_agent_available_say String When no agent is available after the max_hold_seconds, say this [optional]
no_agent_available_say_voice String The type of voice used to say text when no agent is available [optional]
play_audio_uuid String Audio played when customer enters a queue [optional]
record_call Boolean If true, any calls in this queue are recorded [optional]
say String Say text when a customer enters queue [optional]
say_voice String The type of voice to use when say text is spoken [optional]
twilio_taskrouter_workflow_sid String Twilio taskrouter workflow sid [optional]
twilio_workspace_queue_sid String Twilio workspace queue sid [optional]
voicemail Boolean If true, this queue has a voicemail associated with it [optional]
wait_critical_seconds Number Wait time in seconds before critical [optional]
wait_warning_seconds Number Wait time in seconds before warning [optional]
wrap_up_seconds Number Wrap up time in seconds [optional]
zoho_desk_department_id String Zoho Desk department ID to create tickets in [optional]
zoho_desk_ticket_enabled Boolean If true, a Zoho Desk ticket is automatically created for answered calls in this queue [optional]

Enum: AiPriorityEnum

  • neutral (value: "neutral")

  • first (value: "first")

  • backup (value: "backup")

Enum: NoAgentAvailableSayVoiceEnum

  • man (value: "man")

  • woman (value: "woman")

Enum: SayVoiceEnum

  • man (value: "man")

  • woman (value: "woman")