SunshineConversationsClient::MatchCriteriaBase

August 27, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
typeStringThe channel type.
integration_idStringThe ID of the integration to link. Must match the provided type.
primaryBooleanFlag indicating whether the client will become the primary for the target conversation once linking is complete.[optional][default to true]

Example

require 'sunshine-conversations-client'

instance = SunshineConversationsClient::MatchCriteriaBase.new(
  type: null,
  integration_id: 582dedf230e788746891281a,
  primary: null
)