Module: Revox::Models::CallRetrieveResponse::Call::Assistant::AfterCallSMSOutcome

Extended by:
Internal::Type::Enum
Defined in:
lib/revox/models/call_retrieve_response.rb,
sig/revox/models/call_retrieve_response.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(id:, after_call_sms_outcomes:, after_call_sms_prompt:, background_sound:, background_sound_volume:, calendly:, call_retry_config:, cartesia_dictionary_pronunciation_id:, created_at:, custom_tools:, email_notification_address:, email_notification_language:, email_notification_outcomes:, end_of_call_sentence:, first_sentence:, first_sentence_delay_ms:, first_sentence_mode:, from_phone_number:, human_transfer_mode:, ivr_navigation_enabled:, llm_model:, logo_url:, max_call_duration_secs:, max_duration_end_message:, name:, organization_id:, position:, prompt:, prompt_flow:, slack:, sms_enabled:, sms_template:, structured_output_config:, structured_output_prompt:, stt_context:, stt_model:, thinking_sound:, thinking_sound_probability:, thinking_sound_volume:, transfer_phone_number:, type:, updated_at:, voice:, voicemail_message:, voicemail_sms_prompt:, warm_transfer_summary_instructions:, webhook_url:, zoho:, created_by: nil, faq_items: nil, is_realestate_assistant: nil, pending_faq_count: nil) ⇒ Object

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

Parameters:



726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
# File 'lib/revox/models/call_retrieve_response.rb', line 726

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::CallRetrieveResponse::Call::Assistant::after_call_sms_outcome]

Returns:

  • (::Array[Revox::Models::CallRetrieveResponse::Call::Assistant::after_call_sms_outcome])


482
# File 'sig/revox/models/call_retrieve_response.rbs', line 482

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