lib/sunshine-conversations-client/models/destination.rb in sunshine-conversations-client-9.3.0 vs lib/sunshine-conversations-client/models/destination.rb in sunshine-conversations-client-9.4.0
- old
+ new
@@ -1,22 +1,22 @@
=begin
#Sunshine Conversations API
-The version of the OpenAPI document: 9.3.0
+The version of the OpenAPI document: 9.4.0
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 4.3.1
=end
require 'date'
module SunshineConversationsClient
- # The destination of the message, in the case of channel targeting. Only applicable if the author role is `business` and the conversation is of type `personal`.
+ # The destination of the message, in the case of channel targeting or sending [silent messages](https://docs.smooch.io/guide/sending-messages/#silent-messages). Only applicable if the author role is `business` and the conversation is of type `personal`.
class Destination
# The id of the integration to deliver the message to. Will return an error if the integration does not exist or if the user does not have a client for the integration attached to the conversation.
attr_accessor :integration_id
- # The type of the integration to deliver the message to. Will return an error if the user does not have a client of that type attached to the conversation.
+ # The type of the integration to deliver the message to. Can be set to `none` if sending a [silent message](https://docs.smooch.io/guide/sending-messages/#silent-messages). Will return an error if the user does not have a client of that type attached to the conversation.
attr_accessor :integration_type
# Attribute mapping from ruby-style variable name to JSON key.
def self.attribute_map
{