Class: Telnyx::Models::RcsAgent
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::RcsAgent
- Defined in:
- lib/telnyx/models/rcs_agent.rb
Instance Attribute Summary collapse
-
#agent_id ⇒ String?
RCS Agent ID.
-
#agent_name ⇒ String?
Human readable agent name.
-
#created_at ⇒ Time?
Date and time when the resource was created.
-
#enabled ⇒ Boolean?
Specifies whether the agent is enabled.
-
#profile_id ⇒ String?
Messaging profile ID associated with the RCS Agent.
-
#updated_at ⇒ Time?
Date and time when the resource was updated.
-
#user_id ⇒ String?
User ID associated with the RCS Agent.
-
#webhook_failover_url ⇒ String?
Failover URL to receive RCS events.
-
#webhook_url ⇒ String?
URL to receive RCS events.
Instance Method Summary collapse
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(agent_id: nil, agent_name: nil, created_at: nil, enabled: nil, profile_id: nil, updated_at: nil, user_id: nil, webhook_failover_url: nil, webhook_url: nil) ⇒ Object
|
|
# File 'lib/telnyx/models/rcs_agent.rb', line 60
|
Instance Attribute Details
#agent_id ⇒ String?
RCS Agent ID
10 |
# File 'lib/telnyx/models/rcs_agent.rb', line 10 optional :agent_id, String |
#agent_name ⇒ String?
Human readable agent name
16 |
# File 'lib/telnyx/models/rcs_agent.rb', line 16 optional :agent_name, String |
#created_at ⇒ Time?
Date and time when the resource was created
22 |
# File 'lib/telnyx/models/rcs_agent.rb', line 22 optional :created_at, Time |
#enabled ⇒ Boolean?
Specifies whether the agent is enabled
28 |
# File 'lib/telnyx/models/rcs_agent.rb', line 28 optional :enabled, Telnyx::Internal::Type::Boolean |
#profile_id ⇒ String?
Messaging profile ID associated with the RCS Agent
34 |
# File 'lib/telnyx/models/rcs_agent.rb', line 34 optional :profile_id, String, nil?: true |
#updated_at ⇒ Time?
Date and time when the resource was updated
40 |
# File 'lib/telnyx/models/rcs_agent.rb', line 40 optional :updated_at, Time |
#user_id ⇒ String?
User ID associated with the RCS Agent
46 |
# File 'lib/telnyx/models/rcs_agent.rb', line 46 optional :user_id, String |
#webhook_failover_url ⇒ String?
Failover URL to receive RCS events
52 |
# File 'lib/telnyx/models/rcs_agent.rb', line 52 optional :webhook_failover_url, String, nil?: true |
#webhook_url ⇒ String?
URL to receive RCS events
58 |
# File 'lib/telnyx/models/rcs_agent.rb', line 58 optional :webhook_url, String, nil?: true |