Class: HubSpotSDK::Models::Conversations::PublicQuickReplies
Defined Under Namespace
Modules: Type
Instance Attribute Summary collapse
Instance Method Summary
collapse
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(allow_multi_select:, allow_user_input:, quick_replies:, type:) ⇒ Object
|
# File 'lib/hubspot_sdk/models/conversations/public_quick_replies.rb', line 29
|
Instance Attribute Details
#allow_multi_select ⇒ Boolean
10
|
# File 'lib/hubspot_sdk/models/conversations/public_quick_replies.rb', line 10
required :allow_multi_select, HubSpotSDK::Internal::Type::Boolean, api_name: :allowMultiSelect
|
15
|
# File 'lib/hubspot_sdk/models/conversations/public_quick_replies.rb', line 15
required :allow_user_input, HubSpotSDK::Internal::Type::Boolean, api_name: :allowUserInput
|
27
|
# File 'lib/hubspot_sdk/models/conversations/public_quick_replies.rb', line 27
required :type, enum: -> { HubSpotSDK::Conversations::PublicQuickReplies::Type }
|