Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 733 Bytes

File metadata and controls

18 lines (12 loc) · 733 Bytes

SunshineConversationsClient::DefaultResponderId

Properties

Name Type Description Notes
default_responder_id String The default responder ID for the integration. This is the ID of the responder that will be used to send messages to the user. For more information, refer to the <a href=&quot;https://developer.zendesk.com/documentation/conversations/messaging-platform/programmable-conversations/switchboard/#default-integration-assignment\&quot;&gt;Switchboard guide</a>. [optional]

Example

require 'sunshine-conversations-client'

instance = SunshineConversationsClient::DefaultResponderId.new(
  default_responder_id: null
)