Sha256: 5fc4618f763784fe601fcf1b7ed7fe3bc7cafeb0822677a0c9c51b87ca7c4ada

Contents?: true

Size: 1.04 KB

Versions: 25

Compression:

Stored size: 1.04 KB

Contents

# SunshineConversationsClient::Field

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **String** | The field type. | 
**name** | **String** | The name of the field. Must be unique per form or formResponse. | 
**label** | **String** | The label of the field. What the field is displayed as on Web Messenger. | 
**text** | **String** | Specifies the response for a text field. | [optional] 
**email** | **String** | Specifies the response for a email field. | [optional] 
**select** | **Array<Object>** | Array of objects representing the response for a field of type select. Form and formResponse messages only. | [optional] 

## Code Sample

```ruby
require 'SunshineConversationsClient'

instance = SunshineConversationsClient::Field.new(type: null,
                                 name: null,
                                 label: null,
                                 text: null,
                                 email: null,
                                 select: null)
```


Version data entries

25 entries across 25 versions & 1 rubygems

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