Module: Revox::Models::CallCreateParams::Assistant::AfterCallSMSOutcome

Extended by:
Internal::Type::Enum
Defined in:
lib/revox/models/call_create_params.rb,
sig/revox/models/call_create_params.rbs

Constant Summary collapse

NOT_INTERESTED =

Returns:

  • (:not_interested)
:not_interested
INTERESTED =

Returns:

  • (:interested)
:interested
COMPLETED =

Returns:

  • (:completed)
:completed
REQUESTED_CALLBACK_LATER =

Returns:

  • (:requested_callback_later)
:requested_callback_later
REQUESTED_CALLBACK_NEW_NUMBER =

Returns:

  • (:requested_callback_new_number)
:requested_callback_new_number
DO_NOT_CONTACT =

Returns:

  • (:do_not_contact)
:do_not_contact
AI_AVERSE =

Returns:

  • (:ai_averse)
:ai_averse
NONE =

Returns:

  • (:none)
:none

Instance Method Summary collapse

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, values, values

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info

Instance Method Details

#initialize(prompt:, after_call_sms_outcomes: nil, after_call_sms_prompt: nil, background_sound: nil, background_sound_volume: nil, calendly: nil, call_retry_config: nil, cartesia_dictionary_pronunciation_id: nil, custom_tools: nil, email_notification_address: nil, email_notification_language: nil, email_notification_outcomes: nil, end_of_call_sentence: nil, faq_items: nil, first_sentence: nil, first_sentence_delay_ms: nil, first_sentence_mode: nil, from_phone_number: nil, human_transfer_mode: nil, ivr_navigation_enabled: nil, llm_model: nil, logo_url: nil, max_call_duration_secs: nil, max_duration_end_message: nil, position: nil, prompt_flow: nil, slack: nil, sms_enabled: nil, sms_template: nil, structured_output_config: nil, structured_output_prompt: nil, stt_context: nil, stt_model: nil, thinking_sound: nil, thinking_sound_probability: nil, thinking_sound_volume: nil, transfer_phone_number: nil, type: nil, voice: nil, voicemail_message: nil, voicemail_sms_prompt: nil, warm_transfer_summary_instructions: nil, webhook_url: nil, zoho: nil) ⇒ Object

Some parameter documentations has been truncated, see Revox::Models::CallCreateParams::Assistant for more details.

You can provide a custom assistant configuration here. If you don't provide an assistant_id, this assistant object will be used for this call.

Parameters:



516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
# File 'lib/revox/models/call_create_params.rb', line 516

module AfterCallSMSOutcome
  extend Revox::Internal::Type::Enum

  NOT_INTERESTED = :not_interested
  INTERESTED = :interested
  COMPLETED = :completed
  REQUESTED_CALLBACK_LATER = :requested_callback_later
  REQUESTED_CALLBACK_NEW_NUMBER = :requested_callback_new_number
  DO_NOT_CONTACT = :do_not_contact
  AI_AVERSE = :ai_averse
  NONE = :none

  # @!method self.values
  #   @return [Array<Symbol>]
end

#self?.values::Array[Revox::Models::CallCreateParams::Assistant::after_call_sms_outcome]

Returns:

  • (::Array[Revox::Models::CallCreateParams::Assistant::after_call_sms_outcome])


396
# File 'sig/revox/models/call_create_params.rbs', line 396

def self?.values: -> ::Array[Revox::Models::CallCreateParams::Assistant::after_call_sms_outcome]