Class: Knockapi::Models::Users::GuideMarkMessageAsInteractedParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Knockapi::Models::Users::GuideMarkMessageAsInteractedParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/knockapi/models/users/guide_mark_message_as_interacted_params.rb,
sig/knockapi/models/users/guide_mark_message_as_interacted_params.rbs
Overview
Instance Attribute Summary collapse
-
#channel_id ⇒ String
The unique identifier for the channel.
-
#content ⇒ Hash{Symbol=>Object}?
The content of the guide.
-
#data ⇒ Hash{Symbol=>Object}?
The data of the guide.
-
#guide_id ⇒ String
The unique identifier for the guide.
-
#guide_key ⇒ String
The key of the guide.
-
#guide_step_ref ⇒ String
The step reference of the guide.
-
#is_final ⇒ Boolean?
Whether the guide is final.
- #message_id ⇒ String
-
#metadata ⇒ Hash{Symbol=>Object}?
The metadata of the guide.
-
#tenant ⇒ String?
The tenant ID of the guide.
- #user_id ⇒ String
Attributes included from Internal::Type::RequestParameters
Instance Method Summary collapse
- #initialize(user_id:, message_id:, channel_id:, guide_id:, guide_key:, guide_step_ref:, content: nil, data: nil, is_final: nil, metadata: nil, tenant: nil, request_options: {}) ⇒ Object constructor
- #to_hash ⇒ {
Methods included from Internal::Type::RequestParameters::Converter
Methods included from Internal::Type::RequestParameters
Methods inherited from Internal::Type::BaseModel
==, #==, #[], 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
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(user_id:, message_id:, channel_id:, guide_id:, guide_key:, guide_step_ref:, content: nil, data: nil, is_final: nil, metadata: nil, tenant: nil, request_options: {}) ⇒ Object
|
|
# File 'lib/knockapi/models/users/guide_mark_message_as_interacted_params.rb', line 75
|
Instance Attribute Details
#channel_id ⇒ String
The unique identifier for the channel.
25 |
# File 'lib/knockapi/models/users/guide_mark_message_as_interacted_params.rb', line 25 required :channel_id, String |
#content ⇒ Hash{Symbol=>Object}?
The content of the guide.
49 |
# File 'lib/knockapi/models/users/guide_mark_message_as_interacted_params.rb', line 49 optional :content, Knockapi::Internal::Type::HashOf[Knockapi::Internal::Type::Unknown] |
#data ⇒ Hash{Symbol=>Object}?
The data of the guide.
55 |
# File 'lib/knockapi/models/users/guide_mark_message_as_interacted_params.rb', line 55 optional :data, Knockapi::Internal::Type::HashOf[Knockapi::Internal::Type::Unknown] |
#guide_id ⇒ String
The unique identifier for the guide.
31 |
# File 'lib/knockapi/models/users/guide_mark_message_as_interacted_params.rb', line 31 required :guide_id, String |
#guide_key ⇒ String
The key of the guide.
37 |
# File 'lib/knockapi/models/users/guide_mark_message_as_interacted_params.rb', line 37 required :guide_key, String |
#guide_step_ref ⇒ String
The step reference of the guide.
43 |
# File 'lib/knockapi/models/users/guide_mark_message_as_interacted_params.rb', line 43 required :guide_step_ref, String |
#is_final ⇒ Boolean?
Whether the guide is final.
61 |
# File 'lib/knockapi/models/users/guide_mark_message_as_interacted_params.rb', line 61 optional :is_final, Knockapi::Internal::Type::Boolean |
#message_id ⇒ String
19 |
# File 'lib/knockapi/models/users/guide_mark_message_as_interacted_params.rb', line 19 required :message_id, String |
#metadata ⇒ Hash{Symbol=>Object}?
The metadata of the guide.
67 |
# File 'lib/knockapi/models/users/guide_mark_message_as_interacted_params.rb', line 67 optional :metadata, Knockapi::Internal::Type::HashOf[Knockapi::Internal::Type::Unknown] |
#tenant ⇒ String?
The tenant ID of the guide.
73 |
# File 'lib/knockapi/models/users/guide_mark_message_as_interacted_params.rb', line 73 optional :tenant, String, nil?: true |
#user_id ⇒ String
14 |
# File 'lib/knockapi/models/users/guide_mark_message_as_interacted_params.rb', line 14 required :user_id, String |
Instance Method Details
#to_hash ⇒ {
69 |
# File 'sig/knockapi/models/users/guide_mark_message_as_interacted_params.rbs', line 69
def to_hash: -> {
|