Sha256: eccc52aefee7c443396c9922a47e0964e07ad648307974e0939b9cadacbb9590

Contents?: true

Size: 1.38 KB

Versions: 50

Compression:

Stored size: 1.38 KB

Contents

# SunshineConversationsClient::MatchCriteria

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **String** | The channel type. | [default to 'whatsapp']
**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]
**address** | **String** | The user’s email address. | 
**subject** | **String** | May be specified to set the subject for the outgoing email. | [optional] [default to 'New message from {appName}']
**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::MatchCriteria.new(type: null,
                                 integration_id: 582dedf230e788746891281a,
                                 primary: null,
                                 address: steveb@channel5.com,
                                 subject: null,
                                 phone_number: +15550001234)
```


Version data entries

50 entries across 50 versions & 1 rubygems

Version Path
sunshine-conversations-client-14.3.4 docs/MatchCriteria.md
sunshine-conversations-client-14.3.3 docs/MatchCriteria.md
sunshine-conversations-client-14.3.2 docs/MatchCriteria.md
sunshine-conversations-client-14.3.1 docs/MatchCriteria.md
sunshine-conversations-client-14.3.0 docs/MatchCriteria.md
sunshine-conversations-client-14.2.0 docs/MatchCriteria.md
sunshine-conversations-client-14.1.0 docs/MatchCriteria.md
sunshine-conversations-client-14.0.0 docs/MatchCriteria.md
sunshine-conversations-client-13.2.0 docs/MatchCriteria.md
sunshine-conversations-client-13.1.0 docs/MatchCriteria.md
sunshine-conversations-client-13.0.0 docs/MatchCriteria.md
sunshine-conversations-client-12.8.0 docs/MatchCriteria.md
sunshine-conversations-client-12.7.0 docs/MatchCriteria.md
sunshine-conversations-client-12.6.2 docs/MatchCriteria.md
sunshine-conversations-client-12.6.1 docs/MatchCriteria.md
sunshine-conversations-client-12.6.0 docs/MatchCriteria.md
sunshine-conversations-client-12.5.1 docs/MatchCriteria.md
sunshine-conversations-client-12.4.0 docs/MatchCriteria.md
sunshine-conversations-client-12.3.1 docs/MatchCriteria.md
sunshine-conversations-client-12.3.0 docs/MatchCriteria.md