SunshineConversationsClient::Confirmation

August 27, 2025 · View on GitHub

Properties

NameTypeDescriptionNotes
typeStringThe type of confirmation.
messageMessagePostThe message used to reach out to the user, if desired. Messages sent via this method can only be of type text and image. If actions are included they can only be of type link. The confirmation message will not be added to the user’s conversation.[optional]

Example

require 'sunshine-conversations-client'

instance = SunshineConversationsClient::Confirmation.new(
  type: null,
  message: null
)