Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 746 Bytes

MatchCriteriaBase.md

File metadata and controls

21 lines (14 loc) · 746 Bytes

SunshineConversationsClient::MatchCriteriaBase

Properties

Name Type Description Notes
type String The channel type.
integration_id String The ID of the integration to link. Must match the provided type.
primary Boolean Flag indicating whether the client will become the primary for the target conversation once linking is complete. [optional] [default to true]

Code Sample

require 'SunshineConversationsClient'

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