SunshineConversationsClient::FormOptionsInner

August 27, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
labelStringThe label of the option. What the option is displayed as on Web Messenger.[optional]
nameStringThe name of the field. Must be unique per field.[optional]

Example

require 'sunshine-conversations-client'

instance = SunshineConversationsClient::FormOptionsInner.new(
  label: null,
  name: null
)