Class: Revox::Models::AssistantRetrieveResponse::Calendly

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/revox/models/assistant_retrieve_response.rb,
sig/revox/models/assistant_retrieve_response.rbs

Overview

See Also:

  • Revox::Models::AssistantRetrieveResponse#calendly

Instance Attribute Summary collapse

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

#initializeCalendly

Returns a new instance of Calendly.

Parameters:

  • connection_id: (String)
  • event_type_id: (String)


324
# File 'sig/revox/models/assistant_retrieve_response.rbs', line 324

def initialize: (connection_id: String, event_type_id: String) -> void

Instance Attribute Details

#connection_idString

The connection ID representing the link between your Calendly account and Revox.

Parameters:

  • value (String)

Returns:

  • (String)


480
# File 'lib/revox/models/assistant_retrieve_response.rb', line 480

required :connection_id, String

#event_type_idString

The event type ID representing the event type to schedule. (eg: https://api.calendly.com/event_types/b2330295-2a91-4a1d-bb73-99e7707663d5)

Parameters:

  • value (String)

Returns:

  • (String)


487
# File 'lib/revox/models/assistant_retrieve_response.rb', line 487

required :event_type_id, String

Instance Method Details

#to_hash{ connection_id: String, event_type_id: String }

Returns:

  • ({ connection_id: String, event_type_id: String })


326
# File 'sig/revox/models/assistant_retrieve_response.rbs', line 326

def to_hash: -> { connection_id: String, event_type_id: String }