Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.36 KB

File metadata and controls

30 lines (24 loc) · 1.36 KB

SunshineConversationsClient::DefaultResponderDefaultResponder

Properties

Name Type Description Notes
name String The name of the switchboard integration. [optional]
integration_id String The unique ID of the integration. [optional]
integration_type String The type of the integration. [optional]
deliver_standby_events Boolean Indicates whether the switchboard should deliver standby events. [optional]
next_switchboard_integration_id String The unique ID of the next switchboard integration. [optional]
message_history_count Float The number of messages to keep in the message history. [optional]
inherited Boolean Indicates 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
)