Class: Telnyx::Models::Messaging::Rcs::AgentUpdateParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::Messaging::Rcs::AgentUpdateParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/telnyx/models/messaging/rcs/agent_update_params.rb
Overview
Instance Attribute Summary collapse
- #id ⇒ String
-
#profile_id ⇒ String?
Messaging profile ID associated with the RCS Agent.
-
#webhook_failover_url ⇒ String?
Failover URL to receive RCS events.
-
#webhook_url ⇒ String?
URL to receive RCS events.
Attributes included from Internal::Type::RequestParameters
Instance Method Summary collapse
- #initialize(id:, profile_id: nil, webhook_failover_url: nil, webhook_url: nil, request_options: {}) ⇒ Object constructor
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(id:, profile_id: nil, webhook_failover_url: nil, webhook_url: nil, request_options: {}) ⇒ Object
|
|
# File 'lib/telnyx/models/messaging/rcs/agent_update_params.rb', line 35
|
Instance Attribute Details
#id ⇒ String
15 |
# File 'lib/telnyx/models/messaging/rcs/agent_update_params.rb', line 15 required :id, String |
#profile_id ⇒ String?
Messaging profile ID associated with the RCS Agent
21 |
# File 'lib/telnyx/models/messaging/rcs/agent_update_params.rb', line 21 optional :profile_id, String, nil?: true |
#webhook_failover_url ⇒ String?
Failover URL to receive RCS events
27 |
# File 'lib/telnyx/models/messaging/rcs/agent_update_params.rb', line 27 optional :webhook_failover_url, String, nil?: true |
#webhook_url ⇒ String?
URL to receive RCS events
33 |
# File 'lib/telnyx/models/messaging/rcs/agent_update_params.rb', line 33 optional :webhook_url, String, nil?: true |