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-12.2.2 docs/Field.md
sunshine-conversations-client-12.2.0 docs/Field.md
sunshine-conversations-client-12.1.0 docs/Field.md
sunshine-conversations-client-12.0.0 docs/Field.md
sunshine-conversations-client-11.0.0 docs/Field.md