Class: Revox::Models::AssistantCreateResponse::Assistant
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Revox::Models::AssistantCreateResponse::Assistant
- Defined in:
- lib/revox/models/assistant_create_response.rb,
sig/revox/models/assistant_create_response.rbs
Overview
Defined Under Namespace
Modules: AfterCallSMSOutcome, BackgroundSound, EmailNotificationOutcome, FirstSentenceMode, HumanTransferMode, LlmModel, SttModel, ThinkingSound, Type Classes: Calendly, CallRetryConfig, CreatedBy, CustomTool, FaqItem, Position, PromptFlow, Slack, StructuredOutputConfig, SttContext, TransferDestination, Voice, Zoho
Instance Attribute Summary collapse
-
#after_call_sms_outcomes ⇒ Array<Symbol, Revox::Models::AssistantCreateResponse::Assistant::AfterCallSMSOutcome>?
Which call outcomes trigger the after-call SMS.
-
#after_call_sms_prompt ⇒ String?
Prompt / instructions for the after-call SMS.
-
#background_sound ⇒ Symbol, ...
Ambient background sound to play during the call.
-
#background_sound_volume ⇒ Float
Volume of the ambient background sound (0 = silent, 1 = max).
- #calendly ⇒ Revox::Models::AssistantCreateResponse::Assistant::Calendly?
-
#call_retry_config ⇒ Revox::Models::AssistantCreateResponse::Assistant::CallRetryConfig?
Configuration for call retry behavior including time windows, delays, and max iterations.
-
#cartesia_dictionary_pronunciation_id ⇒ String?
Optional Cartesia pronunciation dictionary ID linked to this assistant.
- #created_at ⇒ Object
-
#created_by ⇒ Revox::Models::AssistantCreateResponse::Assistant::CreatedBy?
The user who created the assistant.
- #custom_tools ⇒ Array<Revox::Models::AssistantCreateResponse::Assistant::CustomTool>?
-
#email_notification_address ⇒ String?
Email address(es) to receive notifications when a call ends with a matching outcome.
-
#email_notification_outcomes ⇒ Array<Symbol, Revox::Models::AssistantCreateResponse::Assistant::EmailNotificationOutcome>?
Which call outcomes trigger an email notification.
- #end_of_call_sentence ⇒ String?
- #faq_items ⇒ Array<Revox::Models::AssistantCreateResponse::Assistant::FaqItem>?
- #first_sentence ⇒ String?
-
#first_sentence_delay_ms ⇒ Integer
Delay in milliseconds before speaking the first sentence.
- #first_sentence_mode ⇒ Symbol, Revox::Models::AssistantCreateResponse::Assistant::FirstSentenceMode
-
#from_phone_number ⇒ String?
Override the default outbound phone number for calls placed with this assistant.
-
#human_transfer_mode ⇒ Symbol, ...
Warm or cold transfer when transfer_destinations is non-empty; null when transfer is not configured.
- #id ⇒ String
- #is_inbound_receptionist ⇒ Boolean?
- #is_realestate_assistant ⇒ Boolean?
-
#ivr_navigation_enabled ⇒ Boolean
Enable IVR navigation tools.
- #llm_model ⇒ Revox::Models::AssistantCreateResponse::Assistant::LlmModel::UnionMember0, ...
-
#logo_url ⇒ String?
Public URL of the brand logo shown on the assistant's demo page.
-
#max_call_duration_secs ⇒ Float
The maximum duration of the call in seconds.
-
#max_duration_end_message ⇒ String?
Optional message the agent will say, without being interruptible, when the call reaches its max duration.
- #name ⇒ String
- #organization_id ⇒ String
- #pending_faq_count ⇒ Float?
- #position ⇒ Revox::Models::AssistantCreateResponse::Assistant::Position?
-
#precall_lookup_url ⇒ String?
URL fetched before an inbound call is answered to resolve the assistant's prompt variables.
- #prompt ⇒ String
- #prompt_flow ⇒ Revox::Models::AssistantCreateResponse::Assistant::PromptFlow?
- #slack ⇒ Revox::Models::AssistantCreateResponse::Assistant::Slack?
-
#sms_enabled ⇒ Boolean
Enable SMS tool during calls.
-
#sms_template ⇒ String?
Hardcoded SMS template to send during calls.
-
#structured_output_config ⇒ Array<Revox::Models::AssistantCreateResponse::Assistant::StructuredOutputConfig>?
The structured output config to use for the call.
-
#structured_output_prompt ⇒ String?
Custom prompt for structured data extraction.
-
#stt_context ⇒ Revox::Models::AssistantCreateResponse::Assistant::SttContext?
Assistant-level speech-to-text context: structured
generalkey/value pairs plus a list of domainterms. -
#stt_model ⇒ Symbol, Revox::Models::AssistantCreateResponse::Assistant::SttModel
Transcriber (speech-to-text) model used for the assistant.
-
#thinking_sound ⇒ Symbol, ...
Audio clip to play while the agent is processing a response.
-
#thinking_sound_probability ⇒ Float
Probability [0..1] that the thinking sound plays on any given turn; otherwise the agent is silent while thinking.
-
#thinking_sound_volume ⇒ Float
Volume of the thinking sound (0 = silent, 1 = max).
-
#transfer_destinations ⇒ Array<Revox::Models::AssistantCreateResponse::Assistant::TransferDestination>?
Where calls can be transferred to when users ask to speak to a human.
- #type ⇒ Symbol, Revox::Models::AssistantCreateResponse::Assistant::Type
- #updated_at ⇒ Object
- #voice ⇒ Revox::Models::AssistantCreateResponse::Assistant::Voice?
-
#voicemail_message ⇒ String?
If set, when voicemail is detected the agent will speak this message then hang up; if null, hang up immediately.
-
#voicemail_sms_prompt ⇒ String?
Prompt / instructions for the voicemail SMS.
-
#warm_transfer_summary_instructions ⇒ String?
Warm transfer only: instructions for the supervisor handoff summary; null when not configured or cold transfer.
-
#webhook_url ⇒ String?
The webhook URL to call when the call is completed.
- #zoho ⇒ Revox::Models::AssistantCreateResponse::Assistant::Zoho?
Class Method Summary collapse
- .values ⇒ Array<Symbol>
- .variants ⇒ Array(Revox::Models::AssistantCreateResponse::Assistant::LlmModel::UnionMember0, Revox::Models::AssistantCreateResponse::Assistant::LlmModel::UnionMember1, Revox::Models::AssistantCreateResponse::Assistant::LlmModel::UnionMember2, Revox::Models::AssistantCreateResponse::Assistant::LlmModel::UnionMember3)
Instance Method Summary collapse
-
#initialize(id:, email:, first_name:, last_name:) ⇒ Object
constructor
The user who created the assistant.
- #to_hash ⇒ {
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(id:, email:, first_name:, last_name:) ⇒ Object
The user who created the assistant.
|
|
# File 'lib/revox/models/assistant_create_response.rb', line 511
|
Instance Attribute Details
#after_call_sms_outcomes ⇒ Array<Symbol, Revox::Models::AssistantCreateResponse::Assistant::AfterCallSMSOutcome>?
Which call outcomes trigger the after-call SMS. When empty or null, no after-call SMS is sent. Use "none" when outcome is null.
27 28 29 |
# File 'lib/revox/models/assistant_create_response.rb', line 27 required :after_call_sms_outcomes, -> { Revox::Internal::Type::ArrayOf[enum: Revox::Models::AssistantCreateResponse::Assistant::AfterCallSMSOutcome] }, nil?: true |
#after_call_sms_prompt ⇒ String?
Prompt / instructions for the after-call SMS. Supports {variable} placeholders. When null, no after-call SMS is sent.
36 |
# File 'lib/revox/models/assistant_create_response.rb', line 36 required :after_call_sms_prompt, String, nil?: true |
#background_sound ⇒ Symbol, ...
Ambient background sound to play during the call. null disables it.
42 43 44 |
# File 'lib/revox/models/assistant_create_response.rb', line 42 required :background_sound, enum: -> { Revox::Models::AssistantCreateResponse::Assistant::BackgroundSound }, nil?: true |
#background_sound_volume ⇒ Float
Volume of the ambient background sound (0 = silent, 1 = max).
50 |
# File 'lib/revox/models/assistant_create_response.rb', line 50 required :background_sound_volume, Float |
#calendly ⇒ Revox::Models::AssistantCreateResponse::Assistant::Calendly?
55 |
# File 'lib/revox/models/assistant_create_response.rb', line 55 required :calendly, -> { Revox::Models::AssistantCreateResponse::Assistant::Calendly }, nil?: true |
#call_retry_config ⇒ Revox::Models::AssistantCreateResponse::Assistant::CallRetryConfig?
Configuration for call retry behavior including time windows, delays, and max iterations. If not provided, defaults will be used.
62 63 64 |
# File 'lib/revox/models/assistant_create_response.rb', line 62 required :call_retry_config, -> { Revox::Models::AssistantCreateResponse::Assistant::CallRetryConfig }, nil?: true |
#cartesia_dictionary_pronunciation_id ⇒ String?
Optional Cartesia pronunciation dictionary ID linked to this assistant.
70 |
# File 'lib/revox/models/assistant_create_response.rb', line 70 required :cartesia_dictionary_pronunciation_id, String, nil?: true |
#created_at ⇒ Object
75 |
# File 'lib/revox/models/assistant_create_response.rb', line 75 required :created_at, Revox::Internal::Type::Unknown |
#created_by ⇒ Revox::Models::AssistantCreateResponse::Assistant::CreatedBy?
The user who created the assistant.
338 |
# File 'lib/revox/models/assistant_create_response.rb', line 338 optional :created_by, -> { Revox::Models::AssistantCreateResponse::Assistant::CreatedBy }, nil?: true |
#custom_tools ⇒ Array<Revox::Models::AssistantCreateResponse::Assistant::CustomTool>?
80 81 82 |
# File 'lib/revox/models/assistant_create_response.rb', line 80 required :custom_tools, -> { Revox::Internal::Type::ArrayOf[Revox::Models::AssistantCreateResponse::Assistant::CustomTool] }, nil?: true |
#email_notification_address ⇒ String?
Email address(es) to receive notifications when a call ends with a matching outcome. Accepts a single email or a comma-separated list (e.g. "alice@x.com, bob@y.com").
90 |
# File 'lib/revox/models/assistant_create_response.rb', line 90 required :email_notification_address, String, nil?: true |
#email_notification_outcomes ⇒ Array<Symbol, Revox::Models::AssistantCreateResponse::Assistant::EmailNotificationOutcome>?
Which call outcomes trigger an email notification. E.g. ["interested", "completed", "none"]. Use "none" when outcome is null.
97 98 99 |
# File 'lib/revox/models/assistant_create_response.rb', line 97 required :email_notification_outcomes, -> { Revox::Internal::Type::ArrayOf[enum: Revox::Models::AssistantCreateResponse::Assistant::EmailNotificationOutcome] }, nil?: true |
#end_of_call_sentence ⇒ String?
104 |
# File 'lib/revox/models/assistant_create_response.rb', line 104 required :end_of_call_sentence, String, nil?: true |
#faq_items ⇒ Array<Revox::Models::AssistantCreateResponse::Assistant::FaqItem>?
343 344 |
# File 'lib/revox/models/assistant_create_response.rb', line 343 optional :faq_items, -> { Revox::Internal::Type::ArrayOf[Revox::Models::AssistantCreateResponse::Assistant::FaqItem] } |
#first_sentence ⇒ String?
109 |
# File 'lib/revox/models/assistant_create_response.rb', line 109 required :first_sentence, String, nil?: true |
#first_sentence_delay_ms ⇒ Integer
Delay in milliseconds before speaking the first sentence. Default: 400.
115 |
# File 'lib/revox/models/assistant_create_response.rb', line 115 required :first_sentence_delay_ms, Integer |
#first_sentence_mode ⇒ Symbol, Revox::Models::AssistantCreateResponse::Assistant::FirstSentenceMode
120 121 |
# File 'lib/revox/models/assistant_create_response.rb', line 120 required :first_sentence_mode, enum: -> { Revox::Models::AssistantCreateResponse::Assistant::FirstSentenceMode } |
#from_phone_number ⇒ String?
Override the default outbound phone number for calls placed with this assistant. When null, the organization's default phone number is used.
128 |
# File 'lib/revox/models/assistant_create_response.rb', line 128 required :from_phone_number, String, nil?: true |
#human_transfer_mode ⇒ Symbol, ...
Warm or cold transfer when transfer_destinations is non-empty; null when transfer is not configured.
135 136 137 |
# File 'lib/revox/models/assistant_create_response.rb', line 135 required :human_transfer_mode, enum: -> { Revox::Models::AssistantCreateResponse::Assistant::HumanTransferMode }, nil?: true |
#id ⇒ String
20 |
# File 'lib/revox/models/assistant_create_response.rb', line 20 required :id, String |
#is_inbound_receptionist ⇒ Boolean?
349 |
# File 'lib/revox/models/assistant_create_response.rb', line 349 optional :is_inbound_receptionist, Revox::Internal::Type::Boolean |
#is_realestate_assistant ⇒ Boolean?
354 |
# File 'lib/revox/models/assistant_create_response.rb', line 354 optional :is_realestate_assistant, Revox::Internal::Type::Boolean |
#ivr_navigation_enabled ⇒ Boolean
Enable IVR navigation tools. When enabled, the assistant can send DTMF tones and skip turns to navigate phone menus.
144 |
# File 'lib/revox/models/assistant_create_response.rb', line 144 required :ivr_navigation_enabled, Revox::Internal::Type::Boolean |
#llm_model ⇒ Revox::Models::AssistantCreateResponse::Assistant::LlmModel::UnionMember0, ...
149 |
# File 'lib/revox/models/assistant_create_response.rb', line 149 required :llm_model, union: -> { Revox::Models::AssistantCreateResponse::Assistant::LlmModel } |
#logo_url ⇒ String?
Public URL of the brand logo shown on the assistant's demo page. Null when unset.
156 |
# File 'lib/revox/models/assistant_create_response.rb', line 156 required :logo_url, String, nil?: true |
#max_call_duration_secs ⇒ Float
The maximum duration of the call in seconds. This is the maximum time the call will be allowed to run.
163 |
# File 'lib/revox/models/assistant_create_response.rb', line 163 required :max_call_duration_secs, Float |
#max_duration_end_message ⇒ String?
Optional message the agent will say, without being interruptible, when the call reaches its max duration. Kept short so it fits inside the farewell buffer. If null, the call ends silently.
171 |
# File 'lib/revox/models/assistant_create_response.rb', line 171 required :max_duration_end_message, String, nil?: true |
#name ⇒ String
176 |
# File 'lib/revox/models/assistant_create_response.rb', line 176 required :name, String |
#organization_id ⇒ String
181 |
# File 'lib/revox/models/assistant_create_response.rb', line 181 required :organization_id, String |
#pending_faq_count ⇒ Float?
359 |
# File 'lib/revox/models/assistant_create_response.rb', line 359 optional :pending_faq_count, Float |
#position ⇒ Revox::Models::AssistantCreateResponse::Assistant::Position?
186 |
# File 'lib/revox/models/assistant_create_response.rb', line 186 required :position, -> { Revox::Models::AssistantCreateResponse::Assistant::Position }, nil?: true |
#precall_lookup_url ⇒ String?
URL fetched before an inbound call is answered to resolve the assistant's prompt variables. Null when no lookup is configured.
193 |
# File 'lib/revox/models/assistant_create_response.rb', line 193 required :precall_lookup_url, String, nil?: true |
#prompt ⇒ String
198 |
# File 'lib/revox/models/assistant_create_response.rb', line 198 required :prompt, String |
#prompt_flow ⇒ Revox::Models::AssistantCreateResponse::Assistant::PromptFlow?
203 |
# File 'lib/revox/models/assistant_create_response.rb', line 203 required :prompt_flow, -> { Revox::Models::AssistantCreateResponse::Assistant::PromptFlow }, nil?: true |
#slack ⇒ Revox::Models::AssistantCreateResponse::Assistant::Slack?
208 |
# File 'lib/revox/models/assistant_create_response.rb', line 208 required :slack, -> { Revox::Models::AssistantCreateResponse::Assistant::Slack }, nil?: true |
#sms_enabled ⇒ Boolean
Enable SMS tool during calls. When enabled, the agent can send SMS messages to the user on the call.
215 |
# File 'lib/revox/models/assistant_create_response.rb', line 215 required :sms_enabled, Revox::Internal::Type::Boolean |
#sms_template ⇒ String?
Hardcoded SMS template to send during calls. When set, this exact text is sent instead of letting the agent generate the message. Supports {variable} placeholders.
223 |
# File 'lib/revox/models/assistant_create_response.rb', line 223 required :sms_template, String, nil?: true |
#structured_output_config ⇒ Array<Revox::Models::AssistantCreateResponse::Assistant::StructuredOutputConfig>?
The structured output config to use for the call. This is used to extract the data from the call (like email, name, company name, etc.).
230 231 232 |
# File 'lib/revox/models/assistant_create_response.rb', line 230 required :structured_output_config, -> { Revox::Internal::Type::ArrayOf[Revox::Models::AssistantCreateResponse::Assistant::StructuredOutputConfig] }, nil?: true |
#structured_output_prompt ⇒ String?
Custom prompt for structured data extraction. If not provided, a default prompt is used. Available variables: {transcript}, {call_direction}, {user_phone_number}, {agent_phone_number}.
240 |
# File 'lib/revox/models/assistant_create_response.rb', line 240 required :structured_output_prompt, String, nil?: true |
#stt_context ⇒ Revox::Models::AssistantCreateResponse::Assistant::SttContext?
Assistant-level speech-to-text context: structured general key/value pairs
plus a list of domain terms. Prompt-derived context is merged in without
replacing existing entries.
248 |
# File 'lib/revox/models/assistant_create_response.rb', line 248 required :stt_context, -> { Revox::Models::AssistantCreateResponse::Assistant::SttContext }, nil?: true |
#stt_model ⇒ Symbol, Revox::Models::AssistantCreateResponse::Assistant::SttModel
Transcriber (speech-to-text) model used for the assistant.
254 |
# File 'lib/revox/models/assistant_create_response.rb', line 254 required :stt_model, enum: -> { Revox::Models::AssistantCreateResponse::Assistant::SttModel } |
#thinking_sound ⇒ Symbol, ...
Audio clip to play while the agent is processing a response. One of the built-in LiveKit audio clips; null disables it.
261 262 263 |
# File 'lib/revox/models/assistant_create_response.rb', line 261 required :thinking_sound, enum: -> { Revox::Models::AssistantCreateResponse::Assistant::ThinkingSound }, nil?: true |
#thinking_sound_probability ⇒ Float
Probability [0..1] that the thinking sound plays on any given turn; otherwise the agent is silent while thinking.
270 |
# File 'lib/revox/models/assistant_create_response.rb', line 270 required :thinking_sound_probability, Float |
#thinking_sound_volume ⇒ Float
Volume of the thinking sound (0 = silent, 1 = max).
276 |
# File 'lib/revox/models/assistant_create_response.rb', line 276 required :thinking_sound_volume, Float |
#transfer_destinations ⇒ Array<Revox::Models::AssistantCreateResponse::Assistant::TransferDestination>?
Where calls can be transferred to when users ask to speak to a human. Null or empty when transfer is not configured.
283 284 285 |
# File 'lib/revox/models/assistant_create_response.rb', line 283 required :transfer_destinations, -> { Revox::Internal::Type::ArrayOf[Revox::Models::AssistantCreateResponse::Assistant::TransferDestination] }, nil?: true |
#type ⇒ Symbol, Revox::Models::AssistantCreateResponse::Assistant::Type
290 |
# File 'lib/revox/models/assistant_create_response.rb', line 290 required :type, enum: -> { Revox::Models::AssistantCreateResponse::Assistant::Type } |
#updated_at ⇒ Object
295 |
# File 'lib/revox/models/assistant_create_response.rb', line 295 required :updated_at, Revox::Internal::Type::Unknown |
#voice ⇒ Revox::Models::AssistantCreateResponse::Assistant::Voice?
300 |
# File 'lib/revox/models/assistant_create_response.rb', line 300 required :voice, -> { Revox::Models::AssistantCreateResponse::Assistant::Voice }, nil?: true |
#voicemail_message ⇒ String?
If set, when voicemail is detected the agent will speak this message then hang up; if null, hang up immediately.
307 |
# File 'lib/revox/models/assistant_create_response.rb', line 307 required :voicemail_message, String, nil?: true |
#voicemail_sms_prompt ⇒ String?
Prompt / instructions for the voicemail SMS. Supports {variable} placeholders. When null, no SMS is sent on voicemail.
314 |
# File 'lib/revox/models/assistant_create_response.rb', line 314 required :voicemail_sms_prompt, String, nil?: true |
#warm_transfer_summary_instructions ⇒ String?
Warm transfer only: instructions for the supervisor handoff summary; null when not configured or cold transfer.
321 |
# File 'lib/revox/models/assistant_create_response.rb', line 321 required :warm_transfer_summary_instructions, String, nil?: true |
#webhook_url ⇒ String?
The webhook URL to call when the call is completed.
327 |
# File 'lib/revox/models/assistant_create_response.rb', line 327 required :webhook_url, String, nil?: true |
#zoho ⇒ Revox::Models::AssistantCreateResponse::Assistant::Zoho?
332 |
# File 'lib/revox/models/assistant_create_response.rb', line 332 required :zoho, -> { Revox::Models::AssistantCreateResponse::Assistant::Zoho }, nil?: true |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/revox/models/assistant_create_response.rb', line 480
|
.variants ⇒ Array(Revox::Models::AssistantCreateResponse::Assistant::LlmModel::UnionMember0, Revox::Models::AssistantCreateResponse::Assistant::LlmModel::UnionMember1, Revox::Models::AssistantCreateResponse::Assistant::LlmModel::UnionMember2, Revox::Models::AssistantCreateResponse::Assistant::LlmModel::UnionMember3)
|
|
# File 'lib/revox/models/assistant_create_response.rb', line 998
|
Instance Method Details
#to_hash ⇒ {
247 |
# File 'sig/revox/models/assistant_create_response.rbs', line 247
def to_hash: -> {
|