Sha256: 5c13b8369415b711198213fb9fe3774726e6e85bcbbda53a01c6fc33a08c19fe

Contents?: true

Size: 1.09 KB

Versions: 50

Compression:

Stored size: 1.09 KB

Contents

# SunshineConversationsClient::MatchCriteriaMessagebird

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **String** | The channel type. | [default to 'messagebird']
**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]
**phone_number** | **String** | The user’s phone number. It must contain the + prefix and the country code. Examples of valid phone numbers: +1 212-555-2368, +12125552368, +1 212 555 2368. Examples of invalid phone numbers: 212 555 2368, 1 212 555 2368.  | 

## Code Sample

```ruby
require 'SunshineConversationsClient'

instance = SunshineConversationsClient::MatchCriteriaMessagebird.new(type: null,
                                 integration_id: 582dedf230e788746891281a,
                                 primary: null,
                                 phone_number: +15550001234)
```


Version data entries

50 entries across 50 versions & 1 rubygems

Version Path
sunshine-conversations-client-9.4.6 docs/MatchCriteriaMessagebird.md
sunshine-conversations-client-9.4.5 docs/MatchCriteriaMessagebird.md
sunshine-conversations-client-9.4.4 docs/MatchCriteriaMessagebird.md
sunshine-conversations-client-9.4.3 docs/MatchCriteriaMessagebird.md
sunshine-conversations-client-9.4.2 docs/MatchCriteriaMessagebird.md
sunshine-conversations-client-9.4.1 docs/MatchCriteriaMessagebird.md
sunshine-conversations-client-9.4.0 docs/MatchCriteriaMessagebird.md
sunshine-conversations-client-9.3.0 docs/MatchCriteriaMessagebird.md
sunshine-conversations-client-9.2.0 docs/MatchCriteriaMessagebird.md
sunshine-conversations-client-9.1.1 docs/MatchCriteriaMessagebird.md