Module: Revox::Models::CampaignGetRowsResponse::Row::Call::Assistant::AfterCallSMSOutcome
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/revox/models/campaign_get_rows_response.rb,
sig/revox/models/campaign_get_rows_response.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:, 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::CampaignGetRowsResponse::Row::Call::Assistant for more details.
- #self?.values ⇒ ::Array[Revox::Models::CampaignGetRowsResponse::Row::Call::Assistant::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:, 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::CampaignGetRowsResponse::Row::Call::Assistant for more details.
767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 |
# File 'lib/revox/models/campaign_get_rows_response.rb', line 767 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::CampaignGetRowsResponse::Row::Call::Assistant::after_call_sms_outcome]
526 |
# File 'sig/revox/models/campaign_get_rows_response.rbs', line 526
def self?.values: -> ::Array[Revox::Models::CampaignGetRowsResponse::Row::Call::Assistant::after_call_sms_outcome]
|