SunshineConversationsClient::DefaultResponderDefaultResponder

August 27, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
nameStringThe name of the switchboard integration.[optional]
integration_idStringThe unique ID of the integration.[optional]
integration_typeStringThe type of the integration.[optional]
deliver_standby_eventsBooleanIndicates whether the switchboard should deliver standby events.[optional]
next_switchboard_integration_idStringThe unique ID of the next switchboard integration.[optional]
message_history_countFloatThe number of messages to keep in the message history.[optional]
inheritedBooleanIndicates whether the default responder is inherited from the switchboard's global config or not. Returns `false` if a per-channel responder override has been set for this integration, and `true` otherwise.[optional]

Example

require 'sunshine-conversations-client'

instance = SunshineConversationsClient::DefaultResponderDefaultResponder.new(
  name: null,
  integration_id: 5e4af71a81966cfff3ef6550,
  integration_type: null,
  deliver_standby_events: null,
  next_switchboard_integration_id: null,
  message_history_count: null,
  inherited: null
)