Module: Revox::Models::AssistantUpdateParams::AfterCallSMSOutcome
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/revox/models/assistant_update_params.rb,
sig/revox/models/assistant_update_params.rbs
Constant Summary collapse
- 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
Instance Method Summary collapse
-
#initialize(id:, 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, name: nil, position: nil, prompt: 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, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see Revox::Models::AssistantUpdateParams for more details.
- #self?.values ⇒ ::Array[Revox::Models::AssistantUpdateParams::after_call_sms_outcome]
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: 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, name: nil, position: nil, prompt: 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, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see Revox::Models::AssistantUpdateParams for more details.
437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 |
# File 'lib/revox/models/assistant_update_params.rb', line 437 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::AssistantUpdateParams::after_call_sms_outcome]
332 |
# File 'sig/revox/models/assistant_update_params.rbs', line 332
def self?.values: -> ::Array[Revox::Models::AssistantUpdateParams::after_call_sms_outcome]
|