Class: Telnyx::Models::DialogflowConfig
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::DialogflowConfig
- Defined in:
- lib/telnyx/models/dialogflow_config.rb,
sig/telnyx/models/dialogflow_config.rbs
Instance Attribute Summary collapse
-
#analyze_sentiment ⇒ Boolean?
Enable sentiment analysis from Dialogflow.
-
#partial_automated_agent_reply ⇒ Boolean?
Enable partial automated agent reply from Dialogflow.
Instance Method Summary collapse
- #initialize(analyze_sentiment: nil, partial_automated_agent_reply: nil) ⇒ Object constructor
- #to_hash ⇒ {
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(analyze_sentiment: nil, partial_automated_agent_reply: nil) ⇒ Object
|
|
# File 'lib/telnyx/models/dialogflow_config.rb', line 18
|
Instance Attribute Details
#analyze_sentiment ⇒ Boolean?
Enable sentiment analysis from Dialogflow.
10 |
# File 'lib/telnyx/models/dialogflow_config.rb', line 10 optional :analyze_sentiment, Telnyx::Internal::Type::Boolean |
#partial_automated_agent_reply ⇒ Boolean?
Enable partial automated agent reply from Dialogflow.
16 |
# File 'lib/telnyx/models/dialogflow_config.rb', line 16 optional :partial_automated_agent_reply, Telnyx::Internal::Type::Boolean |
Instance Method Details
#to_hash ⇒ {
20 |
# File 'sig/telnyx/models/dialogflow_config.rbs', line 20
def to_hash: -> {
|